Hello all,
I am working on OBIEE 10g environment and want to design solution for below Requirement as:
Need to have multiselect prompt for User selection.
After selecting multiple users from prompt, we need to give intersection of measure data.
Eg, if user 'a', 'b', 'c' selected from prompt, then in report query it should appear as
user = 'a'
and user = 'b'
and user = 'c'
In 10g there is no provision to set presentation variable on multi select prompt. If I simply say 'user is prompted' in report query it works as user in ('a','b','c'), which gives union of data and not intersection.
Please suggest how it need to handled, we have DB2 database.
Any i/p for functions (on OBI or on DB2) which can aggregate stings (concat multi record o/p in single record) will also help a lot.
Thanks