Creating Risk Heat Maps & Control Coverage Maps

Creating Risk Heat Maps

Risk Heat Maps can be used to graphically show how Risks are ranked from both an Likelihood and Significance point of view.

Example of Risk heat maps with and without residual risks:

A Heat Map can be created for one or more objects within a diagram – for example a Workflow Diagram or a Business Process Network.

Example of a Business Process Network:

You can select one of the objects or all of the objects on the model. By then using the Actions tab you can select one of two Risk Management related toolbars:

Action menus from the Actions tab can be found on the right-hand side of a Diagram in QLM.

If you are dealing with Financial and Compliance related (e.g., SOX), the first choice would be what you would use. Alternatively, if you are dealing with Strategic and Operational Risk Management, then the second selection is appropriate, albeit the Risk Heat Map button is on both of the toolbars and will work regarding of your Risk Management focus. Below, you can see an example of a Business Process Network where all objects are selected:

Select one or more objects on the model. Select the “Create Risk Heat Map for process area button”:

 

The user is then presented with the option to create and name a new Risk Heat Map, or to reuse an existing Heat Map:

 

Next, the “set criteria” dialog for creating the Heat Map in QLM will appear:

The dialog permits the user to define what is shown on the Heat Map, including Inherent as well as Residual Risk. The resulting Heat Map will appear after the user selects OK:

When creating an Activity in an operational process model that is labeled as a Control or Key Control, the user also has the option to link to a ControlCoverage on the Coverage tab of the Activity. The ControlCoverage template permits the user to describe what level of coverage the Activity provides to mitigate the Risk, assuming that there may only be partial coverage, thereby leaving “Residual Risk”. On the ControlCoverage template the user is able to specify the coverage level. And, when a Heat Map is generated also displaying the Residual Risk, the user can see the Likelihood and Significance of the Risk at its Inherent and Residual levels:

Creating Control Coverage Maps

With the ControlCoverage template the user is also able to define the Cost Level; see the CostLevel tab on the ControlCoverage template. With the CoverageLevel and CostLevel completed for the ControlCoverage object and having this object linked to Risk(s), the user is also able to create what is referred to as a Control Coverage Map. With the Heat Map open and displayed on the QLM user interface, using the button on the Risk related toolbar a Control Coverage Map is created:

On this map each Risk is displayed with its Inherent (Blue) and Residual (Green) risk levels and the Cost (Red) is also displayed:

Other buttons on the Risk Management related toolbars include unique template views via the Repository Explorer, Matrices, Reports, etc. and each of the toolbar buttons can be explored but will not be addressed in this user documentation.

Designing Reports

This guide covers the steps necessary to design a simple report.

Reports are designed via the template ReportDefinition.

Reports are always generated dynamically based on the content where they are executed. For example, if you click on the report button on a diagram, it will use the objects and their information contained on the diagram. To make this possible it is necessary to define what variables the ReportDefinition should gather and where it should place them in the report.

Designing a report consists of four stages: Designing the queries, arranging the attributes in the main report, designing sub-reports and finally applying advanced formatting.

  1. In the design phase it is necessary to structure the data for the report. This is done via SQL. To remove the need of learning SQL QualiWare has introduced a Query Designer that helps users build SQL scripts and tables automatically based on a graphical diagram.
  2. The queries are then used as input for the ReportDefinition where the individual attributes can be re-arranged graphically.
  3. When designing a Query that needs to read the attributes of objects that are referenced in a multi-link field it is necessary to create sub-queries and sub-reports. Sub-reports gather and organize the attributes for the underlying objects and then are themselves inserted into the main report, just like the other attributes.
  4. When the data has been defined, organized and arranged in the report it is necessary to apply advanced formatting to the report for aesthetic reasons.

This guide will describe the steps necessary to create a report that displays information about a BusinessProcessNetwork and the individual business processes contained in the diagram. The knowledge attained from this guide can then be used to build similar reports for other diagram types and objects, as the principles remain the same.

