Skip to main content
Skip table of contents

Instr

Returns the position of the first occurrence of one string within another.

Syntax

CODE
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

CODE
Instr([Item].CurrentMember.getProperty('User String 1'),"6.0")
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.