I want to check Invoice between date to date

I want to check Invoice between date to date.
I did it but I couldn’t do it.
Is there a way to do this?

You need to change the operators to InvoiceDate >= @FromDate and InvoiceDate <= @ToDate.

1 Like

Thank you I love you

4 Likes