Hi,
I have a report that sends an email and orders driver delivery drops by number. Each delivery is assigned a number from 1 onwards.
The order comes out fine until it gets to number โ10โ which it places after โ1โ rather than โ9โ. I have changed the order numbers to 10, 20 , 30 etc and still the same result. 100 comes after 10.7
Expression is
<<Start:Orderby(Running Sheet 24[Outlet No],[Running Sheet Report Calc],FALSE)>>
Any ideas why? Pic attached
thanks
Phil
Solved! Go to Solution.
Wrap the SELECT() expression in ANY(), then make sure the column type is Number.
Is [Running Sheet Report Calc] set to a column type of number?
Hi Simon, Yes itโs set to Number
Would SORT() work better? I couldnโt work out how to write the expression.
thanks
Phil
Hi, Sorry
It is set to list. It is a virtual column with this expression
SELECT(Orders[User Stop],AND([Outlet No]=[_THISROW].[Outlet No],IN([Delivery Date],Running Sheet 2[Delivery Date]),OR([Order Status]=โOpenโ,[Order Status]=โExported To Xeroโ,[Order Status]=โOpen (Unarchived)โ)),IN([Route],Running Sheet 2[Route]))
If I change it to number - how do I cange the expression to get the corrrect result as in number from the expression above
thanks
Phil
Wrap the SELECT() expression in ANY(), then make sure the column type is Number.
That worked
thank you
phil
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |