Hi, I have created Universe prompt for LOV’s to select. And wanted implement ALL thru Universe prompt, instead of Optional prompt in WEBI, where you can leave without giving anything. So, here user wanted to choose ‘ALL’, so that it returns everything. This is my syntax. However, it shows ‘All’ but does return empty. database is SQL Server STATE=case when @Prompt('Prompt Text','A','LOV\STATE',Mono,Free,Not_Persistent,{' '})='ALL' then STATE else @Prompt('Prompt Text','A','LOV\STATE',Mono,Free,Not_Persistent,{' '}) end
↧