Calculated field in a repater
Hi, I use repeater for an order details form (each row has Product, Quantity, Unit Price and Total Price). I’d like to use Total Price as a calculated field (Qty * Unit Price).
I added “Repeater.GetField(current,’Quantity’) * Repeater.GetField(current,’UnitPrice’) to Calculated Formula but when I validate it gives “Syntaxerror: Invalid or unexpected token” error. I checked the field names and they are all correct.
Do you have any advice?
Thanks for your help,
Ercan

-
webmaster commented
I have the same issue.
-
Cindy commented
I have this same issue. Has anybody discovered a solution?
-
Glenn commented
I have this exact issue. Is it possible to perform calculations on columns in a repeater?