I would appreciate some details on the various filters supported for the date type column.
monday API docs"TODAY", "TOMORROW", "YESTERDAY", "THIS_WEEK", "ONE_WEEK_AGO", "ONE_WEEK_FROM_NOW", "THIS_MONTH", "ONE_MONTH_AGO", "ONE_MONTH_FROM_NOW", "PAST_DATETIME", "FUTURE_DATETIME", "UPCOMING", "OVERDUE", "DONE_ON_TIME", "DONE_OVERDUE", "$$blank$$"
-
- What does `“$$blank$$” mean? / How is it used?
-
- How is
"OVERDUE","DONE_ON_TIME","DONE_OVERDUE"used? The date column does not seem to have this information.
- How is
-
- If you use a filter like “TODAY”, how is the comparison done? Like does it find all date values within the “today range” for the user’s specific timezone or all “today” values in UTC?
-
- Is there any way to filter with a specific date or date and time. Like
query_params:{rules:[{column_id:"date1",compare_value:["2023-11-16 05:00:00"],operator:any_of}]
- Is there any way to filter with a specific date or date and time. Like