Hey All, MAQL question for you. I have a value t...
# gooddata-ui
s
Hey All, MAQL question for you. I have a value that has a nullable date field. How do I make a metric where something isnull?? where label/ESTIMATE_SOLD_DATE.Day is NULL
Looks like this works. Is this a valid option or is this going to cause issues? where {label/ESTIMATE_SOLD_DATE.year} = NULL
👍🏼 1
j
Hi Steve, I believe that is the correct MAQL expression.
s
thank you for confirming, was not easy to find, Also strange syntax coming from the sql world <> NULL IS NULL etc.
j
Thanks for the feedback Steve. I will double-check our documentation and possibly suggest some improvement to make this more visible.