CRM On Demand - Reports and Dashboards (MOSC)

MOSC Banner

Dashboard Prompt Custom List Order

edited May 28, 2014 7:32AM in CRM On Demand - Reports and Dashboards (MOSC) 3 commentsAnswered

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:-

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center