Expand my Community achievements bar.

Adding various fields from separate subforms

Avatar

Former Community Member
I need to total items within a subform and complete calculations which involve multiple subform fields, does anyone know how to do this?? I am not (and Cannot) use the table format for my project, this is an interactive form with a ton of calculations...



anyone please advise
2 Replies

Avatar

Former Community Member
If your fields are within different subform parents you'll need to use fully qualified SOM expressions for them instead of relative ones. IE: Instead of SomeField.rawValue use xfa.form.formName.subformName.SomeField1.rawValue.



Chris

Adobe Enterprise Developer Support

Avatar

Former Community Member
wow, shows what a novice I am at this...complicated