Dummy report for Dashboard section condtional format - Page 2 — Oracle Analytics

Oracle Analytics Cloud and Server

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

Dummy report for Dashboard section condtional format

Received Response
112
Views
17
Comments
2»

Answers

  • SonPat99
    SonPat99 Rank 6 - Analytics Lead

    Dear aPsikus,

    Do you have privilege to create a new table?

    If yes, please create a new table with just 1 column and populate that column with some sequence (ROWNUM - 1, 2, 3, 4, 5 and so on)

    Create your dummy report using this column, apply a filter on this column using your presentation variable (this should be a valid number (using case statements, if required) and should also be present in the table you created in step 1).

    The filter condition should be less than equal to (you can change the logic as per your conditions though)

    That's all.... you are done...

    Apply conditions with == operator and select whatever values you want...

    I hope this helps.

  • Plan B: keep it simple !

    Make as many condition analysis as you have values in the prompt ...

    Basing conditions to display one of many sections on number of rows returned by a single condition analysis and trying to find dimensions having different (but fixed) number of rows is the best way to get in troubles in the next 2-3 or more months.

    Make conditions which are just based on the values of the variable: if the variable match the value then there are rows returned, if variable doesn't match your value then there aren't any rows returned. You will have a condition analysis for every possible value of your prompt, and use these various condition analysis as condition to hide/show sections.

  • SonPat99
    SonPat99 Rank 6 - Analytics Lead

    Dear aPsikus,

    Please mark this thread as resolved if your queries are answered so that this can help other users as well...

  • aPsikus
    aPsikus Rank 6 - Analytics Lead

    Hi,

    This is the requirement, but description from link do not work.

    Case added after OR is returning error.

  • aPsikus
    aPsikus Rank 6 - Analytics Lead

    Martin,

    What is simpler in this solution?

    How to display correct subpage based on selection?

  • aPsikus
    aPsikus Rank 6 - Analytics Lead

    Jerry,

    Many thanx

    Simple, and works just great.

  • Martin van Donselaar
    Martin van Donselaar Rank 6 - Analytics Lead

    How to display correct subpage based on selection?

    Well, By just selecting (clicking on) the sub page that you want to see. If only a single section should be displayed at one time, then why make it complex by putting them on the same page?