Need Help, How to use Count Summarize
So i have table like this
and the result like the image, I think the summary that each group by date is not appropriate, how can I solve it?
4 Replies
What exactly are you trying to show here? The number of rows in each group?
i want to show count for each group by month and year
but in filament just group by date
If you're only showing the number of rows in each group, you don't need the query part
should be enough.
So something like
if you don't want to group by date, that's a different question. Also
Ex: "2023-10-0",π
i see, thanks for the answer π