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: 
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

1 Reply
sunny_talwar

Are you trying to do this may be?

SubStringCount(GetCurrentSelections(), 'ab')