Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page is for application designers. It explains the dashboard rules.

Overview





Properties

For information about the properties toolbar, and about the sections Parent Details, Analysis Models, Description and Audit Summary, see Common Properties.  We recommend you always add a Description that explains the purpose of the item you are creating. 

For a full list of all the PhixFlow property tabs and windows, see Properties, Windows, Menus and Toolbars.


When you set action completion, you can set which dashboard to open after the action has run.

Action → Action Completion section:

  • Open Post Dashboard
  • Dashboard Rules available if Open Post Dashboard

A list of dashboards that can be opened after this action, for each one a rule to determine whether this is the dashboard that will be opened.

The first dashboard whose expression evaluates to true will be opened. Only this dashboard will be opened. If none of the expressions evaluates to true, no dashboard will be opened.

For each dashboard rule define the following fields:

  • Order: The order in which the rules are evaluated.
  • Dashboard: The dashboard that will be opened if the accompanying expression evaluates to true.
  • Expression: If this expression evaluates to true, this dashboard will be opened once the action has completed. A blank (null) expression counts as true.

Action Completion

FieldDescription
OrderThe sequence number this will be run in.
Dashboard

The dashboard that will be opened if the accompanying expression evaluates to true.

ExpressionThe PhixScript expression which must return true, for the rule to fire or false for the rule to be omitted.
  • No labels