I have a report in Webi 4.0 with Store name and sales revenue per store. I have created a text box and I want to display the Store name with the highest sales revenue. I can get the max value to appear with:
=Max([Sales revenue]) IN ([Store name])
This successfully shows me the highest sales revenue but what I want is the actual store name that corresponds to that value?
Any help would be much appreciated.
Thanks!