Text Function Considerations

  • Enclose text functions in braces:

    <<TextFunction (arguments)>>

  • You can use spaces between arguments.

  • All arguments are enclosed in quotes, except for numeric arguments.

    For example, the parameter "NYC, New York" in the function <<MemberName("Grid1", NYC, New York)>> should be restated as <<MemberName("Grid1", "NYC, New York")>>.

  • Arguments related to date formatting are case-sensitive.

  • To apply text functions to a grid, create a text row or column, or a heading cell, and then insert the text function.