Hi,
I am using OBIEE 10g.
I have 3 column prompts and one prompt is on Quarter column.
We have a requirement to multi-select quarter values and have to send as a single parameter or separate parameters to a Java script. This Java script passing this string as parameter to one Java servlet.
Till now, we are using dropdown list for quarter and we are sending as parameter to narrative view and passing to Java script as @1. Now the requirement is changed and we are checking for the possibility using multi select prompt and to pass values to Java script.
Suppose if we select Q1 and Q3, we should be able to send the parameter like Q1,Q2 or by any seperated.
or
we can send two separate values as parameters too and Java guys can handle it.
And with these values, we need to send some other values too and those values will be always same
I know OBIEE 10g presentation variable can hold single selected value at a time. In 11g Presentation variable can hold multiple values as Q1,Q2.
Is there any workaround for it.
Thanks in advance,
kiran