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: 
smilingjohn
Specialist
Specialist

error

Hi ALl,

I have a table in which i need to show as max date ...but its not working ,,,,

How do we do this ..

It is showing as error

Please find the qvw

Labels (1)
1 Solution

Accepted Solutions
avinashelite
MVP
MVP

try like this

=Aggr(max(RunDate),TestId)

View solution in original post

3 Replies
avinashelite
MVP
MVP

try like this

=Aggr(max(RunDate),TestId)

smilingjohn
Specialist
Specialist
Author

Hi Avinash will it work under dimensions ???

Thanks

avinashelite
MVP
MVP

Yes it will work , please add a calculated dimension and try