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

Value prompt to select for null data item value

Started by Todd129, 29 Jan 2013 11:23:14 PM

Previous topic - Next topic

Todd129

Hi there --

I'm trying to develop a pulldown static Value prompt that will filter a list report for all items where [Data Item] IS NULL.

I've tried using a CASE statement in the filter, that bombed. I tried to have the pulldown pass the text 'IS NULL' to the filter and that didn't work either.

Any other suggestions from the community that I might try?

Many thanks!

Todd

srinu1253

keep Blank in the use value of the Prompt and try to filter it by equating to the Data item..

Todd129

Thanks for your post!  I was finally able to get this to work using the below filter

Case
WHEN (?pFinalcheck?)=1 THEN ([APPRV_#5_FINAL_CHK_CMPLTD_DT] IS  MISSING)
ELSE NULL
END