Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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'))"}