HTML Parameter

The HTMLParameter is used to specify parameters in relations to various HTML settings:

In the example below the style of the objects (in the underlying highlight query) is specified, a long with the opacity of the complentery object, i.e. the objects not included in the underlying query.

In the example below the style of the objects (in the underlying highlight query) is specified, a long with the legend and position of the legend. The parameter {} are refering to parameters in the underlying query.

The parameter shown above is related to the Multiple highlight functionality that was introduced in QualiWare 10.9.

In the example above “*” has been inserted as search criteria for the templates, it is possible to configure the template list by inserting Template names, seperated with ‘,’ to focus the search, e.g.

templates: ‘BusinessProcessNetwork,BusinessProcess,Activity,ExternalDocument,WorkflowDiagram’,
The parameter shown above is related to the QuickSearch Method that was introduced in QualiWare 10.10.
  • In relation HTMLFeature, e.g. when configuring the content of an AskLists, containing the available templates in an “Create”, “Edit” or “View” list as a part of the Getting Started tiles.

RiskAnalysis

A Risk Analysis can be seen as the equivalent of a QualityAudit focusing on analysing risk associated with one or more objects/business perspective, and capturing the conclusion of the analysis.

A risk analysis can also include risks in the repository.

A Risk Analysis can be planned and be a part of a RiskAnalysisProgram.

The risk analysis is part of the Risk Management Desktop and the Composable Business Desktop introduced in QualiWare 10.10.

Justification

The template can be used to document the Justification a compliance choice, e.g. either why a regulation is relevant or if it is not relevant for business.

In relation to work with a new regulation in an organization, you can start with making a justification, and document the intention of what needs to be done, and link to target complying objects.

You can also document the related plan for implementation, and link/create relevant initiatives/projects.

The justification are part of the standard spreadsheets related to the Analyzing and improving dashboard for regulation diagram.

Questionnaire

Questionnaires are used in Survey to design the questionnaire.

On the first tab, you can choose between different design, grouping and styling.

On the Questions tab you can set up the questionnaire via questiongroups and their linked questions.

Read more about survey here.

Question

Questions are used in a survey.

It it possible to create text answers or answers with options, where the respondent choice among predefined options.

Questions are collected in Questiongroup as part of a questionnaire.

Read more about surveys here.

Survey

The survey template is used to collect all relevant elements related to manage a survey, from designing the questionnaire, simulating it, inviting participants, and analyse the results.

An essential part of the survey is the questionnaire that is linked to the survey.

The questionnaire can contain one or more questionsgroups and each questiongroup can contain one or more questions.

Read more about survey here.

PropertySheet

QualiWare 10.10 introduces a new propertysheet template, that enables to get a spreadsheet view of:

  • default properties for an object
  • a set of properties for an object for multiple:
    • Configurations
    • Languages
    • Revisions

This enables the user to easily explore and modify properties of different variants of the same objects.

The behavior of the propertysheet can be selected from the list under code behaviour.

On the Settings tab it is possible to right click in the window and “Add standard parameters”.

As a part of these settings, it is possible to specify the behavior of the spreadsheet.

In the setting you can specify how many colums should be included in the spreadsheet. If more revisions are available the sheet will show the following coloum:

  • Property
  • First revision
  • Latest X revisions (e.g in the case of 5, the 3 latest will be shown, along the first revision 0).

Business Gauge

Gauges are a form of charts that can be used to in the web solution.

When used in relation to a contextbox with a checklist they aggregate based upon the checked selection.

Business Gauges can be used in the center top content of the HTMLTemplateDefinition.

Concerns: Here you link to an object of the type which data you would like to display (in the example above an InformationSystem)

Value:

For the gauge chart to display anything, it needs some values. Values are provided by either using URL parameters or by setting up a checklist in a HTMLContentBox left or right panel. When using a checklist, the attributes, defined in Value, will be taken from the selected objects and used in the gauge chart.

  • Prompt: The prompt that explains to the user, what this value means.
  • Attribute: The attribute to take a value from.
  • Color: The color of the value. It will be used in the legend next to the prompt, and also in the chart. Colors should be defined in hexadecimal.
  • Shape: The shape of how the value is shown in the chart. Shape does not have any meaning for a radial gauge chart as all values will be shown as arrows.
    For horizontal and vertical gauge charts, the following options apply:

    • bar – shows the value as a bar in the chart.
    • arrow – shows the value as a small arrow along the axis in the chart.
  • Margin: Margin does not have any meaning for a radial gauge chart and for arrow shapes in horizontal and vertical gauge charts.
    For bar shapes in horizontal and vertical gauge charts, margins can be used to place the bars next to each other.
    If no margin is used, then the bars will be placed on top of each other which will make it difficult for users to easily read the values.
    Tip: Use a margin divisible by 7 to space the bars evenly.

Settings:

Title: The title will be shown in the top of the gauge chart on web.

Type:

  • Vertical:

  • Horizontal:

  • Radial:

Miscellaneous display settings:
These are a mix of settings that each has an impact on how the final chart is displayed.

  • Height: Height in pixels of the gauge chart without the legend.
  • Width: Width in pixels of the gauge chart without the legend.
  • Start angle: Only applicable to radial gauge chart.
    The starting angle of the chart.
  • End angle: Only applicable to radial gauge chart.
    The ending angle of the chart.
  • Minor unit: The minor unit of the chart shown with a small line.
  • Major unit: The major unit of the chart shown with a bigger line than minor unit.
  • min: The minimum value of the chart.
  • max: The maximum value of the chart.

Ranges:

Ranges can be used to define if a range should be shown in a specific color. This can be used to enable a user to quickly see if any values are outside of normal values or in other ways concerning.

  • From: The value at which the color should start.
    It is accepted that the From value is the same as another range’s To value.
  • To: The value at which the color should end. It is accepted that the To value is the same as another range’s From value.
  • Color: The color of the range in hexadecimal.