I am creating a view (visual builder)
And this view has specific rules to add a value
In which the fields are equal: status = 1 and status = 2 and status = 5 and the lowest date prior to the current month.
That way I can get the status
Status_of_title: = 1 & status_of_the_title: = 2 & status_of_the_title: = 5 & {"Range": {"capture dt": {"lte": "now-1M / M"}}} <- fail
I would like to place the date constraint ... type this
{"Range": {"capture dt": {"lte": "now-1M / M"}}}
Someone gives you a hand or a
direction