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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying the Percentage of Values from the total of Value based on section of range

Hi All,

I been posed with a requirement where the client wants to see the percentage of the values for the selected range to the total Value.

For Example the client the client wants to see the value percentage of top 10 suppliers spend to the total spend.

I defined a slider to define the supplier range whether it is top 10 or 15 or 20  the total need to reflected accrodingly to the selection.

Please help me in finding a solution for this.

Thanks


Surendra Kumar Chunduri


hicdvqlikviewgwassenaar jaganqliklearnScripting  App Developmentseebachstephen-x.redmondtresescomassimo.morellimiguel.angel

13 Replies
Not applicable
Author

How to can i use slider if i uncheck dimenesions limits.

Can you please tell be best to way to over come this. Thanks

jagan
Partner - Champion III
Partner - Champion III

We are controlling this in the set analysis expression using the variable assigned to the slider.  This will do the job for you.

=If(Rank(sum(spend)) <=Vtop, Sum(spend)) / Sum(TOTAL spend)


Hope this helps you.


Regards,

jagan.

Not applicable
Author

Hey Jagan,

I just used the approach you specified but i could't able get the solution.

Can you please share that in the sample QVW please.

Thanks.

jagan
Partner - Champion III
Partner - Champion III

PFA.

Regards,

Jagan.