This article describes how to deploy an SSL Certificate, which is required for IFS OI Server and IFS OI Explorer.
Read more
When installing P2 Explorer onto a newly installed server, ensure these IIS roles and features are turned on.
Read more
Use RemoveNull() to remove null values from a collection.
Read more
Use RemoveError() to remove errors from a collection.
Read more
Use ReplaceError() to replace errors in a collection with the last known value.
Read more
Use ReplaceNull() to replace null values in a collection with the last known value.
Read more
Use CatchNull() to get a default value if a null occurs in the supplied argument.
Read more
Use SingleValueIf() to take a single value and return either the true or false value, where the types of the true or false values do not have to match.
Read more
Use TimeEq() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are equal.
Read more
Use TimeLt() to get the number of seconds, during the interval from StartTime to EndTime, that the value of one of the expressions is less than the other.
Read more