Dashboard in Expression Language

From QPR ProcessAnalyzer Wiki
Revision as of 17:56, 27 October 2023 by Ollvihe (talk | contribs) (Created page with "In QPR ProcessAnalyzer, '''diagram''' can be used to create user-defined business process and architecture designs. The diagram is a drawing canvas where elements can be added from a tool palette and relation between them defined. Each diagram belongs to the model in QPR ProcessAnalyzer and there can be several diagrams in each model. ==Dashboard properties== Dashboard objects in the expression language have the following properties: {| class="wikitable" !'''Property'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In QPR ProcessAnalyzer, diagram can be used to create user-defined business process and architecture designs. The diagram is a drawing canvas where elements can be added from a tool palette and relation between them defined. Each diagram belongs to the model in QPR ProcessAnalyzer and there can be several diagrams in each model.

Dashboard properties

Dashboard objects in the expression language have the following properties:

Property Description

Diagram functions

Diagram objects in the expression language have the functions described below. To create new diagrams, use function Model.CreateDiagram(), and to list existing diagram, use property Model.Diagrams.

Function Parameters Description

Function to get diagram by dashboard id:

Function Parameters Description
DashboardById
  • Diagram id (Integer)

Returns diagram object corresponding to the provided diagram id.