Calculated field in a repeater
-
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
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Calculated field in a repeater’ is closed to new replies.