D.Cook
Member
I think I've had to solve this problem in the past but can't remember how...
If you're familiar with SQL, you'll know you can do something like SELECT MAX(a_column) FROM a_table, which will find the highest value of a numerical column in the table.
Is there a quick way to do this in ABL, or do I need to loop through every value, keeping a temp variable for the highest value?
If you're familiar with SQL, you'll know you can do something like SELECT MAX(a_column) FROM a_table, which will find the highest value of a numerical column in the table.
Is there a quick way to do this in ABL, or do I need to loop through every value, keeping a temp variable for the highest value?