Issues using dashboard prompts with Combined Analysis report and presentation variables
Hi,
I have a report combining the Activity and User subject areas on a dashboard and want to filter it. The report works fine on its own, but when I add the dashboard prompt it doesn't return any data. \
Here's what I have in the report:
- the activity subject area has a column called 'Region' which uses a case statement based on the owners region, and it looks like this: Case When "- Owned By User".PICK_7 In('AUSTRALIA','Australia') Then 'LAMAP - Australia' When "- Owned By User".PICK_7 ='Asia' Then 'LAMAP - Asia' When "- Owned By User".PICK_7 ='Korea' Then 'LAMAP - Korea' When "- Owned By User".PICK_7 ='LJAM' Then 'LJAM' When"- Owned By User".PICK_5 ='LJAM - INSTITUTIONAL' Then 'LJAM' Else "- Owned By User".PICK_6 End