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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I fix below problem?

1.jpg

Dear Experts,

example -

in Year 2009, I have 4 quarter - Q1,Q2,Q3 and Q4.

When I collapse 2009 then I want to show all the time last quarter value, Q4 - 92.43.

In expression I used Max(amount) it returns the max Quarter value when I collapse.it shows - Q2 - 207.74.

Please give me solution.

Thanks

saifur

1 Solution

Accepted Solutions
Nicole-Smith

Change your expression to:

FirstSortedValue(fabs(RRE_BSAllData.RRE_FocusAmount),-Date)

View solution in original post

4 Replies
MK_QSL
MVP
MVP

can you share your sample file or apps?

Not applicable
Author

Please see the attached file.

I need to show last quarter value when collapse.

Nicole-Smith

Change your expression to:

FirstSortedValue(fabs(RRE_BSAllData.RRE_FocusAmount),-Date)

Not applicable
Author

Hi Nicole,

Thanks for giving me the solution.It works.

Thanks

saifur