"=" not working in constraint

I have been trying to modify the display of my chart based on the order date. When I use the less-than operator it works fine. However, when I use the “=” operator it fails to work.

If you use a date field, don’t forget that date also include time. So if you save the “date” (example 2021-05-27) it will also have time (in some case, it will be current time, so 2021-05-27 15:31).
= mean that you need to exactly match this date.

Okay that makes sense. This explains my issue.

1 Like