Hi All,
I have a multi-select prompt which has academic_periods as values - for eg:- Fall 2018, Fall 2019, Spring 2018, Summer 2018, etc. In a query I want the filter to filter down on Academic_Periods of 'Fall & Summer' together when Fall term is selected in the prompt and otherwise just the same term from the prompt.
For eg:- If I choose Fall 2018 in the prompt, I want the query to select data from (Fall 2018, Fall 2018-80-> (i.e Summer 2017)). The filter that I have in place is -
if (?Academic Period Prompt? like '%10')
then ([ACADEMIC_PERIOD] in (to_char(?Academic Period Prompt?-80),?Academic Period Prompt?))
else ([ACADEMIC_PERIOD] in ?Academic Period Prompt?
It seems to be working fine when one Fall term is selected. But when I choose 'Fall 2018' and 'Fall 2019', it only filters out correctly for one fall term and not the other.
Would you know why this is happening? Don't filters with formula work with multi-select prompts in filter?
Thank You!
------------------------------
Nikhila Kuchibhotla
------------------------------
#CognosAnalyticswithWatson