Hello,How do I make a filter to filter how many items are with the date for the current week, and for the current month?In this aggregate is possible?? in Filter?Can help me?
Hi Pedro,
Can you share your aggregate screenshot so we know what entities and attributes are involved?
I need that this value (Picture) filter in this week.I want to do a count ID about this date in this week.
You can add a filter with From and To dates (for the week option) so you can have the data filtered with that period only. Then use the Count group as you've done in second picture.
For the month option, you can use Month() and Year() functions in your filters to show data only for that particular month. This way you won't need to calculate From and To dates in your code.