I have two dates and want to filter out all records that happened before one of them
Here are the dates
Here is the custom expression (T1 Check) which is incorrectly returning true
Why does the > operator not work in this case?
Hey @haydn_smith-167
I just tried on my end and the operator is working as expected. Its hard to troubleshoot from distance but maybe a few ideas:
a/ have you tried creating a yesno type dimension on LookML directly and how does the result look like there (to rule out that its source based or if there is an error in the calculation at the front end)
b/ are there any timezone conversions happening?
c/ are both dimensions_groups?
d/ how do the source columns look like, is the same datatype set for both groups?
Thanks
Marc
I am not sure I understand your comment correctly and I dont see the pictures. If you have to format anything that implies that its not formatted as expected to begin with and should likely be tackled at the datasource, as I suggested before.
Glad its working for you now!