Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pass multiple String Parameters

Hi ,

I have to pass multiple String as parameters on triggers, i have tried many ways but its not working.

i have a Zone if user selects some Zone so its corresponding countries should get select along with it. also selected countries names should appear in CSB.

Thanks

Manish

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

='(val1|val2)'

let me know

Anonymous
Not applicable
Author

Hi Alessandro,

I have a string values like

Zone:NA and under that i have two countries like canada and United States.

Can you take above example and give a try on click on NA both the countries should get selected but i have to pass these names in trigger

Anonymous
Not applicable
Author

Hi Alessandro,

My mistake we need to pass it through double quotes.

Thanks for your help!

its_anandrjs
Champion III
Champion III

Try with

(Field1|Field2)

Or

'(Field1|Field2)'

Regards

Anand