Hi Gurus,
I see a prompt in universe designed as below.
It is designed to get "All" in list of values.
I wanted to know how does it actually work.
( ( TITLE.TITLE ) IN @Prompt('Enter Product Title(s): (* = ALL Titles)','a','Release Info\Active CTS Titles',multi,free) OR '*' IN @Prompt('Enter Product Title(s): (* = ALL Titles)','a','Release Info\Active CTS Titles',multi,free) )
After Query Excution and passing value as * the where clause becomes as below :
Where ( ( TITLE.TITLE) IN ( '*' ) OR '*' IN ( '*' ) ).