Repeater values used in Formulas / Date formulas
-
Two other pretty significant discrepancy from the previous version. First, I can’t seem to be able to get the values out of a Repeater field. Second, I used to be able to use javascript to do computations. Neither seems possible now.
This is how I used to calculate the ages of people field_rnField57 was a repeater field and “childBD” was a field within that repeater field. This would set the age of the child based on the date the form was submitted:
var bd1 = new Date($$field_rnField57$$.GetField(current,'childBD')); var today = new Date(); return today.getFullYear() - bd1.getFullYear();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Repeater values used in Formulas / Date formulas’ is closed to new replies.