API Calculations
I have been trying to turn one of my reports into an API Query string. However i have got to a sticking point as one on my columns has a WORKMINUTESDIFF calculation. Is there any way this can be calculated in an API query and the results returned? Essentially i have a filter that only returns a set amount of records, which i then need to calculate the WORKMINUTESDIFF for each and then i want to calculate the average of all WORKMINUTESDIFF that are returned.
Thanks