Release Note
2024.21 Release Notes
Release Highlights
- A new Trend Line function is available in Form Designer
- Take advantage now! Start leveraging MetaField's new home screen & navigation!
Form Designer
Added SMOOTHTRENDLINEVALUE Function to Form Field Calculations
We've added a new function called SMOOTHTRENDLINEVALUE to the form field calculation engine.
This update now enables you to interpolate values from a Chart field with a "Smooth" Trendline Type. This had not been possible in the past using the existing TRENDLINEVALUE function.
Additionally, the new function takes an optional InterpolationAxis parameter that allows you to specify which axis of the chart you'd like to interpolate. The default value is "YAXIS" which will treat the input value as a value along the X-axis and produce a value on the Y-axis.
You can also pass "XAXIS" for this parameter which will have the opposite behavior.
This update enables a number of additional use cases for reports, especially with regard to grain size distribution reporting.