All eazyBI for Jira eazyBI for Confluence Private eazyBI

InStr

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

Syntax

InStr(String_Expression, String_Expression)

Arguments

String_Expression

String expression.

Examples

The following example returns the position of a string "6.0" in the Fix Version dimension member name

InStr([Fix Version].CurrentHierarchyMember.GetString('Name'), "6.0")