Hello,
based on a Cognos group of a user I would like to do some actions. So i tried the following:
#CASE csv(grep('anyCognosGrouop';split(';';CSVIdentityNameList(';')));';';'')
WHEN 'anyCognosGrouop' THEN '1'
ELSE csv(grep('anyCognosGroup';split(';';CSVIdentityNameList(';')));';';'')
END#
---Result: anyCognosGroup
Can you help me why the "ELSE-Statement" is executed, even though I match the exact string in the WHEN-Clause?
Thanks a lot,
Ole
------------------------------
Ole Schmidt
------------------------------
#CognosAnalyticswithWatson