Hi All,
I have a requirement in a Webi report where the user gives a Department name as a input using a prompt.so under each department i have some 5-10 project managers.Also when the user select a department from the prompt,the respective project managers data to be displayed in my report.
Also department names needs to be hard coded.
I have been trying to create a condition object like this.
TABLE.Project_Manager_id in (decode(@Prompt('Select the Department','C',{'HR','WFM','ITIS'},mono,Free),'HR',{'HR001','HR002','HR003'},'WFM',{'WFM001','WFM002','WFM003'}.
This is how i have created the prompt.
However it is throwing me some syntax error.
So Can any body help out what is the issue and what change is required to parse the condition object with out errors.
Immediate help would be very helpful for me.
Thanks,
Kishore.