Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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%')