baan999
5th October 2011, 08:12
i want to print the grand total in after report layout.
detail line supprresed in the report
after field (1 line order no,amount,rate )printing by customer wise
ex.
1 order ,rate,amount ( total all for the single custome... ZZZZZZZ)printing
2.order,rate,amoun t ( total all for the single custome... xxxxxxx) prniting
now i want the both total amount(1 line ) to be printed in after report
refer below report script . it is not printing. what is wrong or what new script to written. pl give with example code
declaration:
extern domain tcamnt grand.tot
before.prnt.seqn.1:
before.layout:
grand.tot = 0
detail.1:
before.layout:
grand.tot = grand.tot + (amt111/1.24)
detail line supprresed in the report
after field (1 line order no,amount,rate )printing by customer wise
ex.
1 order ,rate,amount ( total all for the single custome... ZZZZZZZ)printing
2.order,rate,amoun t ( total all for the single custome... xxxxxxx) prniting
now i want the both total amount(1 line ) to be printed in after report
refer below report script . it is not printing. what is wrong or what new script to written. pl give with example code
declaration:
extern domain tcamnt grand.tot
before.prnt.seqn.1:
before.layout:
grand.tot = 0
detail.1:
before.layout:
grand.tot = grand.tot + (amt111/1.24)