Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Can anyone assist with the following:
I have a table with some values results. I would like the highest value to be displayed inside a text box or numeric KPI.
any ideas?
These details should be in the text box/ KPI.
Thanks a million.
Try this
FirstSortedValue([CC$.cause_code], -Aggr(Count([CC$.cause_code]), [CC$.cause_code]))
Try this
FirstSortedValue([CC$.cause_code], -Aggr(Count([CC$.cause_code]), [CC$.cause_code]))
Sunny Talwar,
spot on! Thanks a million.