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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ayden
Contributor III
Contributor III

Top 10 totals

hello all I am trying to get the top 10 part for a specific date. I did the following.


sum({<Date = {"$(=vFisrtDate)"},[Part ] = {"=Rank(sum( [Balance Amount]))<=10"}>}[Balance Amount]).

 

looks like am missing some parts. Thanks all 

3 Replies
BrunPierre
Partner - Master II
Partner - Master II

Sum({<Date = {"$(=$(vFisrtDate))"},[Part ] = {"=Rank(sum( [Balance Amount]))<=10"}>}[Balance Amount])

Ayden
Contributor III
Contributor III
Author

thanks for your response now that i updated with ur response this is what i now see in the date column. which does not help fix the issue. Thanks 

 

BrunPierre
Partner - Master II
Partner - Master II

Try

Date = {"$(=Date (vFisrtDate, 'DateFormat'))"}