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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button to select multiple items

Guys,

I want to create a button to make a standard selection.

Screenshot_5.png

When I hit the button "SELECT MAIN COMPETITIONS" i want to make sure I select Champtonship, 1.Lig and 2.Liga.

When I enter (Championship) in the search string it works. But when I want to enter more it does not work... See example below. Anything wrong in my syntax?

Screenshot_4.png

2 Replies
tamilarasu
Champion
Champion

Hi Peet,

Search string should be like below,

(Championshp|1.Lig|2.Liga)

Add brackets at start and end of the string and pipe symbol.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Or just specify a search string like

Championship 1.Division

The space will act as an implicit OR.