Hi all,
I have a filter on a Rate of Exchange table and need an update tool to update both of the values of the dates in the filter.
The filter criteria are as follows:
ToDate([dtActiveFrom]) < "2023-06-30" and [dtActiveTo] > "2023-06-30"
I want the user to select only one date from the Date Tool, but update both date values in the filter. How do I do this?