Instr
Returns the position of the first occurrence of one string within another.
Syntax
InStr(<String>, <String>)
Arguments
String | String expression |
---|
Examples
Following example returns the position of a string "6.0" in the fix version dimension member name
Instr([Item].CurrentMember.getProperty('User String 1'),"6.0")