You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The factory default rules still seem to have extensive usage of UDFs through Python functions. These should be converted to corresponding PDFs wherever supported.
All decimal conversions, division, subtraction, math functions should be converted to eval
String concatenation can also be done through concatenate
Rate of change calculation can be handled through rate-of-change
Value difference calculation can be handle through value-difference
The factory default rules still seem to have extensive usage of UDFs through Python functions. These should be converted to corresponding PDFs wherever supported.
For example:
...
The text was updated successfully, but these errors were encountered: