Hi all,
In ETM I have a variable assyst search that I want to do the following:
- Product short code = “ABC”
- Discontinued = false
- Expiry date = 2024-11-12 (aka 60 days in the future)
When I setup the assyst search everything expect the expriy date search is coming back correctly. The expiry date is being interpreted like this:
expiry date >= 2024-11-12
Is this normal behaviour? How do I make it so it only returns when the expiry date = 2024-11-12?