Forum Discussion
One to Many Relationship
Hi,
Can you please review below ?
I have 2 souce tables,Source:1 has relationship with Source:2 (One to Many).I want to display records from Source:1 Price column to Source 2: Price Column.
I have tried RELATEDTABLE and did not gave me any result.
Please provide your suggestions.
Thanks
Salesforce Source:1 |
| Salesforce Source:2 | ||
Id | Price | Id | Price | |
ABC | 123 | ABC |
| |
|
| ABC |
| |
|
| ABC |
| |
|
| |||
|
| |||
| Salesforce:2 (Expected Result) |
| ||
| Id | Price |
| |
| ABC | 123 |
| |
| ABC | 123 |
| |
|
| ABC | 123 |
|
8 Replies
- AnonymousNot applicable
Hi Anonymous Is this something that you're after ?
- AnonymousNot applicable
Hi Lw,
Thank you so much for your response.
In my source 2 table has duplicate records in ID column and i want to pull Price from Source 1 has all unique values.
My Expected Result should be,
ID Price
ABC 123
ABC 123ABC 123
- jdbuchanan71Super User
In your table visual, under the price, you can set the field to not summarize which will give you the multiple rows. Is that what you are looking for?
- AnonymousNot applicable
Hi Lw,
Can you please suggest?
Thanks