Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Change your expression to:
FirstSortedValue(fabs(RRE_BSAllData.RRE_FocusAmount),-Date)
can you share your sample file or apps?
Please see the attached file.
I need to show last quarter value when collapse.
Change your expression to:
FirstSortedValue(fabs(RRE_BSAllData.RRE_FocusAmount),-Date)
Hi Nicole,
Thanks for giving me the solution.It works.
Thanks
saifur