QListForm Calculated Field does not work
Title
QListForm Calculated Field does not workDescription
Cause
Please note that in the help file we state that the calculated field has to be a field that is not part of the list.
Resolution
you couldn’t modify the existing field however you can add non-existing one as per below example:
<Field Name="MyCalculated" CalculatedValue="<%CityName%>, <%Country%>" GroupExpanded="false" />
Please change CityName and Country to the required field names.
Defect ID
Please note that in the help file we state that the calculated field has to be a field that is not part of the list.