hi
I have below condition but it is showing wrong data . If Date is less than 31/03/2017 then even it is showing 5 whereas it should show 18
=IIF(FORMAT(Fields!Vate.Value,"dd/MM/yyyy") < "31/03/2017",18,5)
Thanks
hi
I have below condition but it is showing wrong data . If Date is less than 31/03/2017 then even it is showing 5 whereas it should show 18
=IIF(FORMAT(Fields!Vate.Value,"dd/MM/yyyy") < "31/03/2017",18,5)
Thanks