The TCM_GCV8 function is the most widely used in reports as it retrieves individual values from the database. There are many other functions that can also be used in reports to retrieve other information to help make your reports even more flexible and dynamic.

The most commonly used functions are:

Function Description
TCM_MemberDescription Retrieves the description of a dimension member given its name or index number
  • Syntax
=TCM_MemberDescription(Dimension, Index Number or Member Name)
  • Example
=TCM_MemberDescription(“Entity”,”Aust”)
TCM_MemberName Retrieves the name of a dimension member given its index number
  • Syntax
=TCM_MemberName(Dimension, Index Number)
  • Example
=TCM_MemberName(“Entity”,5)
TCM_MemberIndex Retrieves the Index number of a dimension member given its name
  • Syntax
=TCM_MemberIndex(Dimension, Member Name)
  • Example
=TCM_MemberIndex(“Entity”,”Aust”)
TCM_MemberCount Returns the number of members in a particular dimension
  • Syntax
=TCM_MemberCount(Dimension)
  • Example
=TCM_MemberCount(“Variable”)
TCM_SetName Retrieves the name of a dimension set given its index number
  • Syntax
=TCM_SetName(Dimension, Index number)
  • Example
=TCM_SetName(“Variable”,3)
TCM_SetDescription Retrieves the description of a dimension set given its name or index number
  • Syntax
=TCM_SetDescription(Dimension, Set Name or Index number)
  • Example
=TCM_SetDescription(“Variable”, “PL”)
TCM_SetMemberIndex Retrieves the dimension index number of a member of a set given its set index number
  • Syntax
=TCM_SetMemberIndex(Dimension, Set, Member)
  • Example
=TCM_SetMemberIndex(“Variable”, “PL”, 5)

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Centrixe Support

Post Comment