Last Updated:
04 Oct 2019 10:14
by ADMIN
The data coming from a JsonDataSource component has null values for a date field. Using the (IsNull, ??, IIf) to check for null does not seem to work. For example: =IIF(Fields.actualWorkHrs Is NULL, "T", "F") always returns false even when there are null values in the actualWorkHrs field.