-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.3
-
Component/s: Part 3 (Schema) [1.2: 1], Table
-
Labels:None
-
Proposal:
Requirement :
Currently the properties of DataPilot Field member such as visibility, ShowDetailsMode are indexed by name. But sometimes different members can have the same name( 34.8 and 35.2 can both have the name of 35 if they are applied a number format with 0 Decimal places ), and the same member may has different name( such as "01/01/2011" may be named as "2011-01-01" or "Jan 01,2011" in another locale ). As a result, the properties belong to one member may be incorrectly applied to another member with the same name, and the properties also may be lost when the member name is changed( This may occur when we open a document saved in a differect locale ). In order to reslove problems like this, we suggest use Cache Index to identify the certain member likes what MS Excel does. With cache index, we can exactly identify the certain member whose properties should be applied to. The Cache Index of DataPilot Field member need to be stored into .ods files.