


I have a form in LiveCycle Designer that has multiple drop-downs with the same text list items, namely: H, N, C, and X, with 'Allow Custom Text Entry' enabled. I have a Total object named PPE1, a numeric object where I want the figure for the total number of 'H's selected from all the drop-downs,, for example to 'appear' - for want of a more technical term. Is this possible? I have 0 knowledge of calculations in LiveCycle Designer.
Thank you
Views
Replies
Sign in to like this content
Total Likes
You may read the value from the dropdown (var myDDValue = DropDownList.rawValue) and compare against the value of other dropdown using If else and set the value in the final field based on the logic.
Views
Replies
Sign in to like this content
Total Likes