Configured reports for conditions can either be based on Alfabet query language or native SQL.

configured reports can be structured in folders. You can create a folder containing your configured reports for conditions only. Right-click the root node of the explorer in the Reports tab of Alfabet Expand, select Create New Folder and change the default name of the folder.

  1. In the Reports tab of Alfabet Expand, right-click the root node or the node of the report folder for condition reports and select Create New Report.
  2. Click the new report in the explorer and set the relevant attributes:
  3. In the toolbar, click Save  Save_Expand.

The following native SQL query only returns a result if the current object is active. It can be used in conditions for configuration elements to show them either if the query returns a result or if the query does not return a result:

  • SELECT app.REFSTR AS 'REFSTR', app.NAME AS 'AppName', app.VERSION AS 'AppVersion'
  • FROM APPLICATION app
  • WHERE app.REFSTR = @BASE
  • AND app.OBJECTSTATE = 'Active'