Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph, Test on Dimension

I want to create a graph that shows the percentage our top-x products versus all products.

I have already a list report-graph showing the list of products, with for each product his weight vs all products, this does the job.

IF(Dimensionality()=0,
SUM(TOTAL AGGR(IF(RANK(SUM([Performance Tickets Sold]))<=TopXMovies, SUM([Performance Tickets Sold]), 0), [Feature Group Name])) / SUM(TOTAL [Performance Tickets Sold]),
SUM([Performance Tickets Sold]) / SUM(TOTAL [Performance Tickets Sold]))

But now i want to do the same in a prah by month, not showing the product names, just the total percentage op the top-x. But how can i test in a expression on the dimension value that is is calculated on ...

I would use then a kind of if data-month = graph-demension-month then ...calc ... else 0

Kind regards

0 Replies