Text only
|
Text with Images
COGNOiSe.com - The IBM Cognos Community
IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: Prakash Bhai on 27 Sep 2010 12:51:56 AM
Title:
Conversion.
Post by:
Prakash Bhai
on
27 Sep 2010 12:51:56 AM
Hi All,
I have a Brio Function which is like this
=IF((AND(ABC <NOW(), ABC <>"")),"Y","N"). I need to convert this in to cognos.
Regards
Prakash.
Title:
Re: Conversion.
Post by:
MFGF
on
29 Sep 2010 10:38:22 AM
if ([ABC] < current_date and [ABC] <> '') then ('Y') else ('N')
Text only
|
Text with Images