custom field appends error when sum using summariz
its working fine if im no Summarizers sum on textcolumn
2 Replies
i think you need a query for that.
Summarize does a query to the database, that is why it is not working.
https://filamentphp.com/docs/3.x/tables/summaries#scoping-the-dataset
->query(fn (Builder $query) => $query->where('is_published', true))
thx bro u saved me π