CubeUnload
Description:
Unloads a specified cube, along with all associated cube views, from memory.
Syntax:
CubeUnload(CubeName);
Arguments:
CubeName - The name of the cube you want to unload
Return Type:
Nothing
Example:
CubeUnload('SalesPlan');
This will unload the SalesPlan cube and all related cube views from memory
What do you mean “unload”?, What specifically does this function?, Is there a function to “load” the cube, or how this is done?
Regards
what is the difference between cubeUnload and Cubedestroy.can you please explain the impacts with an example