-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 CD 06
-
Fix Version/s: ODF 1.3
-
Component/s: Part 3 (Schema) [1.2: 1], Table
-
Labels:None
-
Proposal:
Currently, a data pilot table data specifies its source data cell range via <table:source-cell-range> element. This element has the table:cell-range-address attribute to specify the range.
The new feature being proposed herein will allow specifying the source data by textural name, which corresponds with the name of a named range defined by the table:named-range element. Such name shall be given in the table:name attribute of the <table:source-cell-range> element.
The precondition is that the document contains a named range whose name equals the name specified in the <table:source-cell-range> element.
Example:
<table:named-expressions>
<table:named-range table:name="MyData" table:base-cell-address="$Data.$B$4" table:cell-range-address="$Data.$A$1:.$B$4"/>
</table:named-expressions>
<table:data-pilot-tables>
<table:data-pilot-table table:name="DataPilot1">
<table:source-cell-range table:name="MyData"/>
....
</table:data-pilot-table>
</table:data-pilot-tables>