1 – Query Designer

1.1 – Designing the Query

This step details how to design the main query containing information about the BusinessProcessNetwork diagram.

  1. Create a new QueryDesign name it “BusinessProcessNetwork Query”, and double-click it to open it
  2. In the series of menus select From Repository, Diagram and BusinessProcessNetwork. This generated a diagram that contains a green Play button and a single Object Query for the template BusinessProcessNetwork with the attribute Name
QueryDesign ObjectQuery.

All of the attributes that are intrinsically a part of the object should be listed in the ObjectQuery’s attributes.

Attributes that should not be listed are links to other objects, which means connections like Contains, OwnedBy, HasResponsible, Employs etc. Out of those if any links are of the multi-link type, they need a sub-report which will be covered later.

  1. Open the property dialog for ObjectQuery and navigate to the tab “Property”
  2. For the field Object properties, right-click and click Insert…
  3. Select the following properties: HTMLDrawing, AuditGS, OwnedBy, HasResponsible and Description

Because AuditGS points to a Governance State object, it is a link connection. This means that the field AuditGS points to the object which corresponds to the Governance State of the object at the given point in time. This is presented as a URL link There is a provision to remedy this by adding a .Name at the attribute. Instead of inserting the link it will insert the name of the object (in this case the governance state), which is what we are interested in.

  1. In the property dialog for ObjectQuery “BusinessProcessNetwork”, on the tab Property, for the field Object properties, double-click on ObjectPropertyQuery “AuditGS” to open its property dialog
  2. In the property dialog for ObjectPropertyQuery “AuditGS” for the field Attribute name type in AuditGS.Name
  3. Do the same for OwnedBy and HasResponsible because these fields also point to an object
ObjectPropertyQuery for AuditGS.

1.2 – Generate Query

In order to generate the Query itself the green Play button needs to be double-clicked.

  1. On the QueryDesign diagram “BusinessProcessNetwork Query” double-click on the green Play button to open the property dialog for GenericQuery “BusinessProcessNetwork Query”
  2. In the property dialog for GenericQuery “BusinessProcessNetwork Query” navigate to the tab Query Filter and for the top field insert the string: T01.sys_ObjectId = '<qlmScript id="ObjID">'
  3. Navigate back to the click the button Rebuild to build and open the GenericQuery table “BusinessProcessNetwork Query”

2 – Report Definition

Now that the query has been designed and generated it is possible to connect it to the ReportDefinition and design the main report.

2.1 – Connect ReportDefinition to GenericQuery

  1. In the RepositoryExplorer, Right-click on ReportDefinition (it is an object template, not a diagram template), click New… and name the new ReportDefinition “BusinessProcessNetwork Report”
  2. Double-click on ReportDefinition “BusinessProcessNetwork Report” to open its property dialog
  3. In the property dialog for ReportDefinition “BusinessProcessNetwork Report” navigate to the tab Data Source and for the field Data Source insert GenericQuery “BusinessProcessNetwork Query”, and click Apply
Connecting the GenericQuery to the ReportDefinition.

2.2 – Design the report with Report Wizard

  1. In the property dialog for ReportDefinition “BusinessProcessNetwork Report”, Navigate to the tab ReportDefinition and click Wizard to open the Report Wizard window
  2. In the Report Wizard Window, on the right, click Field List and expand Table1
Where to locate Table1 in the Report Wizard.
  1. Drag the following fields into the Detail ribbon of the report: Name, T01AuditGS (the governance state), T01Description (the description of the diagram), T01sys_ObjedctId (an image of the BusinessProcessNetwork), T01OwnedBy (the owner of the diagram) and T01HasResponsible (the responsible for the diagram).
  2. Click on each of the text-based fields and then click on the [>]  button to open additional settings for the field
  3. In the extra settings, for the field Format String, click on the three dots
  4. On the category tab General for the field Prefix type in an appropriate text, for example “Diagram name: “ for the Name attribute
  5. Rearrange the fields and enter a prefix for all the attributes as in the picture
