Holger Schimanski 2 Posted November 19, 2020 Posted November 19, 2020 I would like to check if a string is substring in a column for creating a calculated column. Spotfire offers the Find(...) text function. Find([Column], 'test')But looks like this function is not available for Oracle. in-database connection. What are the alternatives for Oracle Normal SQL is also rejected by the expression editor... Both examples below do not work. [Column] LIKE '%test%' or INSTR([Column],'test') Any idea Best regards Holger
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now