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 1: | Line 1: | ||
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. | There is the possibility to show/hide a [[Framework:BI_Center:CoPlanner_Cube|CoPlanner cube]] in the BI-Center in the [[Framework:BI_Center:Object_Tree|object tree]]. By default all [[Framework:BI_Center:CoPlanner_Cube|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. | This function isn't supported by a designer. To hide a [[Framework:BI_Center:CoPlanner_Cube|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 [[Framework:BI_Center:CoPlanner_Cube|CoPlanner cube]] is hidden. | ||
<font color="#0000ff"><?</font><font color="#0000ff">xml </font><font color="#ff0000">version</font><font color="#0000ff">=</font><font color="#000000">"</font><font color="#0000ff">1.0</font><font color="#000000">"</font> <font color="#ff0000">encoding</font><font color="#0000ff">=</font><font color="#000000">"</font><font color="#0000ff">utf-8</font><font color="#000000">"</font><font color="#0000ff">?></font> | <font color="#0000ff"><?</font><font color="#0000ff">xml </font><font color="#ff0000">version</font><font color="#0000ff">=</font><font color="#000000">"</font><font color="#0000ff">1.0</font><font color="#000000">"</font> <font color="#ff0000">encoding</font><font color="#0000ff">=</font><font color="#000000">"</font><font color="#0000ff">utf-8</font><font color="#000000">"</font><font color="#0000ff">?></font> | ||
| Line 10: | Line 10: | ||
<font color="#0000ff">...</font> | <font color="#0000ff">...</font> | ||
This change makes a Reload connector necessary. | This change makes a Reload connector necessary from the context menu of the [[Framework:BI_Center:Object_Tree|object tree]]. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
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.