Hello, I have a (maybe stupid) question about building a query via 32-bit console:
When I expand the SELECT COLUMNS and add the items I want to include in my query, I can specify which Machine Component to sort the query results by. However, it sorts them in 0-9/A-Z which is fine most of the time, but I want this particular query to sort in REVERSE order. Is this possible?
Basically, I have created a custom inventory extender, and because not all machines have run the script yet, when I run my query on that new data, the Sort Order organizes all the machines WITHOUT any data to the top, and all the machines with data to the bottom. I just want to reverse that.
Thanks!