QListForm Calculated Field does not work
QListForm Calculated Field does not work
<p>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.<br/> </p>
<p>you couldn’t modify the existing field however you can add non-existing one as per below example:</p><div><Field Name="MyCalculated" CalculatedValue="<%CityName%>, <%Country%>" GroupExpanded="false" /></div><div>Please change CityName and Country to the required field names.<br/> </div>
<p>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.<br/> </p>