Removing Default Values From Predefined Filters

We have created a lot of pre-defined filters at the BO Universe level.
There have been no default values specified in the MDX formulae.
When users are prompted during the report runs, we get the last selected values.
We would like to remove the same. How do we achieve it?


Anuputcha (BOB member since 2009-01-07)

If you want always blank in prompt , Use not_Persistent in predefined condition .
@Prompt(‘Prompt Message’,‘A’,‘Object’,mono/multi,free,not_Persistent,USER:0)


patriot3029 :india: (BOB member since 2006-12-08)