How we apply condition in MAQL for finish date &lt...
# gd-beginners
g
How we apply condition in MAQL for finish date < now date
j
g
but i am getting
i
This looks like you are working with GD Platform and the article from Jan is for Cloud Native. Have you tried to search for some keywords within our documentation, please? Do you have troubles to find relevant information this way? This article should help: https://help.gooddata.com/doc/enterprise/en/dashboards-and-insights/maql-analytical-q[…]e-where-clause/referencing-floating-time-periods/this-macro/
g
i used this query but i get wrong o/p will you please suggest me what's wrong in this
j
well 2 things…
1) I am not sure why you use Day of Month - that will give you something like D14 - 7120, I would suggest to use a normal Date (End Date)
2)rewrite your range with BETWEEN THIS - 7120 AND THIS -1
maybe a third one… 7120 days is something above 19 years… is that really the range you wanted?