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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
dunnalahk123
Creator III
Creator III

Max value from month

Hi,

in my table i have 1 dimension called month and in expression we have actual value for it.

but now in next column(Max Actual)  i have to populate maximum value out of all months . so  in my below table max actual column should give 92.4  for all months.  as 92.4 is the highest value. how can i write can any  one suggest me.

kiran.PNG

1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Try with below formula. Should works

max(TOTAL Actual)

View solution in original post

2 Replies
sergio0592
Specialist III
Specialist III

Hi,

Try with below formula. Should works

max(TOTAL Actual)
dunnalahk123
Creator III
Creator III
Author

Thank You Sergio . it works