IF Statement not working
I was working on one report, and below IF condition is not working at all. The returned value of VA evt_mnNoOfMonths_MATH01 is “11” and VA evt_TotalDays_MATH01 is “30”. This IF statement will compare them and execute the logic if condition is met. I’m comparing 11 with 11.00 and 30 with 30.00.
************************************
If VA evt_mnNoOfMonths_MATH01 is equal to "11.00" And VA evt_TotalDays_MATH01 is equal to "30.00"
FC Service Years_Edit = [VA evt_mnNoOfYears_MATH01]+1
FC Service Months_Edit = "0"
FC Service Days_Edit = "0"
End If
Regards