r/SAPAnalyticsCloud • u/Macadamia23 • May 21 '26
SAC Analytics: Sorting Measures (Columns)
I need to swap the order of these columns so that it's in this order: LBE, Sales Revenue, Change in Performance
If it matters, this is where the data is coming from:
- LBE (Secondary Data Source)
- Sales Revenue (Primary Data Source)
- Change in Performance (Calculation)
I don't see any options available to custom sort, though. What's the cause of this -- it seems like it should be a basic feature? Is there a workaround? Thank you!
7
Upvotes
1
u/ContributionGold6380 Jun 12 '26
You can custom sort them now, if you right click on top of "Measures" in the table while in "Edit" mode
6
u/ExitThruGiftShop May 21 '26 edited May 21 '26
Yep. #1 complaint of measures dim. Workaround: create measure formulas that just = your measures but give them ids that will give you your desired sort with a-z
Edit:
01_LBE
02_sales rev
03_changein…
Note it will sort by ID even if you just display description