16. Approval workflows
Last updated
Last updated
Inforiver Matrix is the best solution for collaborative planning and reporting in Power BI. When multiple people update the same report, approvals are essential for maintaining data integrity. You can set up custom approval workflows in Inforiver using built-in scripts or leverage the intuitive user interface.
When a data input or forecast value is updated, you can trigger actions like sending a notification email or setting a value in a related field. This feature comes into the picture when you need to set up an approval workflow for values changed in the report: a report user updates a value, an approval/notification email is sent to their manager, and the manager can approve or reject the update by selecting the appropriate status from the manager approval dropdown.
Data input dropdowns have an On Change Formula section where you can specify the actions to be triggered when a user selects an option.
Let's look at the Tax Rate report. After a user enters/updates a value in the TaxRate data input field, they should manually change the ManagerApproval status to ‘Submitted.’ In the ManagerApproval single select, we’ve listed the actions for each status change in the On Change Formula section.
The SETVALUE function can assign a particular value to a related cell. For example, when the ManagerApproval status is ‘Approved,’ the DirectorApproval status should change to ‘Pending.’ Notice how the DirectorApproval status automatically changes based on the manager's approval.
The SENDMAIL function will trigger email(s) to the specified recipients. You can optionally provide an email subject and a summary, which will be used in the body of the email. The email body will also contain the details of the updated values.
Not a fan of scripting? You can easily create approval workflows with the Setup Approvals user interface. Navigate to Display Settings > Approval Workflow > Setup Approvals.
STEP 1: Enter the name of the dropdown and add or edit options as required.
STEP 2: Specify the email IDs that are authorized to update the status in the dropdown. In this case, the ManagerApproval single select dropdown.
STEP 3: Click on Add Workflow to specify the actions to be triggered for each status change. Use the Set Value and Send Email options to notify a manager/associate and to change the status of a related dropdown.
In this example, when the ManagerApproval is changed to 'Approved', an email is sent to the specified email ID, and the DirectorApproval status is automatically updated to 'In Review'.
Repeat this step until all the required workflows have been created.
STEP 4: You'll notice that Inforiver automatically creates the single select data input fields when you save the approval workflow.
Based on the workflows set up in STEP 3, the status of related dropdowns will get updated automatically and email notifications will be sent out.