COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: smtest on 14 Jan 2009 05:50:13 PM

Title: Comparing two different rows in reportnet report
Post by: smtest on 14 Jan 2009 05:50:13 PM
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