Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
QSense
Creator II
Creator II

Chart , rate

Hi ,

In first chartI have a rate for instance 16 % When I clicked on this rate,

I want to see in second chart the total rate 16% not 100%

How can I do?

Labels (1)
3 Replies
QSense
Creator II
Creator II
Author

rate.png

varunpbhandary
Partner - Contributor III
Partner - Contributor III

Hi ,

   You can use Set analysis to capture the total sales figure then find the relative % of the Dimension.

PFA an crude example.

Cheers!

QSense
Creator II
Creator II
Author

Hi

My expression is

Sum(CPN_BSD_BRD_PX)

/

Sum(Total <CalendarDate> CPN_BSD_BRD_PX)

How should I do?