Forum Discussion
maxc89
5 years agoRegular Visitor
Table Column Showing All Possible Values
Hello, I am having an issue with a table, picture attached, where the Housing Type column is showing all the values each individual could possibly have (5), even though each individual (ID column) is...
jdbuchanan71
5 years agoSuper User
The problem is the model not being able to apply the filtering between all the tables becuse of filters flowing from the one to the the many and not the other direction so it is giving you all possible combinations. Can you add a column in your primary table where you bring over the Housing Type based on the ID?