Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

View Cluster for dependent table

Former Member
0 Likes
997

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
801

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.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
802

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.

Read only

0 Likes
801

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