‎2010 Jan 17 5:19 AM
Hi experts,
I have 2 tables , User and "User language". Here User is check table for "User language" table.
Now i have to create a View cluster for these 2 tables so my structure will be
Header -- User
Child -- User Language
My requirement here is that whenever i select header as "User1" and after this when i select Child then this User1 should be automatically populated in "User language" table so there i need to enter only language for User User1.
Thanks & Best Regards,
Abhishek
‎2010 Jan 17 9:38 AM
Define the key relationship correctly.
Generate a maintenance view for the tables, in maintenance view make the secondary table field as subset of the first one.
Then try generating a view cluster.
‎2010 Jan 17 9:38 AM
Define the key relationship correctly.
Generate a maintenance view for the tables, in maintenance view make the secondary table field as subset of the first one.
Then try generating a view cluster.
‎2010 Jan 18 3:12 AM
Thanks for the reply,
Can you please explain the same in a step by step manner , actually i tried the same but could not find the desired result.
Thanks & Best Regards,
Abhishek