Hi - trying to hide a couple of prompts based on users membership to a cognos group. eg if user belongs to group "ABC" then show 2 prompts otherwise show no prompts. I have put these 2 prompts in a conditional block and have tried to render the block based on a boolean (which determines if user belongs to a group or not). Here is my boolean expression:
If([Query1].[UserDetails] Contains 'NE EUROPE USERS') THEN
'Yes'
ELSE ('No')
where [Query1].[UserDetails] = #sq(CSVIdentityNameList ())#...it does not work...any ideas why? Thanks for reading!
If([Query1].[UserDetails] Contains 'NE EUROPE USERS') THEN
'Yes'
ELSE ('No')
where [Query1].[UserDetails] = #sq(CSVIdentityNameList ())#...it does not work...any ideas why? Thanks for reading!