Hello All,
I have to design a report which looks like this.
State st_code | State st_code
order_no order_amt | order_no order_amt
.... |
.. display the order details down and across
.. for each state.
I used mailing label wizard, I don't see "Group selection" in the wizard. The Group "St_code" is created Manually above the "Mailing Details section" which contains order_no and order_amt. The data displays down and across the page for each state code. Each state code details should print in a next page.
Now the problem is, since I created manually the Group "st_code", the right hand side state_code display its value when there no orders prints right hand side.
Example:
State AL | State AL
1 $200.00 |
2 $325.79 |
3 |
so on.
The right hand side "St_code" shows "AL" when there is no records to display.
How to resolve this issue? I used query in "Command" using CR XI.
Thanks
VK
Edited by newbie - 01 Oct 2007 at 7:52am