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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
abTech
Contributor III
Contributor III

Qlik Sense

i wanted to calculate the rate with a condition to pick the max date,, the rate are usually updated,

i have tried this but didn't work:

num(max({<Customer_ID= {'1'}, Satisfaction_rate_date={"$(=Date(max(Satisfaction_rate_date)))"}>} [Satisfaction rate]), '0.0%')

Labels (4)
2 Replies
Venus
Contributor II
Contributor II

aggr function might be helpful 

simsa
Contributor III
Contributor III

num(max({<Customer_ID= {'1'}, Satisfaction_rate_date={"$(=Date(max(TOTAL Satisfaction_rate_date)))"}>} [Satisfaction rate]), '0.0%')