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

Comparing two different rows in reportnet report

Started by smtest, 14 Jan 2009 05:50:13 PM

Previous topic - Next topic

smtest

hi all,
i have a data that looks like this:

column1  column2    column3    Revenue  Billing
1234        2222                            800
1234                            2222                     1000

Expected resultset
when column2 = column3

column1  column2    column3    Revenue  Billing

1234         2222           2222         800      1000

Please advice how i can do this using reportstudio or even sql

thanks