‎2006 Feb 24 1:37 PM
Hi,
I have a Table T1->Field F1 ->Data Element DE1 -> Domain DO1 ->Value Table T2.
Table T2 has
Field F5 ->Data Element DE1 -> Domain DO1
Field F6 ->Data Element DE1 -> Domain DO1.
Now, what field in T2 actually is the T1->Field F1 ->Data Element DE1 -> Domain DO1 refering to?
Thanks,
Suryakiran D.
‎2006 Feb 24 1:54 PM
Hi,
If F5 is the Key field of table T2 then the value table
will refer to F5.
Regards,
GSR.
‎2006 Feb 24 1:40 PM
‎2006 Feb 24 1:43 PM
‎2006 Feb 24 1:44 PM
‎2006 Feb 24 1:48 PM
‎2006 Feb 24 1:51 PM
which ever is the first field in the table t2 to that field t1 field will refer to.
‎2006 Feb 24 1:41 PM
hi,
sorry, for the previous one
it will refer the key field of T2.
if T5 is thekey field then it is The one it will refer.
Regards
vijay
Message was edited by: Vijay Babu Dudla
‎2006 Feb 24 1:42 PM
‎2006 Feb 24 1:54 PM
Hi,
If F5 is the Key field of table T2 then the value table
will refer to F5.
Regards,
GSR.
‎2006 Feb 24 2:15 PM
‎2006 Feb 24 3:21 PM
As both fields in T2 have the same domain and data element as the field in table T1 and as T2 fields donot have value table further, any one of the two fields can be refered to the field in T1.
so the value check should be in the following way.
T1-F1 = T2-F5 or T1-F1 = T2-F6
thanks,
Aditya
‎2006 Feb 24 3:24 PM
Hi Suryakiran,
I really doubt there is any table with a field having same domain & data element,as their description is same.But incase if you have like you are saying,then your T1-->F1 is refering to the key field among F5 or F6 in T2.