Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
julioarriaga
Creator II
Creator II

What is the difference between Index and FindOneOf

1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

Index is looking for a substring (all characters in substring)

eg

Index('thequickbrownfox', 'kb')     Returns 8

FindOneOf is looking for any character

eg

Index('thequickbrownfox', 'hx')     Returns 2

View solution in original post

1 Reply
Lisa_P
Employee
Employee

Index is looking for a substring (all characters in substring)

eg

Index('thequickbrownfox', 'kb')     Returns 8

FindOneOf is looking for any character

eg

Index('thequickbrownfox', 'hx')     Returns 2