Hi sap experts,
I have a mdb file like this,
CPoint | CPeriod | CDate | CHeight | CChange | CChangeT | CRate | CState | CNote |
---|---|---|---|---|---|---|---|---|
C1 | 1 | 2014/1/2 | 8.3003 | 0 | 0 | 0 | ||
C2 | 1 | 2014/1/2 | 8.3318 | 0 | 0 | 0 | ||
C3 | 1 | 2014/1/2 | 8.3151 | 0 | 0 | 0 | ||
C4 | 1 | 2014/1/2 | 8.2535 | 0 | 0 | 0 | ||
C5 | 1 | 2014/1/3 | 8.3146 | 0 | 0 | 0 | ||
C1 | 2 | 2014/1/3 | 8.3381 | 2.2 | 2.2 | 2.2 | ||
C2 | 2 | 2014/1/3 | 8.3341 | 2.3 | 2.3 | 2.3 | ||
C3 | 2 | 2014/1/3 | 8.3005 | .2 | .2 | .2 | ||
C4 | 2 | 2014/1/3 | 8.4034 | 1.3 | 1.3 | 1.3 | ||
C1 | 3 | 2014/1/4 | 8.3174 | 2.3 | 2.3 | 2.3 | ||
C2 | 3 | 2014/1/4 | 8.3603 | 1.5 | 1.5 | 1.5 | ||
C3 | 3 | 2014/1/4 | 8.3837 | 1.4 | 1.4 | 1.4 | ||
C4 | 3 | 2014/1/4 | 8.376 | 1.2 | 1.2 | 1.2 | ||
C5 | 3 | 2014/1/4 | 8.3324 | 1.4 | 1.4 | 1.4 |
CPeriod 1: we measured 5 points' data.
But on CPeriod 2: for some reason, we only measured 4 points' data, no C5's data.
And on CPeriod 3: we measured 5 points' data, including C5.
Thus, i create a crosstab using the above data. It shows:
C5 on CPeriod 2 does not have data, I want to show it blank, not 0.0000.
How to do? (I have cancel the two options in Report Options,)
Thanks.
PS. In some extreme cases, Maybe in CPeriod 4, we measured 10 points' data, and the data in CPeriod 1.2.3 should show blank also.