How to compare the Two date variable with output date variable

how to compare the Two date variable with output date variable.
If the output variable between two date, Then my output should be true.
Please Help

image

Hi @ViswanathanAM ,

Use below expression. thanks.

cdate(Output)>=cdate(Date1) AND cdate(Output)<=cdate(Date2)

image

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.