I need to filter documents by taking the current month.
Ex.: Filter documents from the year 2023 taking the month of MAY(Current)
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 !
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.