I have a report that displays customers and their selected options. From the returned data set, the first grouping I do is by the client name. That works out fine.
After that, I'm listing the options they selected for their purchase. The options are either structural or non-structural. I am using the "group by specified order" function to group the options. Structural options are numbers between 99,999 and 109,101. Non-Structurals are anything that isn't 100.
This works fine for me so long as I'm not caring about the order the option numbers are sorted in. I don't see a way to make it sort ascending here so I'm thinking that I might need to do all this in a formula instead. Any ideas on this? Thanks!
After that, I'm listing the options they selected for their purchase. The options are either structural or non-structural. I am using the "group by specified order" function to group the options. Structural options are numbers between 99,999 and 109,101. Non-Structurals are anything that isn't 100.
This works fine for me so long as I'm not caring about the order the option numbers are sorted in. I don't see a way to make it sort ascending here so I'm thinking that I might need to do all this in a formula instead. Any ideas on this? Thanks!