Forum Discussion
Number range ordering
- 1 year ago
Hi cheid_4838
Or you can have seperate table with idle subgrouping and sorting order.
create relationship between your idle sub grouping an dyou table sub grouping.
use idle subgrouping from newly created seperate table. make sure you apply sort by order step on idle sub groping (new table).
use only idle sub grouping from new table rest column from your old table.
I hope this might help you!
Hi cheid_4838
try this calculated column
Order=
SWITCH(
TRUE(),
'Idle subgrouping' = 4% - 5% ,1,
'Idle subgrouping' = 10% - 20%, 2,
'Idle subgrouping' = 40% - 50%, 3,
4) ------- for other
I hope this might help you sort the order.
select your idle subgrouping
go to Column Tools tab then click sort by column
select your sort order column
I hope I answered your question!
I used this logic to create the subgroup, but get the below error message when I sort by the order logic.