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

How to Split Columns In report?

Started by mvn.balu, 31 Jan 2011 10:06:09 PM

Previous topic - Next topic

mvn.balu

I have a list report.My list report contains 20 rows.I want split the rows like


(please find the attachment)




usingConditinal variables

if([Query1].[S.NO] between 1 and 5) then('A')

else if([Query1].[S.NO] between 6 and 10)  then('B')

else if([Query1].[S.NO] between 11 and 15) then('C')

else if ([Query1].[S.NO] between 16 and 21) then('D')

else('E')

U can hide the list Columns Body cell.

How to make this report , please help me