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

Former Member
0 Likes
554

hi,

i have created database view

but it showing duplicate entries in it.

how to solve this problem ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Hi,

How any tables have you used? Please specify the keys in the Join fields section and it will avoid duplicates.

Reward if useful.

Thanks,

Anita

3 REPLIES 3
Read only

Former Member
0 Likes
525

Probably you can select the data from the tables based on primary key. Write the joins on the basis of primary keys.

Supriya.

Read only

Former Member
0 Likes
525

Make sure that all the primary keys of the data base table should be in your view also.

Read only

Former Member
0 Likes
526

Hi,

How any tables have you used? Please specify the keys in the Join fields section and it will avoid duplicates.

Reward if useful.

Thanks,

Anita