Jump to content

Find text string in column for Oracle in calculated column in Spotfire


Holger Schimanski 2

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...