RTF Template Total Calculations
Hi
I have a Field List_Price and Order_Quantity (both are in xml). In RTF i calculated 'Price' of Item by using simple formula
<?(LIST_PRICE*C_ORDERED_QUANTITY)?>
Next i need Grand total of the bill by adding all the Prices in this 'Price' column. I tried to get the value in a variable and sum it ... I am sure i am doing something wrong some where... Can someone please help...
(Price and Total Price are not in xml and i cant add them in thur RDF for some reason) Can i achieve this calculation in RTF itself..???