Hello,
in the filter() function, how do I check if a field is not empty/null?
In particular, I have a time field, is the fill() function with a fake date the only way to do achieve that? This seems to be more of a hack, I was wondering if there is a more elegant solution to perform the check.
Thanks!