Hi guys,
I’m trying to order a database first by a column with values of A/B/C/D (ascending) and then another with values of numbers (descending). When they’re ordered a column called Ranking will give them their corresponding ranking. My problem is I have more than 100 objects, I know how to take out more than 100 objects, but in the Codeless blocks the order by option comes within Load Table objects, which means it can only order 100 objects at a time and then add all to a list. But this way it’s not correct because it’s not really ordering all the objects at once. How can I solve this? Thanks!