h3nke82
3rd October 2008, 15:07
Hi,

I need some help with an Baan Report. I have to fields in the report that i want to multiply. tipcs022.leng and tipcs021.aoqc. Can i do this in a print expression in form fields? If, how? Ore do i need to make a report script :(

see attached file

Tanks

/HEnrik

jp.aalders
3rd October 2008, 15:17
If both are nummeric field you can just fill in

tipcs022.leng * tipcs021.aoqc

and it should work. Another option is to create a variable in your reportscript that contains the value from tipcs022.leng * tipcs021.aoqc. Additional you can use the round function to round the calculated value.

Good luck

JP