Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
72:custom_reports_concepts [2019/02/06 17:06] – created ext-bkkr72:custom_reports_concepts [2019/02/18 17:22] ext-bkkr
Line 1: Line 1:
 ====== Concepts ====== ====== Concepts ======
 +
 +==== Current Metric ====
 +
 +The current metri is a preview paramter for the Stages Data Set.
 +
 +For some function like pkit.getCurrentProject or some global variables like currentMetric the BIRT Designer need a preview location in the Stages Server.
 +
 +//Note: The current metric is only used by the BIRT Designer and not by the Stages server.//
 +
 +So the current metric has to point to an existing Stages metric element. The syntax is based on the TWIKI notation in Stages.
 +
 +<code>
 +<font inherit/Courier New,Courier,monospace;;inherit;;inherit>[[[<parentprocess|processname>:metric]<parentelement]]</font>
 +</code>
 +
 +or
 +
 +<code>
 +<font inherit/Courier New,Courier,monospace;;inherit;;inherit>[[[<processname>:metric]<targetelement>|]]</font>
 +</code>