I'm using the following slicer in a OLAP based report: #prompt('Project','token','')#
The Project parameter contains somehting like: [PP_F202 E].[All Projects].[All Projects].[Project Code]->:[PC].[@MEMBER].[JA53]
Sometimes, the Project mun does not exist in the cube therefore we get the OP-ERR-0181 error. (The Project parameter is built with a string manipulation from an 'injected' SQL relational query to retrieve the user's preferred Project Numbers.)
Is it possible to change the slicer so it returns an empty dataset when a MUN does not exist?
I tried the filter function but cannot get it to work syntax-wise.
Anyone?