Forum Discussion
Unable to Filter Data Accurately
I used UniqueOrgs to filter a specific value, but results for values outside of this selection (e.g., Kevin) are still appearing. I have already created relationships between these two tables, so theoretically, UniqueOrgs[org_id] should equal LESSON[org_id]. In the visual, both columns should match for the data to be displayed?
2 Replies
- AnonymousNot applicable
Hi ginalu
The relationship you created is based between UniqueOrgs[org_id] and LESSON[org_id], and you are referencing the org_name column in the table.
Refer to below demo:
Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- ginaluHelper I
Hi Anonymous ,
Thank you for your responsed. There is a relationship between three tables. Although org_name isn't the primary key, it comes from the same source. Are there any potential issues I might have missed?