The fields have been inserted, rearranged and got a prefix.

2.3 – Add a Table

Some attributes will require additional formatting tools, such as the description, which does not have a Formatting String option. In these cases a table can be used to add a prefix.

  1. In the toolbar on the left click table and place a table inside the Detail ribbon
  2. Delete columns in the table until there are two and change the size of the table to the full width
  3. In the cell on the left type in “Diagram description: ”
  4. For the cell on the right drag in the attribute T01Description

2.4 – Add a Page Break

It is a good idea to keep reports structured with page breaks.

  1. In the toolbar on the left click on the Page Break icon
  2. Click at the bottom of the Detail ribbon to add a page break
The Page Break can be seen as the dotted line just above the PageFooter ribbon.

2.5 – Preview Report

With the report designed it is now time to try out the report via the View button. The example will contain all BusinessProcessNetworks, whereas in a real use scenario it will be limited to a single BusinessProcessNetwork.

  1. Save the report design with CTRL+S and then close the report designer
  2. In the property dialog of ReportDefinition “BusinessProcessNetwork Report” click the View button to open an example of the report
A test report can be previewed.

3 – Sub-Report

In order to get information about the BusinessProcesses contained on the BusinessProcessNetwork as well as the Regulations that the BusinessProcess points to it is necessary to create a sub-report which has its own query.

3.1 – Design a Sub Query

Single-link connections do not need a sub-report. Multi-link connections like Employs, AssociatedDocument and ComplianceWith need a sub-report.

  1. Open QueryDesign “BusinessProcessNetwork Query”
  2. Double-click on ObjectQuery “BusinessProcessNetwork” and click Expand from metamodel
  3. Click Graphical
  4. Click Full and click OK

This automatically adds a new ObjectQuery connected to the ObjectQuery “BusinessProcessNetwork” via a Contains RelationQuery.

  1. Open the property dialog for the new ObjectQuery
  2. In the property dialog for the new ObjectQuery for the field Template Filter remove everything except BusinessProcess

3.2 – Adding Properties

  1. In the PropertyDialog for ObjectQuery “BusinessProcess”
  2. Navigate to the tab Property and add the ObjectPropertyQuery OwnedBy and HasResponsible
  3. Edit the ObjectPropertyQueries OwnedBy and HasResponsible by adding .Name to them, just like before

3.3 – Adding Relations

  1. Double-click on ObjectQuery “BusinessProcess” and click Expand from metamodel
  2. Click Relations
  3. From the list select ComplianceWith and click OK
  4. Open the property dialog for ObjectQuery “Regulation” and navigate to the tab Property
  5. Insert ParagraphText and click OK to save your changes

3.4 – Adding a Concerns for the SubQuery

For the purposes of testing the report later, an object must be added to the concerns field of the subquery before the query is built properly.

  1. On the diagram QueryDesign “BusinessProcessNetwork Report” open the property dialog for the RelationQuery ComplianceWith
  2. In the property dialog, Open the GenericQuery in the field Subquery
  3. Open the property dialog for the GenericQuery and navigate to the tab Advanced Query
  4. Insert any BusinessProcess into the field Concerns
  5. Click on the button Rebuild

3.5 – Generating the SubReport Query

  1. On the diagram QueryDesign “BusinessProcessNetwork Query” double-click on the green Play button to generate the query
  2. In the property dialog for GenericQuery “BusinessProcessNetwork Query” click Rebuild
  3. In the Repository Explorer create a new ReportDefinition and name it “subBusnessProcessNetwork – BusinessProcess Regulation”
  4. Double-click on the new ReportDefinition to open its property dialog and navigate to the Data Source tab
  5. For the field Data Source insert the GenericQuery “BusinessProcessNetwork Query SubQuery_T03”

3.6 – Design the SubReport

  1. Ensure that the property dialog for ReportDefinition “subBusnessProcessNetwork – BusinessProcess Regulation”
  2. Navigate to the tab ReportDefinition and click Wizard

