Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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
Partner - Master

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
Partner - Master

Try

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