© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
6 replies
1benjam1

Table filters : column not found, why ?

Hi everyone ! Is someone here capable to explain how/why table filters have no access to table query column ?

For example : Let's say I have a users table with a calculated "availabilityScore" column (percentage, from 0 to 100). If I want a filter for that "availabilityScore", I can't just use
->where('availabilityScore', '>', 10)
->where('availabilityScore', '>', 10)
because it will throw a
column not found
column not found
error.

Why filters are not just modifying the table query ? I'm sure there is good reasons, I just need to understand 🙂 Thanks !
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Column not found with table filter and joins
FilamentFFilament / ❓┊help
2y ago
Table filters result
FilamentFFilament / ❓┊help
10mo ago
Table filters Help
FilamentFFilament / ❓┊help
13mo ago
Table Select Filters
FilamentFFilament / ❓┊help
13mo ago