Skip to main content

I need to filter documents by taking the current month.

 

Ex.: Filter documents from the year 2023 taking the month of MAY(Current)

Hi @douglas.henri,

 

This should be something like this:

 

FILTER ROUND_MONTH(table.datetime_column) != ROUND_MONTH( TODAY() );

 

Best regards,

Jan-peter


Many thanks for your help as always Jan-Peter !


Reply