What is the ViewAttrS function?
ViewAttrS returns a string from a cube view’s attribute.
Where can the ViewAttrS function be used?
TurboIntegrator
Which TM1 Server version is this function available for?
Version 11 and 12
What is the syntax for ViewAttrS?
ViewAttrS(CubeName, ViewName, AttrName);
CubeName = Parent cube of the view to have the numeric attribute value retrieved.
ViewName = Name of the view to have the numeric attribute value retrieved.
AttributeName = Name of the attribute to retrieve the value.
A demonstration on how to use ViewAttrS
Use the ViewAttrS to retrieve the Description’s attribute from the Employee cube’s default view.