Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have got maximum aggregated sale's by year using below function in a Text box.
// =FirstSortedValue(year, -aggr(sum(sales), year))
when i'm selecting year in a list box,the value in text box is also changing(i.e YEAR).
But i Want the value in text box should not change(i.e maximum sale's YEAR).
May be try this:
=FirstSortedValue({<year>}year, -Aggr(Sum({<year>}sales), year))
May be try this:
=FirstSortedValue({<year>}year, -Aggr(Sum({<year>}sales), year))
Thank you sunny,it worked
Awesome. If everything is resolved, please close this thread by marking the correct answer