Hello,
I've a big problem with Crystal 4 Enterprise. I retrieve the data from our BW 7.4 from a query with i.e. one characteristic and two key figures. The first key figure is the current value and the second one is a manually prognosis. No the problem is, that there could be for one row no valid prognosis. In the key figure this is show by a value < 0. As example I get this data from my query:
Prognosis | Current | |
Jan | 25 | 45 |
Feb | 36 | 45 |
Mar | 22 | 69 |
Apr | -1 | 85 |
May | 71 | 63 |
Jun | 78 | 55 |
Jul | -1 | 65 |
Aug | 10 | 28 |
This is interpreted, because lower zero means no prognosis.
Prognosis | Current | |
Jan | 25 | 45 |
Feb | 36 | 45 |
Mar | 22 | 69 |
Apr | 85 | |
May | 71 | 63 |
Jun | 78 | 55 |
Jul | 65 | |
Aug | 10 | 28 |
The expected result is now a line chart where the "empty" rows of this series are skipped. But how can I do that in CR4E?