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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rcandeo
Creator III
Creator III

Help in visualization with Rank and Pick

I have this application where I see fixed calculations using set analysis for a selected client.

My problem is that I need to put client name on the top, instead of 3 dimension numbers used to format.

Something like this:

                                        NAME

               Ranking     Rank Change     Premium & Change

Overall          10                    5                         20%

Insurance       8                     0                         13%

Binding          25                   18                       -15%

Anyone can give me a hint please?

11 Replies
sunny_talwar

Might as well do the whole thing

Capture.PNG

sunny_talwar

The problem is that the Rank function is used for unpivoted ranking, whereas we need to use HRank for Horizontal ranking in a pivot table (when a certain dimension is pivoted) -> HRank ‒ QlikView. But not sure why, but I was running into issues using that. So in order to fool the chart into believing that we have not pivoted but using the Aggr function.

Also tried to fine tune your chart by removing the third dimension (text) and incorporated that into Dim using Pick() function.