COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: pooja on 23 Mar 2010 11:53:40 AM

Title: small help
Post by: pooja on 23 Mar 2010 11:53:40 AM
we have a condition like
case when 'O' then OPEN
case when 'N' then NEW
case when 'C' then CLOSED
case when 'U' then CLOSED
we have been asked to display
if user select 'O' then report should show
both OPEN and NEW (if esxist)

is there anyway to resolve.
kindly thankyou in advance
Title: Re: small help
Post by: jeff.baiocchi on 24 Mar 2010 12:35:09 AM
Pooja,

Try resolving by applying a case filter. 

When 'O' then (field in ('OPEN','NEW')

Hope this helps,

Jeff