Trying to buld a view or dashboard is realy frustrating.
Any formula I'm trying is too complicated to the system.
there is a way to filter rows according to date field of specific format, to rows that belong only to current or last month?
vjbjkmghj
hvcfyuim
That works for me:
datefield >= today({startOf: "month"}) && datefield <= today({endOf: "month"})