Forum Discussion
ChrisChris
7 years agoQrew Assistant Captain
try
If(
[Period Tested]=ToDate("01-01-2016"),1,
[Period Tested]=ToDate("02-01-2016"),4
)
ChrisChris
7 years agoQrew Assistant Captain
If [Period Tested] is a Date/Time field, you'll need to use the ToDate() function on [Period tested] too.