‎2008 Aug 08 7:31 AM
Hi
I have created cluster view, its working fine but the problem is
when I select the entry of main table record, if it does not exist in the child table then it has to show the key field value in the next screen. Any one can tell me how to do it?
Thanks in Advance
GVRao
‎2008 Sep 16 10:41 AM
for the child table, you have to create a view
in the definition of the view, you set all the keyfields with flag "S" into the fourth column
S = Generate subsets when maintaining view data
this way the values will be inherited from the parent table for those fields