COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: sanchoniathon on 30 Jan 2019 08:46:42 AM

Title: Cognos Report filter using IN operator with static values
Post by: sanchoniathon on 30 Jan 2019 08:46:42 AM
We have this cognos v10.2 with filters and 2 of them are as follows:



[SomeField] in ('ABC';'DEF';'ZYS')

[SomeOtherField] in ('QOR';'MIS';EST';'MS1')



It works fine but every 3 months or so that list might increase or decrease or even change that list. We need to receive that new list from the business so that we cognos developers can make such manual changes.

QUESTION:

- Is there a way to automate this ? Like for example using a Excel Name field from a file that the client would themselves update every 3months and so and that the report would automatically get updated ?



Thank you !