How to set a field inside a child table to be depends on a field outside the child table what is the condition code would be for example:
“eval:doc.outside_childtable_field” when i put the code like this nothing happened!
If you have to set the field depend on the parent field in the child table then use it like this:
eval:parent.your_parent_field_name
1 Like