>Is there an expression or other method for ignoring the -6999 value that is generated by null values?_Campbellsci 数采常见问题

Consider using IIF(). Here is an example of using the last value instead of the -6999 in a min run over a day with temp avg:

Alias(X, "Server:CR1000.HOUR.Temp_F_Avg"); StartRelativeToNewest (nsecPerDay, OrderCollected ); MinRunOverTime(IIF(X = -6999, last(X), X), Timestamp(X), nsecPerDay)

>Is there an expression or other method for ignoring the -6999 value that is generated by null values?_Campbellsci 数采常见问题

分享到:

原文链接:,转发请注明来源!
「>Is there an expression or other method for ignoring the -6999 value that is generated by null values?_Campbellsci 数采常见问题」评论列表

发表评论