Is there a View dimension member could display both text and number?
Hi all,
I was not able to find a detailed guidance on how/when to use different view dimension members, so I would like to seek for advice here.
In a cube view, I have a member formula which return either a text or number based on different conditional.
For example, if conditional A is met, return a calculated value (sum of Account A and Account B), else return "Not applicable" text.
I notice that we can utilize V#Annotation to display the text, but then it cannot display the number. So, I would like to know if there is a view member to allow display of both number and text.
Thank you so much!
Hi Jacky, you could achieve this through a dynamic calc member by just retrieving the relevant View data cell (YTD holds the value and Annotation hold the text) depending on that condition. This way the data is stored in the appropriate location and you just grab the bit you need on the reporting end using the dynamic calc member.