New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this solution

tresesco
MVP
MVP

If you can get your variable input with multiple words comma separated and quotes around, like:

'word1', 'word2', 'word3'

you can write the expression without quotes, like:

 Sum({<[word-set]-={$(word)}>}count)

Or, if your words are really words, i.e. - single word inputs (without any spaces in between), you can get this working even without single quotes, like:

word1, word2, word3 

View solution in original post

Who Me Too'd this solution