by AlexZencovich » Fri May 11, 2007 9:18 pm
Please specify what you mean under "disabled dimensions"
There possible 2 ways
1. TPivotCube.Dimensions[].Enabled state
2. TPivotMap.Dimensions[].Enabled state
For (1) - dimensions which are not enabled does not used whilie cube build so they cannot be saved (and restored) from cube file
For (2) - dimensions related to TPivotMap component does not refer to cub file because their state refered to map (slice) and could not affect overall cube dimensions (each cube may have several different maps at same time)
The "Enabled" state can be saved/restored with TPivotMap.SaveToXML/LoadFromXML methods
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment