what is the best way to achieve sorting on table of data

I have to store something like below

profitTargetId, barDistance, targetPrice

in 4row x 3 columns array form (each bar will have its own, not matrix)

If you will have four rows per bar, why not use a matrix with 4 * BarCount rows and 3 columns?

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.