Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
General Reference
Reference
List Schema
A-F
 Formula Element

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Formula Element (List)

Contains a formula used in the definition of a field.

<Formula>
</Formula>
Attribute Description

None

N/A

None

Minimum: 0

Maximum: 1

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

Xml
<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>
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker