Filter get all data from DB instead of unique values #1497
-
Hello, I have enabled filters,
But with this, it is getting all values from the table, instead of unique values, How to keep unique values only for the filter? |
Beta Was this translation helpful? Give feedback.
Answered by
marineusde
Apr 5, 2024
Replies: 1 comment 2 replies
-
I got this solution. it show the distinct of the second table and just elements are used in your first table:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cause it filters the "no needed values". example:
second_table got the entrys "one", "two" and "three"
first_table just got connections to "one" and "two", "three" is not used
In my excample, the user cant filter with "three", cause he dont got a result.
But if you dont need it, maybe this helps: