radgrid - with a master and detail table.
Hierarchy - when linking a detail table using two fields.
field 1 - varchar(4)
field 2 - char(4)
example1 - if field 1 is empty and field 2 has value.
the link does not populate the detail table
example2 - but if field 1 has value and field 2 is empty
the link does populate the detail table.
My question is how can i get the first example1 to work.
Hierarchy - when linking a detail table using two fields.
field 1 - varchar(4)
field 2 - char(4)
example1 - if field 1 is empty and field 2 has value.
the link does not populate the detail table
example2 - but if field 1 has value and field 2 is empty
the link does populate the detail table.
My question is how can i get the first example1 to work.