I'm using the Date Tool to get a Start and End Date to pass to a filter; I have the 2 tools connected to a Filter Tool via Action Tools identically however the Start Date update works but not the End Date.
The selected StartDate action replaces the text "StartDate" however the EndDate action doesn't seem to replace "EndDate" in the following Filter formula:
ToDate([Date]) >= "StartDate" AND
ToDate([Date]) <= "EndDate"
Is it possible to do the two replaces in the Filter formula this way? Thx