Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hai,
I need the physician name having max volume(physician name having the max volume based on time period and geo selection.)
How to get the max value physician name dynamically?
Thanks,
Sibin Jacob.C
Hi,
Use this expression
=FirstSortedValue(SalesMan, -Aggr(Sum(Sales), SalesMan))
It is working for me.
PFA file for the same.
Regards,
Jagan.
Hi,
Use FirstSortedValue() for this.
=FirstSortedValue(Physician, -Sum(Volume))
Hope this helps you.
Regards,
Jagan.
HaI Jagan,
I tried this one, but still not working!
not getting any value... I need the physician name in text object..
Hi,
Use this expression
=FirstSortedValue(SalesMan, -Aggr(Sum(Sales), SalesMan))
It is working for me.
PFA file for the same.
Regards,
Jagan.
Thanks Jagan... It's working fine.....