Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support many to many linked record relationships? #14

Open
rbabayoff opened this issue May 29, 2023 · 2 comments
Open

Doesn't support many to many linked record relationships? #14

rbabayoff opened this issue May 29, 2023 · 2 comments

Comments

@rbabayoff
Copy link

Hey,

It seems this data connector doesn't support many to many relationships. am I correct? It exports linked record fields with recid1, recid2, etc. and there is no way to match it against the record id in the linked record table.

If this is correct, is there a workaround?

Thanks

@marks
Copy link
Contributor

marks commented May 30, 2023

Hi @rbabayoff - I believe you are correct. If you have a one-to-many relationship, you can use Tableau's relationship tool to join but with many-to-many, I too cannot find a way with Tableau to represent the list of record IDs (rec1,rec2,rec3) as an array. I also did not see a way in the Tableau WDC 2.0 SDK to code a column as an array.

If you think there's a way the WDC can be improved to support this (without manipulating the data/increasing the number of records on the user's behalf), please do let me know.

@stevenqzhang
Copy link

I think you should be able to split on the list of record IDs as a string (you may need to trip the leading and ending brackets). see https://www.rigordatasolutions.com/post/using-the-split-function-in-tableau

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants