Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

obiee 12c table view, rank column, how to get rid of showing rank in grand total row (last row)

Received Response
408
Views
12
Comments
2»

Answers

  • rajk5
    rajk5 Rank 3 - Community Apprentice

    Understood, Thanks but please suggest (if any) using TOPN( ) can we get rid of that rank number in TOTAL row.

    Asking because if i leave RANK column formula with TOPN( ) then once i set aggr rule as NONE for RANK column, i can still see rank values which is better than when using RANK in column formula.

    Regards.

  • Could you maybe use Selection Steps to keep only the TopN (using a presentation variable to let your users decide the value if N) ?

    In this way you can remove the TopN column completely from the analysis and it will not be in the total anymore (not being a column anymore).

    Just randomly guessing all the possible ways to get a TopN

    Capture.PNG