The SubReport must now be designed. Design it to fit the picture below:

The Regulation properties have been placed and arranged in the Report Wizard for the Sub Report.
  1. Save and close the report designer

3.7 – Insert Sub Report into Main Report

  1. Open the property dialog for ReportDefinition “BusinessProcessNetwork Report”
  2. Navigate to the tab Associate->Other and insert ReportDefinition “subBusnessProcessNetwork – BusinessProcess Regulation” into the Associated with field
  3. Navigate to the tab ReportDefinition and click Wizard to open the report designer
  4. In the lower left corner of the screen click Add a Group and click Name
  5. Move all the previously arranged objects to the GroupHeader1 ribbon
  6. Insert T02Name, T02OwnedBy and T02HasResponsible into the Detail ribbon
  7. On the right in the Field List unfold the AssociatedWith group and insert “subBusnessProcessNetwork – BusinessProcess Regulation” into the report
The sub report is inserted into the main report the same way as an attribute.
The contents, as designed in the sub report, can be seen in the main report.

3.8 – Add the ReportDefinition to a Template

  1. Open the Publisher with CTRL+H
  2. Navigate to the tab Template Definitions
  3. Open the property dialog for TemplateDefinition “BusinessProcessNetwork”
  4. In the property dialog for TemplateDefinition “BusinessProcessNetwork” for the field “Report definitions” inser the ReportDefinition “BusinessProcessNetwork Report” and click OK to save your changes
  5. The ReportDefinition will now be available when the Print button is clicked
The new Report Definition can be seen on the web when the Print button is clicked.

4 – Advanced Formatting

Advanced formatting techniques can be used to improve the readability and usability of the report.

4.1 – Calculated Fields

Calculated fields can be used to sum up a series of objects. In this example the costs of all BusinessProcesses will be summed together to find out the total cost of the workflow.

  1. In the QueryDesign for the ObjectQuery “BusinessProcess” add Object Property CostMonetary. Make sure that it is cast as an INT and not as a VARCHAR, so it can be calculated.
For calculated fields it is important that the Property is cast as an INTeger.
    1. Double-click the green Play button and Rebuild the Query
    2. Go to the ReportDefinition Wizard
    3. In the Field List for Table1, right-click and click “Add calculated field”
    4. Right-click on calculatedField1 and for the Expression field type in Sum([T02CostMonetary])
    5. Add a text label and type in Total cost: [calculatedField1]
The calculated field has been inserted in the ReportDefinition via the Report Wizard.

4.2 – Table of Contents

A table of contents that lists all the important chapters in the report can greatly improve the usability of the report for the reader.

4.2.1 – Add a bookmart to all relevant elements

  1. Select Diagram name: [Name] and in the Property Grid, scroll down to Data->Data bindings->Bookmark->Binding
  2. Set the binding to Name
  3. Set the Format String to Diagram name: {0}
A data binding has been set for the BusinessProcessNetwork Name.
  1. Select Business Process Name: [T02Name] and in the Property Grid, scroll down to Data->Data bindings->Bookmark->Binding
  2. Set the binding to T02Name
  3. Set the Format String to Business Process: {0}
The Data Binding has been set for the BusinessProcess Name.

4.2.2 – Insert Report Header Band and Add Table of Contents

  1. Right-click on an empty space inside a band and click Insert Band->Report Header
  2. In the toolbar on the left, click on Table of Contents and click inside the Report Header Band
  3. Rename the title of the Table of contents to “Table of Contents”
A preview of the table of contents.

4.3 – Insert Company Logo

A logo can be inserted into the report – ideally in the PageHeader ribbon.

  1. The logo can be found in the Field List under Property->LogoUrl.
  2. Drag the LogoUrl into the report PageHeader in order for it to appear at the top of every page in the report.
  3. To find the logo, navigate to the folder: [QLM Installtion Folder]\Models\qishtml\QEP\Images
  4. To change the logo replace the file _logo.png with a different image.

4.4 – Keep Together

