Framework:BI Center:CoPlanner Cube show/hide: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
<font color="#0000ff">...</font> | <font color="#0000ff">...</font> | ||
This change makes a Reload connector necessary from the context menu of the [[Framework:BI_Center:Object_Tree|object tree]]. | This change makes a "Reload connector" necessary from the context menu of the [[Framework:BI_Center:Object_Tree|object tree]]. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Latest revision as of 15:01, 8 February 2011
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.