Skip to main content

I need a filter that doesn't bring me the documents of the current month.

FILTER ROUND_MONTH("TABLE"."DATE_COLUMN") <> ROUND_MONTH(TODAY());


Reply