I have added a UserDefined number to each compound.
After sorting by user defined the software thinks an 8 is 80 and a 9 is 90.
Known bug or am I doing something wrong?
I have added a UserDefined number to each compound.
After sorting by user defined the software thinks an 8 is 80 and a 9 is 90.
Known bug or am I doing something wrong?
Hello JWalker ,
UserDefined is text so I believe it is being 'alphabetized'. Try entering your single digit numbers as 01,02,03, etc.
You can convert text to a number using an expression as shown here -
Though you wouldn't be able to do this in the binding and sort prior to printing in the report.
Yeah that works. Hopefully I can float and/or round it. Thanks for the help!
float(BoundItems["Compound"].UserDefined) erases the leading zero if anyone else wonders this in the future.