A
Arul
The scenario I have is very similar to an example posted by Greg Collins --
Repeating Cascading Lists of Cascading Lists. There are two drop downs;
Group and MDA #. The source for these drop downs is views on a sql server
db: one each for each drop down. For every group selected there's a set of
MDA #'s. The first record set is populating correctly, however, when I create
a second record, the MDA #'s are based on the Group selected in the first
record. I tried to use the current function as mentioned in the example
without any success. I'm sure I'm goofing up with the function. Can someone
please help? TIA.
Below is the function used to query the database for the MDA #'s.
/dfs:myFields/dfs:dataFields/d:v_mda/@codeid[../@groupid =
current()/../groupdescr]
Repeating Cascading Lists of Cascading Lists. There are two drop downs;
Group and MDA #. The source for these drop downs is views on a sql server
db: one each for each drop down. For every group selected there's a set of
MDA #'s. The first record set is populating correctly, however, when I create
a second record, the MDA #'s are based on the Group selected in the first
record. I tried to use the current function as mentioned in the example
without any success. I'm sure I'm goofing up with the function. Can someone
please help? TIA.
Below is the function used to query the database for the MDA #'s.
/dfs:myFields/dfs:dataFields/d:v_mda/@codeid[../@groupid =
current()/../groupdescr]