table:data-pilot-field
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- table:data-pilot-level [0..1]
- table:data-pilot-field-reference [0..1]
- table:data-pilot-groups [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
table:source-field-name | [1..1] | text:string | from group text:table-data-pilot-field-attlist | |
table:orientation | [1..1] | Anonymous | from group table:orientation1 | |
table:selected-page | [0..1] | text:string | from group text:table-data-pilot-field-attlist | |
table:is-data-layout-field | [0..1] | text:string | Default value is "false". from group text:table-data-pilot-field-attlist | |
table:function | [0..1] | Anonymous | from group text:table-data-pilot-field-attlist | |
table:used-hierarchy | [0..1] | text:integer | Default value is "-1". from group text:table-data-pilot-field-attlist |
Used in
- Anonymous type of element table:data-pilot-table
Sample instance
<table:data-pilot-field table:source-field-name="string" table:orientation="row"> <table:data-pilot-level> <table:data-pilot-subtotals> <table:data-pilot-subtotal table:function="auto"/> </table:data-pilot-subtotals> <table:data-pilot-members> <table:data-pilot-member table:name="string"/> </table:data-pilot-members> <table:data-pilot-display-info table:enabled="true" table:data-field="string" table:member-count="1" table:display-member-mode="from-top"/> <table:data-pilot-sort-info table:sort-mode="data" table:order="ascending"/> <table:data-pilot-layout-info table:layout-mode="tabular-layout" table:add-empty-lines="true"/> </table:data-pilot-level> <table:data-pilot-field-reference table:field-name="string" table:member-type="named" table:type="none"/> <table:data-pilot-groups table:source-field-name="string" table:step="1.0" table:grouped-by="seconds"> <table:data-pilot-group table:name="string"> <table:data-pilot-group-member table:name="string"/> </table:data-pilot-group> </table:data-pilot-groups> </table:data-pilot-field>