Skip to main content
Question

Filter without current month.

  • April 27, 2023
  • 1 reply
  • 3 views

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

1 reply

kailash.potha12
Level 10
Forum|alt.badge.img+6

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