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
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
Hi @ViswanathanAM ,
Use below expression. thanks.
cdate(Output)>=cdate(Date1) AND cdate(Output)<=cdate(Date2)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.