Forum Discussion
Hi,
you should not change your existing account types when data has been loaded. Not knowing much about your use case, the following is one (of the many) way(s) to go about it. This approach assumes UD8#None is used for all data input and comment collection.
Then you add this member formula:
If api.View.IsAnnotationType Then
Return api.Data.GetDataCellEx("UD8#None").DataCellAnnotation
Else
Return api.Data.GetDataCell("UD8#None")
End If
You then go to the column2 definition of your Cube View and e.g. add your new UD8 member to the column's member filter:
Please note that this will apply to your entire column 2. Using overrides is more elegant and more pointed. But I am keeping it simple for now to show you the most basic way.
Overrides are those ones:
You should then be able to see the entered annotations and the original data in your CV, with the cells being no input.
In my example, the top half rows are using UD8#None in the point of view (POV) and the bottom half my new UD8 member. Please note that the way the formulas has been written, all data and / or comments will be pulled to be displayed in the CV, as long as those have been entered / loaded against UD8#None.
Hi,
UD8 member
formula for UD8 member
Cube view
Still the cells are open in report
Related Content
- 11 months ago
- 4 months ago
- 3 years ago