Difference between revisions of "Calc/Proposal DataPilot byIBM"
From Apache OpenOffice Wiki
< Calc
((checkpoint save)) |
((checkpoint save)) |
||
| Line 4: | Line 4: | ||
== Problem Description == | == Problem Description == | ||
'''Allocate too many abundant arrays''' | '''Allocate too many abundant arrays''' | ||
| − | + | For a simple datapilot table: | |
| − | [[Image:simple dptable.jpg]] | + | [[Image:simple dptable.jpg]] |
| + | Member A1 in L1 field will create a array for all members {B1,B2,B3}. But only B1 is visible and valid. | ||
| + | '''Allocate too much memories''' | ||
| + | Every member stored a big structure. | ||
| + | '''Set too many border styles for output area''' | ||
| + | Some borders are set twice or more. | ||
== Solution == | == Solution == | ||
== | == | ||
Revision as of 06:42, 23 June 2009
Background
==
Problem Description
Allocate too many abundant arrays For a simple datapilot table:Member A1 in L1 field will create a array for all members {B1,B2,B3}. But only B1 is visible and valid. Allocate too much memories Every member stored a big structure. Set too many border styles for output area Some borders are set twice or more.
Solution
==
