G
Guer
Hello,
I have a repeating table with two drop-down-boxes. I have a secondary data
source (just now a XML-document) with the data. I want the drop-down-box no 2
to be filled with related data depending on what field the user select in
drop-down-box no 1. I have managed to filter data (by the UI, not by managed
code) but when I change the value in drop-down-box no 1 it also changes list
values in drop-down-box no 2 at ALL rows.
I think I can use XPath-expression current() but I cannot find an example
that works...
Is it easier to make this in managed code?
I have a repeating table with two drop-down-boxes. I have a secondary data
source (just now a XML-document) with the data. I want the drop-down-box no 2
to be filled with related data depending on what field the user select in
drop-down-box no 1. I have managed to filter data (by the UI, not by managed
code) but when I change the value in drop-down-box no 1 it also changes list
values in drop-down-box no 2 at ALL rows.
I think I can use XPath-expression current() but I cannot find an example
that works...
Is it easier to make this in managed code?