E
ESosnowski
I need to force the display of detail rows in a report even if values for
these rows are not in the data provided by the query. For example the query
data may be as follows:
Group Detail Qty
1 A 1
1 B 2
2 C 2
I need the report to show:
Group Detail Qty
1 A 1
B 2
C 0
2 A 0
B 0
C 2
Any suggestions?
Thanks
these rows are not in the data provided by the query. For example the query
data may be as follows:
Group Detail Qty
1 A 1
1 B 2
2 C 2
I need the report to show:
Group Detail Qty
1 A 1
B 2
C 0
2 A 0
B 0
C 2
Any suggestions?
Thanks