Skip to main content

Report Functions

WFBs used for reporting functionalities.

NameDescription ParametersResult
Apply ViewApplying a view to a query. Within the same workflow block, you have to deactivate an activated view, otherwise this would add up in the background. The table must be refreshed after this WFB
  • Query: Query of the objects
  • Restriction to Individual Objects: Apply visibility to individual items
  • X-Axis/Y-Axis: select a level or value to change its visibility
  • Apply View?: The view is applied (true) or not (false) using the formula editor with the result as bool
  • N/A
    Switch TasksTasks which were created for the report object can be turned on/off/switched here
  • Report Object: Report object in which the tasks are set
  • Query Datatasks: Query Datatask of the Report Object
  • Object Datatasks: Object Datatask of the Report Object
  • Object Format Tasks: Object Format Tasks of the Report Object
  • N/A
    Get CoordinatesReturns the selected coordinates and cells in a table object as a SelectedCoordinate object. It contains XPath and YPath properties which can be looped over to do different functionalities as needed. Often used with master child relations
  • Element: Element to get coordinates for
  • Status Key: Status Key used for the coordinates
  • Returns a current parameter if set