G
Gab
hi i'm trying to find a date within a range and i'm using this expression
IIF([createdDate] in [InvoiceDate]-60,â€Yâ€,â€Nâ€)
the creation date should be within invoice date - 60 days.
am i using the expression correctly?
It seems to ignore the -60 days window
Thanks for your help
IIF([createdDate] in [InvoiceDate]-60,â€Yâ€,â€Nâ€)
the creation date should be within invoice date - 60 days.
am i using the expression correctly?
It seems to ignore the -60 days window
Thanks for your help