crogers111
Technical User
CRXI
SQL
I have a Stacked Bar Chart in the RH that displays the TOP N Plans for each year. Thus the chart is set on change of @Year & Plan. N is inputted by the user via parameter. Let's say N=3
I have the top 3 Plans showing for each of 4 years of data. Each of the 4 bars in the chart is a different year and 3 plans are stacked in each bar. Since the TOP N Plan can change from year to year, this makes for total of 5 Plans total which is what shows in the legend.
How do create a formula to get the count of 5 ?
My goal is to use this count in a CrossTab I have which is in the RH section immediately below the Chart.
I'd like to set the Crosstab's Top N/Sort Expert to be the TOP N formula value = to this count (5 in this example) so the Crosstab will show a row for all 5 plans.
SQL
I have a Stacked Bar Chart in the RH that displays the TOP N Plans for each year. Thus the chart is set on change of @Year & Plan. N is inputted by the user via parameter. Let's say N=3
I have the top 3 Plans showing for each of 4 years of data. Each of the 4 bars in the chart is a different year and 3 plans are stacked in each bar. Since the TOP N Plan can change from year to year, this makes for total of 5 Plans total which is what shows in the legend.
How do create a formula to get the count of 5 ?
My goal is to use this count in a CrossTab I have which is in the RH section immediately below the Chart.
I'd like to set the Crosstab's Top N/Sort Expert to be the TOP N formula value = to this count (5 in this example) so the Crosstab will show a row for all 5 plans.