Added a new Field Expression TrackingStatusChange(). This Field Expression is complementary to the HoursInTracking() Field Expression released last week. TrackingStatusChange() returns a 0 or 1, essentially whether the tracking status has been applied, given the optional filters. By returning a 0 or 1, it can be multiplied by whatever the desired metric unit is from the part. By building a Field with ‘Is Total’ checked and using the field in a package report, totals per package can be summarized.
Below is an example of a Packages Dashboard report that uses the field expression that will display the total weld inches completed last week (in the last 7 days) by a specific weld station operator (Kelly Demo.
returns 1 if TrackingStatus has been applied between StartDT and EndDT by UserName
Remove TimeZoneId from Expression Functions
When running reports based on the following Field Expression functions, the user's timezone will be used. As a result, the TimeZoneId field will not be needed and will be ignored if currently used.