🧰Tools

Each tool located in the tool menu performs a distinctive step in your data logic. These steps resemble those undertaken to ready and cleanse data. The tools available all aid in expediting the process, simplifying the workload and ensuring the information is accurately and efficiently organized. They include a range of functions, such as data extraction and transformation, as well as validation and formatting. All of which are essential for ensuring the data is in an ideal condition for analysis and visualization.

Tools are made up of input handle, output handles and a customizable name. They take the data flowing into the input handle and apply their own logic to it, the result of which is sent out of the output handle(s). It's a neat little package that allows us to make changes to the data we feed it quickly and easily.

Connections

A workflow is executed from left to right. The line between two tools is called a "connection" and it signifies the passage of data through the workflow, tool by tool.

Connecting Tools

If there isn't any connection between two tools on the canvas, simply click the output handle of the previous tool and drag your mouse to the input handle of the desired next tool.

Input Handles

The number of connections you can make to a tool is restricted to how many input handles it has. For instance, the Filter tool has one input handle, so you can only make one connection.

Triangle Input Handles

Tools with a triangle input handle, like the Append tool, can accept multiple connections.

Output Handles

There's no limit to the amount of connections you can make from a tool's output handle.

Changing Connections

AuditBoard Analytics allows users to easily change the connection between tools by clicking the output handle of one tool and dragging it to the input handle of another.

Delete

Deleting a tool or connection can be done in two ways. Right-click the item and select either “Delete Tool” or “Delete Connection”; or select the tool or connection and press the delete key on your keyboard. Either method will remove the tool or connection from your workflow.

Toolbar

The toolbar that appears above a tool when you select is your gateway to a range of powerful actions. Duplicate the tool, lock the output of the tool or even initiate the workflow from the tool. Take advantage of these options to customize and optimize your workflows and get the most from the tools on your canvas.

Duplicate

Duplicate action enables you to replicate the currently selected tool and create a copy with the same input connections. The newly pasted tool will appear next to the duplicated tool.

Lock Output

AuditBoard Analytics's locking feature allows you to cache the results of the most recent workflow execution when the tool is locked. Up to the point of locking, preceding tools will process as usual, but any subsequent tools in the workflow will maintain the output from the locked tool.

It is important to note the tool must be unlocked in order to ensure the most up-to-date results.

Run from Here

Users are able to run a workflow from a particular place using the 'Run from Here' action. When selected, the workflow is executed from that point onward, bypassing the need to refresh preceding tools. This action can be used at any stage of development, though it is usually used when the run mode is set to manual.

Last updated

Was this helpful?