Raj@baan
3rd March 2014, 20:58
HI,

Can any one please explain where and how directly Multiplication can be done in Report fields...


Thanks,

Rajesh

bhushanchanda
3rd March 2014, 21:40
Hi,

e.g

If you have 2 fields in your report say:-

quan (Domain:- tcqiv1)
pric (Domain:- tcpric)

You can directly add a new field on your report with field as

quan*pric (Domain tcpric)

It will give you the multiplication of the above two fields.

Make sure these two fields are added in report input fields.