kwatman
kwatman
Explore posts from servers
FFilament
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
FFilament
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
FFilament
Created by kwatman on 6/26/2024 in #❓┊help
Exporting a sorted sum column with ExportAction
No description
13 replies