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.