Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Display row count when using a dashboard prompt on a hierarchical column

Hello,
I have seen following discussion:
I want to understand if this is the same issue that I have and I want reconfirmation that there is no workaround at all.
We have a dashboard with dashboard prompts and a report. One of the dashboard prompts is a Hierarchical Column.
In the report we want to display:
1) The total number of selected rows at the top of the report. We use: max(RCOUNT("a field name"))
2) The rowcount for each record: We use: RCOUNT("a field name") ; And I also tried: RCOUNT(rsum(1 BY "Basic Information"."Person Number"))
This works ok as long as the dashboard prompt on the Hierarchical Column is not used.
When the dashboard prompt on the Hierarchical Column is given a value then the row counts are not correct anymore.
=> Questions:
- For dashboard prompts on a Hierarchical Column we have to use selection steps (filters cannot be used for them)?
- The selection steps work after the result set of the data and after the RCOUNT is processed. Therefore the RCOUNT is not correct (not taking into account the Hierarchical Column prompt)?- Is there any workaround for this issue? Can I force the RCOUNT and max(rcount) to work after the selection step?
Thanks!
Koen