If you have a group of information that cannot be contained in one page, the content will continue on the next page. This can be confusing in a report. Use the “Keep together” feature to force the report to keep all related content in the Details band together on one page.

  1. Select the Details band, click on the > button and set a checkmark in “Keep together”.
Elements in a band can be kept on the same page via the Keep Together functionality.

4.5 – Adding Page Numbering

Numbering all the pages in the report can ease navigation for the printed report.

  1. Page numbers can be inserted via the page info button in the toolbar on the left.
  2. The page info can be further configured via the > option.
Page numbering can be inserted and configured via Page Info.

Do an online course

Go pro: Do a full course that guides you through workflows in both the QualiWare Lifecycke Manager and web interface.

Our digital course consists of 15 lessons with several exercises built around scenarios. You will explore several scenarios covering the journey of modeling GRC domains in the QualiWare Lifecycle Manager and on the Web.

Take me to the course

Share feedback

Innovate your daily operations: Identify ideas, problems, and solutions to avoid accidents and complaints.

QualiWare’s web portal allows you to register and share innovative ideas that could help improve your organization: Share ideas that are not specifically linked to a problem, change request or non-compliance. Ideas are handled like tickets and go through a short life circle:

  1. Registration
  2. Handling
  3. Closure

Document an idea

Edit idea

Problems are used in the case an occurrence inside the organization cannot yet be classified as being, for instance, a change request or a non-conformance. For those events, QualiWare offers a general ticket called a problem. The unique feature of this function is the possibility to convert a problem into any other type of ticket at a later stage.

A problem goes through the following governance stages:

  1. Registration
  2. Investigation (Possibility to change to e.g. Change Request or Non-conformance etc. here)
  3. Handling
  4. Closure

Document a problem

Edit problem

Send a problem to "investigation"

Send a problem to "handling"

Mark a problem as "closed"

A change-request is a proposal for an alteration to documented operations, procedures, and activities. In other words, ideas that may be used to improve operations, procedures, and activities to make them more effective and easy to execute. In QualiWare, change requests functions like tickets and go through a life cycle of different governance states:

  1. Registration (of suggested changes)
  2. Handling (evaluation of suggested changes)
  3. Implementation or Close
    1. Implementation (change a process and make the organization react)
    2. Close (reject the suggested changes).

Document a change request

Document a change request for a process

Document a change request identified in an audit

Document a change request for a diagram

Edit a change request

Send a change request to "handling"

Send a change request to "implementation"

Mark a change request as "closed"

Non-conformances: Report when you experience a process that is not being followed in the everyday execution (the way it’s been described).  A non-conformance documents the details of a non-conformance as identified by either a quality auditor or by employees who continuously operate specific processes. The objective of reporting a non-conformance is to make an unambiguous, defensible, clear and concise definition of the problem.

