Report - I'm having trouble showing the desired format of a numeric value in a report column, which comes from a calculated field on a custom form.I also want to have a 4th sort option. I have a custom form with a calculated field, to show the average of the overall effort. "Overall Effort Average"The custom form calculation is: AVERAGE(UX Effort,Design Effort,Dev Effort) My report includes this calculated field as a column,I would like to show whole numbers in my report, or perhaps just to one decimal point. As an example, I am seeing “4.3333333333” for one item but would like to see “4” or “4.3”. The text mode of the column is below. Is there a different valueformat that I should use?displayname=linkedname=directnamekey=Overall Effort Averagequerysort=DE:Overall Effort AveragesortOrder=3sortType=asctextmode=truevaluefield=Overall Effort Averagevalueformat=customNumberAsString Additionally, can I utilize text mode to sort by a 4th column? I’m currently sorting byBusiness ValuePriorityOverall Effort AverageI would like to add a 4th sort on the Entry Date column