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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem to combine GetCurrentSelections and substringcount

substringcount('ab', GetCurrentSelections())

I'd like to know if a substring is in my GetCurrentSelections, but that doesn't work because GetCurrentSelections is not a string, have you got an idea to solve this problem please?


Thanks in advance

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

Are you trying to do this may be?

SubStringCount(GetCurrentSelections(), 'ab')