COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: inu on 07 Sep 2016 10:23:07 AM

Title: how to show value rank>5 in cognos report studio
Post by: inu on 07 Sep 2016 10:23:07 AM
Hi Team,
Please find the mockup and tabular data attached
                                                                                                             

Occupation Description column contains
case when rank=1 then 'Occupation 1'
when  rank=2 then 'Occupation 2'
...
else 'Others'
end
Title: Re: how to show value rank>5 in cognos report studio
Post by: AnalyticsWithJay on 07 Sep 2016 12:07:54 PM
Hi,

I'm not sure if I understand your question. Are you trying to get the total for all occupations not within the top 5? If so:

total([disbursement amount] for [occupation description])

Title: Re: how to show value rank>5 in cognos report studio
Post by: sdf on 07 Sep 2016 07:42:37 PM
are you trying to show the same data from the list above to the tabular data below?
Have you tried using a cross tab?