I have a repeat group in a group F, a repeat group in a group I, and a repeat group in group J. I have two issues that may share the same source issue/misunderstanding. Overall I want to have values and dropdowns in Table J update as Tables F and I are modified, and I am having trouble understanding how I can make this work. The Issues:
- I want to filter certain
select_one
responses fromI02c_FunctionArea
from the repeat in I to be shown in Table JJ02c_PrimaryFunction
. In the example, I only wantArea Category
options to be shown in Table J - I am using index-repeat() to achieve this functionality. - Table J has a
select_one
dropdownJ07c_LumName
where I want to list all options input possibilities in Table FFc01_LuminaireName
. From the looks of it, it seems theJ07c_LumName
dropdown from F is set only upon creation of a new J repeat. My Goal is to dynamically change table F to update all the drop downs in J in real-time. Is that possible?
I may have a misunderstanding how to use index-repeat() or a misunderstanding how different elements are linked/updated in the background of the program. Any insight would help!
Since I am a ‘new user’ I cannot upload the document I am working on, so here is a screenshot for now