In QualiWare, non-conformances function like tickets and go through a life cycle of different governance states:

  1. Registration (of occurrences or deliberate chosen alternative processes)
  2. Handling (evaluation, if a non-conformance is accepted the ticket is closed. Othervise:
  3. Implementation (edit or create new documentation)
  4. Verification (verify with organization: feedback and acceptance from accountable)
  5. Approved and closed (new valid documentation).

Document a non-conformance

Document a non-conformance for a process

Document a non-conformance identified in an audit

Edit a non-conformance

Send non-conformance to "handling"

Send non-conformance to "implementation"

Document a corrective action triggered by a non-conformance

Edit non-conformance, send to "verification" and "closed"

A corrective action remedies a non-conformance: Corrective actions are improvements to the organization’s processes taken to eliminate causes of non-conformances or other undesirable situations. By reporting a corrective action workable solutions are documented.

Document a corrective action

Document a corrective action triggered by a non-conformance

Document a corrective action triggered by an accident

Edit a documented corrective action

Send corrective action to "handling"

Send a corrective action to "implementation"

Close a corrective action

QualiWare offers a structured way to register and handle customer complaints. This function does not only help you handle actual complaints, it also provides valuable insights and statistics as to where customer complaints are triggered in your organization: Get an overview by attaching complaints directly to the processes involved.

In QualiWare, complaints function like tickets and go through a life cycle of different governance states that involves communication with the customer:

  • Register complaint (create a log)
  • Announcement (send a receipt to the customer)
  • Handling (find possible solution)
  • Acceptance (get acceptance from the customer to suggested solution)
  • Finished, subsequently closed.

If necessary, a complaint may be reopened and send to the handling state for a second handling.

Document a complaint

Edit a documented complaint

Send complaint to "handling"

Send complaint to "finished"

Close a complaint

Re-open a closed complaint and close it again

Document accidents in the workplace involving damaged goods or injuries to people. Using QualiWare ensures that you handle accidents in a controlled manner.

In QualiWare, accidents works like tickets and go through a life cycle of different governance states:

  1. Register accident (nature and cause of accident)
  2. Investigate (what happened and how could the accident have been prevented)
  3. Handling (find possible solution to avoid future accidents)
  4. Finished, subsequently closed.

Document an accident

Edit a documented accident

Send accident to "investigation"

Send accident to "handling"

Document a corrective action triggered by an accident

Finish and close an accident

Read Acknowledge provides you with documentation in the case you need the certainty of if (and when) employees and colleagues have read  a diagram, document or any other specific piece of documentation. This is done by creating ‘read acknowledge’-lists that link together persons with pieces of specific documentation. Send out notifications using QualiWare to designated users prompting them to acknowledge new or revised documentation.

This is automatically saved as receipts for later use and may serve as documentation during audits. Users are identified using Microsoft Active Directory credentials.

List who must read and acknowledge documentation

Read and acknowledge documentation

View who has read and acknowledged documentation

Prove Compliance

Show how your organization complies with legislation and regulations: QualiWare offers an uncomplicated way to verify how users interact with data and documentation. Use QualiWare to ensure that vital information reaches the right people and save your documentation for later audits.

A regulation list view shows the standards specified by the external regulation your organization pursues to adhere, for instance, a diagram of ISO 9001. (Or any other set of quality management standards).

See gaps in compliance

  1. Navigate to ‘Compliance’ in the Mega Menu
  2. Under the ‘Compliance Matrices’ submenu, click on the regulation collection you want to work view
  3. Note, that you get a overview of which processes and audits are related to each regulation

Acknowledgement of documentation.

This provides you with documentation in the case you need the certainty of if (and when) employees and colleagues have read and understood a diagram, document or any other specific piece of documentation. This is done by creating ‘read acknowledge’-lists that links together persons with pieces of specific documentation. Send out notifications using QualiWare to designated users prompting them to acknowledge new or revised documentation.

This is automatically saved as receipts for later use and may serve as documentation during audits.

List of who has acknowledged a diagram

  1. Navigate to ‘Process’ in the Top Menu
  2. Click on ‘Process flows’ under the ‘Process’ submenu to open a QRV of all process flows
  3. You can sort the view using the ‘Set Filters’ button and sort by for example name or date
  4. Choose the process flow you want to view by clicking on its name
  5. Navigate to the ‘Acknowledge History’ tab to get an overview of who has read and acknowledged the diagram

The function Social Behavior Warehouse allows you to look at how people interact with your documentation. The function keeps taps on all documentation inside your QualiWare solution and accumulates statistics of how users interact with it. What is seen by users and what is not? What kind of documentation attracts attention within specific business units?

Use the statistics from Social Behavior Warehouse to improve the quality and relevance of your documentation.

Read-statistics for a diagram

  1. Navigate to ‘Process’ in the Top Menu
  2. Click on ‘Process networks’ under the ‘Process’ submenu to open a view of all process networks
  3. You can sort the view using the ‘Set Filters’ button and sort by for example name or date
  4. Choose the process network you want to view by clicking on its name
  5. Click on the analytics button in the upper left corner
  6. Navigate to the ‘User Activity’ tab to view user activity for the diagram
  7. Amongst other things, you can also view organization activity, rating chart and compliance activity

The analytics function in QualiWare gives you an overview of the status of all documentation in your repository. For instance, how many diagrams have not been finished yet? How many are in circulation or awaiting approval? The function also allows you to analyze the present status of e.g. change requests: (Current number of change requests and their current state in life circle).

  1. Navigate to ‘Analytics’ in the Top Menu
  2. Under the ‘Compliance’ submenu, choose your desired statisctical content
  3. A dashboard for your chosen content is now visible

Change Requests

Corrective Actions

Complaints

Non-conformances

Audits

Do audits

An audit is basically a control of your organization’s everyday operations against documented operations, processes, and activities. QualiWare helps you find the specific documentation you wish to audit and subsequently report what’s not following approved processes and how improvements can be made. After having executed the audit you must conclude and make a final audit report.

An audit program is an overall action plan that contains several individual audits. It documents what internal processes you must follow to validate that your organization is compliant with regulations.

In QualiWare, ‘Plan your audit program’ is used to group audits. Once you created one or more audits inside an audit program you can add processes or other objects from the repository.

Create an Audit Program

Add an Audit to the program

Edit Audit, set targets and send to Announcement

Send Audit to execution phase

Following execution of an audit, report what’s not following approved processes (report a non-conformance) and tell how improvements can be made (report a change request).

After non-conformances and change requests are documented and assigned to responsible, the audit may be verified and closed, finishing the audit.

Closed audits contain vital information that often must be shared with both people outside the organization and colleagues who cannot access QualiWare. That’s why QualiWare allows you to generate a printed report that contains all of the audit’s information in full text.

Register non-conformances and change requests from Audit

Verify and close an Audit

Generate report for an Audit

Handle risks

No more surprises: Identify, grade and prioritize the risks facing your organization in a structured manner.

Define potential risks and document them in a structured way. Set the likelihood and significance of the risk and thereby to determine the overall risk facing your organization. QualiWare offers an approach that allows you to compare which risks actually pose a risk to your organization.

When a Diagram is in its development phase, you can add risks to it using the tools on the web.

Document a risk from diagram

  1. Navigate to the Private Workspace webpage using the wrench icon in the upper left corner
  2. Navigate to ‘Development’ in the Topbar
  3. Choose ‘Development’ to get a page showing all the objects governed in the development state
  4. You can sort the page using the ‘Set Filters’ button and sort by for example name or date
  5. Choose the diagram you want to add a risk to and open it
  6. Click on ‘create risk’ above the diagram or for a specific activity
  7. Fill out the Property form including name, short description, likelihood and significance
  8. Finish up and close the Property form by clicking ‘OK’

Edit risk

  1. Navigate to ‘Process’ in the Top Menu.
  2. Click on ‘Risks’
  3. Choose the risk you want to edit – you can sort the view using the ‘Set Filters’ button and sort by for example name or date.
  4. Click on ‘Edit’
  5. Edit the information as desired in the Property form- there are several tabs with different types of information available to edit.
  6. When finished editing, click OK

Once risks are created in QualiWare you got the documentation and overview needed for prioritizing these risks. Now it’s time to decide which risks to accept and which to react upon. This is done by putting risks in context by visualizing in a heatmap. The heatmap offers an intuitive way of identifying which risks you must handle later on.

View Risk

View Heatmap

View risk tab on diagram

Once risks are documented and visualized you can decide which risks most urgently need your attention. To handle risks, you must introduce specific control activities which will reduce the likelihood of that risk being triggered. Control activities are an integrated part of the QualiWare workflow.

Edit Risk to set residual

Get started

Learn how to navigate your individual dashboard in the QualiWare Governance, Risk, and Compliance solution: QualiWare offers an individual, person based dashboard which provides information about your responsibilities, governance tasks, subscriptions, ideas and processes relevant to you specifically. Updated and online.

Your QualiWare

Your compliance views