Hi,
I'm trying to find the top 5-10 values in a row of a 2d array. Of course this row varies.
It would be nice to get the actual values, but if I end up with the headers to the columns that would be fine. I can find the headers if I can get the values returned.
Example Output:
Top Cities Count #1 Client #2 Client #3 Client Detroit 423 A1 C6 J12 NYC 341 J4 A1 D2 Chicago 201 D2 A1 J4
Example 2D Array:
Cities Sum A1 C6 D2 J4 J12 Detroit 423 230 86 5 33 69 NYC 341 77 38 54 163 9 Chicago 201 41 29 75 19 37
In the example output, I can already find the first two columns, its the last three I'm having problems with.
Thanks
Bookmarks