Hi- I am simply trying filter for all [Effective Date] that are less than [Disposed] date. However, if [Disposed] date is null I also want to keep on the true side. So ending result should return Property B and C. Can someone please help fix my expression?
Thanks.
Solved! Go to Solution.
@cireost In the filter tool you can write multiple formulas. The formula you are looking for is:
[Effective Date]<=(datetimeformat([DISPOSED],"%Y-%m"))+ "-01" OR isnull([Disposed])