01-07-2022
11:43 AM
- last edited on
02-10-2022
10:43 AM
by
OSAdmin
I built a cube view which contains blank cells (this is expected) as there is no data in the intersection. How can I forcibly show 0.0 in these cells (intersections) instead of blank cells? Thanks!
Solved! Go to Solution.
01-14-2022 08:03 PM
Hi Oscar,
You can create a new U8# Dynamic Calc member with the following code:
This should replace blank cell with 0 after you layout the CV report with the new UD8 member.
01-10-2022 09:40 AM
Hi Oscar
If read only is sufficient, just encapsulate a row (or column) dimension's specification like this: GetDataCell(<Some POV> + 0)
Cheers
Christian
01-14-2022 08:03 PM
Hi Oscar,
You can create a new U8# Dynamic Calc member with the following code:
This should replace blank cell with 0 after you layout the CV report with the new UD8 member.
01-18-2022 08:40 AM
Thank you! This is exactly what I needed ... in HFM this was as simple as applying the wanted format to the report, but it never occurred to me that this had to be coded in the U8 dimension (of all places) in OneStream ... Jeeeezz