Hello, I was wondering if anyone had any advice.In SSRS I have a simple expression:IIF(fields!date1.value >= fields!date2.value, "yes", "no")Is there a way I can get the query to compare the date value only - e.g. 2016/02/29 - and completely disregard hours / minutes / seconds? I'm finding the hours, minutes and seconds will affect the output if the two date values are the same.Advice gratefully received. I can amedin SSRS or in Management Studio.
↧