Reputation: 872
I've made a parameter called AR Status that I'm using to filter report output in the Select Expert. The formula for the filter is:
{CMS_Invoice.AR_STATUS} <> {?AR Status}
As shown below there are four choices in this dynamic value parameter. However I would like these choices to be optional. As it is now you must choose one or all of the values. I would like the ability to choose no values basically nullifying the parameter filter at report run time if desired. If I don't choose at least one value the parameter screen will not close.
Upvotes: 0
Views: 278
Reputation: 9101
I don't think you can skip the prompt window by not choosing atleast one value.. on thing you can do is to add None
to the prompt and if you don't want to select any option then select None
and proceed.
Upvotes: 1