Page 1 of 1

Report Writer

Posted: Tue Mar 22, 2011 3:40 pm
by sudip
Hello,

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>)
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. :)