Forum Discussion
Daniel564
9 months agoNew Member
Filtering Data challenge
Hello community! I have a challenge i can't solve alone. I have a database like you see on the picture, and i should create a filter button for the Location, which filters for all contracts from t...
- 9 months ago
use a measure as a visual filter.
lbendlin
9 months agoSuper User
This is a mandatory design, not a "smart move to simplify". The request can only be fulfilled with disconnected tables.
ArwaAldoud
9 months agoSuper User
I’m fully aware that a disconnected table is the typical design pattern — my approach was more of an experiment to validate if it could work directly within the main table.
It’s interesting how exploring such variations helps clarify why certain designs are “mandatory.”