The situation is the following:
In a database I have a table that stores the number of occurrencies an error occurred. Say
ErrorId Timestamp N
Err1 t1 2
Err2 t2 7
I query this data, and must use the cross-table of crystal report to show the data. Three (3) error codes must be shown: Err1, Err2 and Err3, in this order.
I defined the cross-tab and selected "in predefined order" in the general tab for the group options (just below the definition of the rows). I inserted 3 Groups (Err1, Err2 and Err3).
In the resulting report it is no problem for Err1 and Err2. But Err3 is not shown.
Question
Is there a way to show the empty row for Err3 even though there is no data for it?
Version used: Crystal report XI.