Framework:BI Center:CoPlanner Cube show/hide

From CoPlanner 10
Revision as of 15:01, 8 February 2011 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There is the possibility to show/hide a CoPlanner cube in the BI-Center in the object tree. By default all CoPlanner cubes, basis of an input mask or report are hidden.

This function isn't supported by a designer. To hide a CoPlanner cube open the corresponding file from the folder "AnalyzeObjects" in the CoPlanner server folder in a text editor. Insert after the tag "AnalyzeObjectName" a new tag "Visible". False means, the CoPlanner cube is hidden.

<?xml version="1.0" encoding="utf-8"?>
<Cop.Analyze.AnalyzeObjectCombined>
   <AnalyzeObjectName>CopMask_PL_Bilanz</AnalyzeObjectName>
   <Visible>False</Visible>
   <ConnectorId>copcombined</ConnectorId>
...

This change makes a "Reload connector" necessary from the context menu of the object tree.