Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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")
  • No labels