Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can I sort this? Pumpprice from 15:00 hoours from smaal to large?
Regards Kris
I think I found a solution.
=if(GetSelectedCount(_CalDay) <> 1, Rank(Aggr(Avg(Pump_price),Site_Id_Name,_CalYear,_CalMonth)) , Rank(Aggr(Avg(Pump_price),Site_Id_Name,_CalYear,_CalMonth,_CalDay)) )
Thanks for all your help
Regards,
Kris
Unfortunately it isn't working.
My first impression was fine.
Can anyone help me with my problem?