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