cancel
Showing results for 
Search instead for 
Did you mean: 

Sorted Matrix

Former Member
0 Kudos

Hi all,

I would like to sort my matrix on 2 columns, i can sorted on the column "Name" :

oMatrix.Columns.Item("Name").TitleObject.Sort(SAPbouiCOM.BoGridSortType.gst_Ascending);

But i would like sorted on the colmuns :  "Name" and (&&) "u_Test"

Is it possible  (Csharp Code) ?

Thanks in advance.

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor
0 Kudos

Hi Laszlo,

AFAIK, you cannot do that,

The work around is to sort the 'U_Test' first then sort again by 'Name'

Your end result should be the matrix is sorted by Name and then U_test.

I never do this, but if my observance is correct it should be the case.

Regards

Edy

Answers (0)