Framework:BI Center:CoPlanner Cube show/hide: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "Es besteht die Möglichkeit im CoPlanner BI-Center Objektbaum einzelne CoPlanner Würfel auszuble..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Es besteht die Möglichkeit im CoPlanner [[Framework:BI_Center:Objektbaum|BI-Center Objektbaum]] einzelne [[Framework:BI_Center:CoPlanner_W%C3%BCrfel|CoPlanner Würfel]] auszublenden. Standardmäßig sind alle [[Framework:BI_Center:CoPlanner_W%C3%BCrfel|CoPlanner Würfel]] als Basis der Eingabemasken und des Reportings ausgeblendet.  
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.


Diese Funktion wird nicht durch einen Designer unterstützt. Zum Ausblenden eines [[Framework:BI_Center:CoPlanner_W%C3%BCrfel|CoPlanner Würfels]] öffnen Sie am Server aus dem Verzeichnis "AnalyzeObjects" den entsprechenden [[Framework:BI_Center:CoPlanner_W%C3%BCrfel|CoPlanner Würfel]] in einem Texteditor. Fügen Sie nach dem Eintrag "AnalyzeObjectName" den Tag "Visible" ein, False bedeutet, dieser [[Framework:BI_Center:CoPlanner_W%C3%BCrfel|CoPlanner Würfel]] wird im BI-Center nicht angezeigt.
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>


Diese Änderungen erfordern ein [[Framework:BI_Center:Objektbaum#Kontextmen.C3.BC|Konnektoren neu laden]] aus dem Objektbaum Kontextmenü.
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.