Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
julioarriaga
Creator II

What is the difference between Index and FindOneOf

1 Solution

Accepted Solutions
Lisa_P
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

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