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

cluster view

Former Member
0 Likes
291

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
251

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