If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Sorting

Started by sg24, 12 Jan 2011 07:40:32 AM

Previous topic - Next topic

sg24

Hi ,
I have a value prompt in which the values are,
E-Exceeds exp
N-Needs Improvement
O-Outstanding
P-Proficeint

these are coming through some condition like in the data item like,

if (ABC='O') then ('Outstanding')
else if (ABC='P') then ('Proficeint') etc.

Now my requirement is i need this in a way as shown below.

O-outstand
E-Exceeds Exp
P-Proficeint
N-Needs Improvemnet

Please let me know.

Thanks in Advance.

dtopicMedV

create new calculation like :

if (ABC='O') then (3)
else if (ABC='P') then (4) ...
and set value prompt sorting property to that new calculation

sg24

Thank you very much for the response. It worked fine.

Thanks,
Sg