Hi,
Is the below valid syntax?
AND [Order Date] BETWEEN ISNULL(@FROMDATE, 'From Date') AND ISNULL(@TODATE, 'To Date')
If not is there any way of writing what I'm trying here?
Cheers
Paul
Hi,
Is the below valid syntax?
AND [Order Date] BETWEEN ISNULL(@FROMDATE, 'From Date') AND ISNULL(@TODATE, 'To Date')
If not is there any way of writing what I'm trying here?
Cheers
Paul