How to use average function in an Activity
Hi,
I have a calculated field that needs to compute for an average.
1. @average(PageName.pxResults.PropertyName) - returns an error
2. @average(PageName.pxResults().PropertyName) - returns only the property value of the last row in the generated list/report
Question is how to properly compute for an average using the average function / expression?
Thank you