...
Code Block | ||
---|---|---|
| ||
if(_out.AppleHarvestDate < _toDate('20210101'), 1,
/* Evaluates to 1 if AppleHarvest Date is Before 1st January 2021*/
0
/* and to 0 if it is not */
) |
...
...
Code Block | ||
---|---|---|
| ||
if(_out.AppleHarvestDate < _toDate('20210101'), 1,
/* Evaluates to 1 if AppleHarvest Date is Before 1st January 2021*/
0
/* and to 0 if it is not */
) |
...