Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a rating dimension in table .. and in that this shows like this
Name A AA
abc 344
cef 3456
A , AA names are from rating column .. now i want first AA values then A values ... how i do that?
I would provide an Inline table with Rating and SortOrder like
Load * Inline [
Rating, Sortorder
AA, 1
A, 2
BB 3
..
]
You can use the new field Sortorder
is this possible to that through expresison
The use case is not very clear here, it will likely help if you provide further clarification via an expected output view in order to get further responses.
Regards,
Brett