Hello All,
I am new to crystal report and need to implement following scenario with cross tab. Following is my table structure-
City |
Store Name |
Revenue |
A |
PQR |
500 |
A |
XYZ |
700 |
B |
XYZ |
400 |
C |
PQR |
600 |
C |
XYZ |
400 |
Here data for Store Name 'PQR' for City 'B' is not available in database itself.
currently my report is diaplaying output as-
|
PQR |
XYZ |
A |
500 |
700 |
B |
|
400 |
C |
600 |
400 |
However requirement is that if there is any blank cell in cross tab, then 'Not Required' should be displayed in cross tab cell as follows-
|
PQR |
XYZ |
A |
500 |
700 |
B |
Not Required |
400 |
C |
600 |
400 |
How to achieve this, as there is no record present in database itself for City 'B' and Store Name 'PQR' ?
Thanks in advance..!!
Amit