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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Nouille77
Contributor
Contributor

multiples values on a Field

Hi,

I have some problems to specifie 2 or more values on en selected Field

I use in Action : Select multples values in a field

I selecte my Filed and in value have testing some solution:

=("Raccordement FTTH (CPU)"|"SAV FTTH (CPU)")

='("Raccordement FTTH (CPU)"|"SAV FTTH (CPU)")'

=('Raccordement FTTH (CPU)'|'SAV FTTH (CPU)')

Always the same erreur: Syntaxe or expressions Error...

I have read some solutions in this community but anyone work for me, can u helps me ? 🙂

1 Solution

Accepted Solutions
sunny_talwar

This seems to have worked for me

='("Raccordement FTTH (CPU)"|"SAV FTTH (CPU)")'

Please find attached the application 

View solution in original post

5 Replies
sunny_talwar

How about if you use this without an equal sign

("Raccordement FTTH (CPU)"|"SAV FTTH (CPU)")
Nouille77
Contributor
Contributor
Author

Nouille77_0-1591792018200.png

Always same error

 

sunny_talwar

Can you ignore the error and see if the trigger works even though it shows an error message?

Nouille77
Contributor
Contributor
Author

It's Working if i use "Selected Value in a field" and not "Selected Multiples values in a field"

What's the difference with this 2 options ??

sunny_talwar

This seems to have worked for me

='("Raccordement FTTH (CPU)"|"SAV FTTH (CPU)")'

Please find attached the application