Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
kwatman
Explore posts from servers
TC
Twill CMS
F
Filament
Posts
Comments
F
Filament
•
Created by kwatman on 6/26/2024 in
#❓┊help
Exporting a sorted sum column with ExportAction
the
$query->withSum('rides', 'distance)
fixed the problem. thanks for helping. But its weird that it is not doing it automatically for me.
13 replies
F
Filament
•
Created by kwatman on 6/26/2024 in
#❓┊help
Exporting a sorted sum column with ExportAction
it indeed misses it.
select * from
`users`
order by
`rides_sum_distance`
desc
select * from
`users`
order by
`rides_sum_distance`
desc
13 replies
F
Filament
•
Created by kwatman on 6/26/2024 in
#❓┊help
Exporting a sorted sum column with ExportAction
13 replies