cancel
Showing results for 
Search instead for 
Did you mean: 

Bex Report Displaying #

0 Kudos

Hi Gurus,

We have recently added few new fields to the DSO and then to the Cube.

We are loading daily delta to the DSO and then to Cube and data gets compressed in the cube.

Now in order to populate the values of these new fields we did a full load to DSO for one period and then we are pushing the data to Cube thru delta.

But when we run the bex report we get the value for new fields but another line also comes with #.

My doubt is doesn't the delta from dso takes care of the replacing the old record with new one.

As in cube all chars are key so this issue is coming? One with old record and one with new one.

If we do compression this issue will get resolved?

Thanks and Regards,

Monalisa Mohanty

View Entire Topic
cornelia_lezoch
Active Contributor
0 Kudos

Hi Monalisa,

Compression in cubes compresses only several records with exactly the same char values into one record (which came out of several loading requests).

In your case you have to make sure, that the DSO ist creating the reverse of the original record and the new record.

The reverse of the old record plus the original old record will then be compressed in the cube into one record with value 0 - so you need to do compression with 0-deletion in the cube to get rid of those records.

regards

Cornelia