cancel
Showing results for 
Search instead for 
Did you mean: 

optional promt in universe level

Former Member
0 Kudos


Hi,

how to apply the optional promt in universe level

@note:when i was giving OPTIONAL in @ promt synatx that is not5 wroking

Accepted Solutions (0)

Answers (1)

Answers (1)

amitrathi239
Active Contributor
0 Kudos

Hi,

Something like this.

@Select(Event Date\Event Year)=  @prompt('Enter Year','A',,Mono,Free,Not_Persistent,,User:0,optional)

or

@Select(Event Date\Event Year)=  @prompt('Enter Year:','A',,Mono,Free,Not_Persistent,optional)

Amit

mhmohammed
Active Contributor
0 Kudos

Hi Amit,

If the BO version you're using is 4.0 (whatever SP), please create a filter and check if you see an option called Filter Type which can be Native/Business. If yes, then use the type Business and you can make the prompt Optional just like we create in Webi query panel.

Screenshot from BO 4.1 SP5

Click Edit Filter and you can see all the options you see in Webi, and by just checking radio button, it'll become an optional prompt.

Update:

Check out the below blog post


Thanks,

Mahboob Mohammed