Dashboard Prompt Custom List Order
Hi,
I'm using a CASE statement in a dashboard prompt so that users can filter ECV ranges in the pivots and reports-
CASE WHEN"- Custom Currency (Opty)".INDEXED_CUR_0*("- CustomObject8 Custom Metrics".S_NUM_20)/100 < 50000 THEN '0-50K'
WHEN"- Custom Currency (Opty)".INDEXED_CUR_0*("- CustomObject8 Custom Metrics".S_NUM_20)/100 < 250000 THEN '50-250K'
WHEN"- Custom Currency (Opty)".INDEXED_CUR_0*("- CustomObject8 Custom Metrics".S_NUM_20)/100 < 750000 THEN '250-750K'
WHEN"- Custom Currency (Opty)".INDEXED_CUR_0*("- CustomObject8 Custom Metrics".S_NUM_20)/100 > 750000 THEN '750K+' ELSE NULL END
The order I get in the dashboard is like this:-