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

conditional prompt in sql

Started by Peewee71, 14 Jun 2011 11:10:15 AM

Previous topic - Next topic

Peewee71

Hi,
I have the following conditional prompt in my sql which works well.

trim(custid) in  (#promptmany('CustomerID','string',sq('Not Selected'))#)

I need to extend it so that if CustomerID is null or not set that it includes all customers.
Whats the best way to do this?