Declare Expression in List View - Missing Values
I have created a property TimeDifference in class T and defined it as a 'CalculatedValue'.
This property is set by a Declare Expression created in the same class as Set .TimeDifference = Value of @DateTimeDifference(.SubmitDate, .pyResolvedTimestamp, "D")
I have a ListView in the same class that will display this property TimeDifference.
The ListView is not displaying the property for some records. Screenshot attached.
What could be the reason for the missing declare expression value when the Submit and Resolved Date is available for that WorkObject?