i make a variable field dimension 3
i want to make a sorting assending and desecending in this column when i run the page
what is the way to make this in c/AL code
DimensionSet.SETCURRENTKEY("Dimension Set ID");
DimensionSet.ASCENDING;
DimensionSet.SETRANGE("Dimension Set ID","Dimension Set ID"
i have write this code but the sorting does not work
on the green box there is no sorting arrow (asscending or descending)
what is the way to solve it?
Answers
DimensionSet.ASCENDING;
DimensionSet.SETRANGE("Dimension Set ID","Dimension Set ID"
i have write this code but the sorting does not work
on the green box there is no sorting arrow (asscending or descending)
what is the way to solve it?
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!