Hello, I would like to build a semicolon-separated string (to use as a filter condition) based on entries in the macro function CSVIdentityNameList, so what I tried is the following:
#csv(grep('COG-Group';array(CSVIdentityNameList(';'))))#
Apparently the array function does not work. E.G. my CSVIdentityNameList()-function gives back:
'Admin','PowerUser','COG-Group12345' the result from the #csv(grep('COG-Group';array(CSVIdentityNameList(';'))))# still is 'Admin','PowerUser','COG-Group12345'
My result should be 'COG-Group12345' so I can build an expression [ColumnName] in ('COG-Group12345')
Do you have any idea how I can get this?
Thanks a lot,
Ole
------------------------------
Ole Schmidt
------------------------------
#CognosAnalyticswithWatson