
Contributor III
2023-03-17
07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Multiple values in Toggle Field Selection Action
I have a button against which I wish to Add an Action to Toggle the Field Selection of the field Product Code so that it filters by codes 751675, 753399, and 892964 (or removes them when toggled off again).
I have selected my field and tried many combinations including the following for the value but none of them work
- ('751675','753399','892964')
- ("751675","753399","892964")
- ('751675'|'753399'|'892964')
- ("751675"|"753399"|"892964")
- ('751675')& ('753399')& ('892964')
Can anyone please advise? Thankyou.
3,614 Views
5 Replies

Partner - Creator
2023-03-17
07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @KJM
Try: '751675';'753399';'892964'
3,605 Views

Contributor III
2023-03-17
08:24 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3,589 Views

Partner - Creator
2023-03-17
08:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Worked for me
Try: ('751675'|'753399'|'892964')
3,586 Views

Contributor III
2023-03-17
08:57 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Weird, now giving an error:
Error in Expression: ')' expected
But I definitely had the brackets closed.
3,584 Views


Champion III
2023-03-17
09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As @PedroNetto suggested ,this should work, ignore the error in the expression editor and try it
=('751675'|'753399'|'892964')
Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
If a post helps to resolve your issue, please accept it as a Solution.
3,563 Views
