Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I can report on my outstanding order with no problem, but i am struggling with reports the oldest outstanding order only. Can anyone help?
Thanks
Chris
Maybe this, please adjust your field names
FirstSortedValue({<outstanding={">0"}>}OrderNum,Date)
Which criteria you use to classify an order as "outstanding"?
You may probably use firstsortedvalue() for the same. We could better help if you could provide a sample data set and explain the expected output.
Hi
I use express =if outstanding >0, sum(outstanding),'')
this will display all my outstanding
thanks
Chris
i think u can use Firstsortedvalue(field,-dim)
if you want fixed values you can define the range
Firstsortedvalue(field,-dim,3)
Maybe this, please adjust your field names
FirstSortedValue({<outstanding={">0"}>}OrderNum,Date)
Thank you to everyone, what a great community