I am facing one problem for cubes. Eventhough I have NULL for certain measures in cube it gets populated as 0 in Cube. Has anyone faced this kind of problem. How can I solve this
eg In Database
D1 D2 Measure1 Measure2
A B NULL 10
C D 10 NULL
Expected in Cube
D1 D2 Measure1 Measure2
A B 10
C D 10
Currently getting
D1 D2 Measure1 Measure2
A B 0 10
C D 10 0
If anyone can provide some tips on this issue it would be of great help to me.
Any tip will be greatly appreciated
Thanks,
eg In Database
D1 D2 Measure1 Measure2
A B NULL 10
C D 10 NULL
Expected in Cube
D1 D2 Measure1 Measure2
A B 10
C D 10
Currently getting
D1 D2 Measure1 Measure2
A B 0 10
C D 10 0
If anyone can provide some tips on this issue it would be of great help to me.
Any tip will be greatly appreciated
Thanks,