Forum Discussion
Anonymous
5 years agoNot applicable
How to custom sort the matrix
I have following fact table-
based on this table I designed following matrix-
now I need to sort the matrix based on Availability.
The order should be - Platinum, Gold, Silver, Lead.
I tried sorting it onmy own, but no luck.
Thanks.
Anonymous , You need to create a sort column
Availability 1 = [Availability]
Availability Sort = Swiitch([Availability],
"Application Availability - Platinum" ,1
// Add other ,
//Add default
)
Sort Availability 1 on Availability Sort and use that.
1 Reply
- amitchandakSuper User
Anonymous , You need to create a sort column
Availability 1 = [Availability]
Availability Sort = Swiitch([Availability],
"Application Availability - Platinum" ,1
// Add other ,
//Add default
)
Sort Availability 1 on Availability Sort and use that.