The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
miked
3 years agoContributor
Displaying Text Values in Cubeview
Hi All,
I am wondering if there is a way to display a text value in a cube view cell directly from a cubeview member filter? In other words, in the same way that you can use a member filter wi...
- 3 years ago
HI Mike,
The best way to achieve this would be to create a dynamic member (maybe in the Flow/UD8 dimension) that tells it what to pull (could be logic, could just be 'Return "Hello"'. You would then put that on your CubeView row/column with a view of Annotation (V#Annotation:UD8#Dynamic_Hello).
Thanks,
Brian
miked
3 years agoContributor
Related to my earlier post, there is mention in the Design Guide that you can use GetDataCell with XFMemberProperty. See excerpt below. This would suggest GetDataCell can accept text values but I wonder if it's a typo and XFMemberProperty only really works with the Name function.
Thx,
Mike
XFMemberProperty
This function allows users to specify a Dimension property and display the Member Property
selection as a row or column header on a Cube View. Use this function with the Name() and
GetDataCell() portion of a Member Filter.
Related Content
- 3 years ago