Hi Denny,
Thank you so much for your response. I have achieved it. Its working fine now.
I have created new table(Client_Key,Client_Name,Group_Name) in DB then imported into FM. I have joined this newly imported table with View(QS) based on client_key. Then I have created embed filter on QS as below
#sq(CSVIdentityNameList())# contains [Database Layer].[GROUP_NAMES].[GROUP_NAME]
------Original Message------
Not sure if this will meet your business requirements, but you could create a stand-alone filter like below and apply the filter to each query subject. It will be less maintenance for you down the line if you use a stand-alone filter.
Filter expression:
(#sq(CSVIdentityNameList())# contains 'Group1' and [ClientID] = '102')
or
(#sq(CSVIdentityNameList())# contains 'Group2' and [ClientID] = '202')
------------------------------
DENNY NAREZNY
------------------------------
#CognosAnalyticswithWatson