This topic has not yet been rated - Rate this topic

Formula Element (List)

Contains a formula used in the definition of a field.


<Formula>
</Formula>

Attribute

Description

None

N/A

Minimum: 0

Maximum: 1

The following example defines a calculated field containing a formula that multiplies the value of another field by 100.

<Field Type="Calculated" DisplayName="Field_Display_Name" 
  ResultType="Number" ReadOnly="TRUE" Name="Field_Internal_Name">
  <Formula>=Other_Field_Name*100</Formula>
  <FieldRefs>
    <FieldRef Name="Other_Field_Name"/>
  </FieldRefs>
</Field>
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.