Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
seahyanzheng
Contributor III
Contributor III

Index Match in Qlikview?

Hi,

I have UL Count and Target UL Count as dimension , UL Count % as UL Count /Target UL Count and Rank as the rank function.

How do i create a text box where i pull UL count (eg. 70) when Rank = 1?

Thanks!

Capture.PNG

24 Replies
seahyanzheng
Contributor III
Contributor III
Author

=concat(If(aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])=min( total aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])), [UL Count]),',')


It returns Rank 29 too.


Below is the screenshot:

Capture.PNGCapture2.PNG

Anil_Babu_Samineni

When you say sample, It's working fine that means are you using this expression for provided image? Or it is going to new stuff. Can you share sample file where and which is not working for you, We will test the same

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
seahyanzheng
Contributor III
Contributor III
Author

Thanks for the help!

This is what i have got for the two expressions:

Capture.PNG

seahyanzheng
Contributor III
Contributor III
Author

I realized is my data issue.. otherwise the above expression should works! Thanks Anil Babu!

seahyanzheng
Contributor III
Contributor III
Author

Thanks everyone for the enormous help!