Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone!
I have 4 fields Working Center, Order, Order Start Date and Order End Date.
I want to sort my straight table in this order: Working Center A-Z, Order by min(StartDate).
I created custom sort expression , but it doesn't work.
See attachment
What have I done wrong?
Try this expression for your order sort
min(Aggr(NODISTINCT StartDate, WorkCenter, Order))
Promote min (expression label) to second position and sort it in ascending order.
Try to Promote Order in Sort Tab
I need the working center to be the first in priority
Isn't it so in my attached sample? Am I missing something ? What is your expected output?
Thank's. I tried your solution, but it doesn't work for more lines. First Workcenter is sorted well, but the second is chaotic
Your solution worked on the sample, but in whole list of orders it works incorrect.
See attachment with more data
Is this right?
Like this? You did not promote min to second position !