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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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