Trigger subform subtotal field calculation
Hi
in a subform I multiplicate two field values with a fomula field. On the formula field I have a rule to transfer the result to the subtotal field "Plankosten".
But the total on the subform buttom is not updated. I think the change event is missing because I set the value with a rule!? How can I trigger the calculation to get my sum of all rows.

-
Hi Andreas,
Plankosten are inside the subform. If you inspect the field in preview mode, you will see, that because of the subform there is a guid after the id, so only "#curPlankosten" will not work. You will need to find the right id, or for example give an additional css class to the field and then search on class name.
Regards,
Alexey
Please sign in to leave a comment.
Comments
6 comments