COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: artemis_ai on 06 Aug 2019 09:57:35 PM

Title: pass multiple value in textbox prompt to final report
Post by: artemis_ai on 06 Aug 2019 09:57:35 PM
Hi ,

I am going to design a report to let user type multiple value in textbox with the key, the type value is like "Key_value", and run the report to pass individual value to the report based on the key, I can do it if input only single value in textbox prompt, but how to realize it if there are multiple value?

in textbox prompt:
Key1_Value1,
Key2_Value2,
Key3_Value3

Final report
Other values
Key1 Value1(from prompt)
Key2 Value2(from prompt)
Key3 Value3(from prompt)
other values