Report Writer
Posted: Tue Mar 22, 2011 3:40 pm
Hello,
Is there any report writer / report command where we can use fields as follows:
Please check <custnm> and <addr> fields. I always create this type of report
programatically.
It will be very much helpful if we can create this report using command / report
writer.
Thanks.
Is there any report writer / report command where we can use fields as follows:
Code: Select all
-----------------------------------------------------
Bill Date Bill No Customer/Address Amount
-----------------------------------------------------
<billdt> <Billno> <custnm> <netamt>
<addr>
-----------------------------------------------------
Total: Sum(<netamt>)
programatically.
It will be very much helpful if we can create this report using command / report
writer.
Thanks.