Skip to main content Skip to complementary content

Data alert types

Distribution settings - Broadcast alerts

A broadcast alert allows a user to send triggered notifications from their alerts to one or multiple users or user groups.

How it works

A recipient of a broadcast alert will receive a notification when the conditions for that alert are met. Qlik Alerting will query the data based on the credentials of the owner of the alert and share that result with the many recipients. This makes it distinct to a managed shared alert which queries Qlik Sense for each recipient.

Who can create a broadcast alert

Broadcast alerts are managed as part of the distribution user privilege. Users will need to have this privilege assigned to them to be able to create broadcast and managed shared alerts.

Who can receive a broadcast alert

Anyone can receive a broadcast alert. Recipients do not need to have a license in Qlik Sense.

Recipients can unsubscribe from a broadcast alert

Anyone can receive a broadcast alert, even those without a Recipients of a broadcast alert will be able to unsubscribe from the alert using the link on the email (a link for the mobile application will be added in the near future). The owner of the alert will be able to see which users have unsubscribed or are not receiving the alert due to licensing restrictions in Qlik Alerting. An unsubscribed user can be resubscribed by the owner of the alert through a link in the Edit Alert view.

Distribution settings - Managed shared alerts

Managed shared alerts allow for a user, who is assigned the distribution user privilege, to share an alert with one or multiple other users. This type of sharing of an alert ensures that ownership of the alert remains with the creator so any changes will be reflected in the triggered notifications that a user receives.

How it works

A recipient of a managed shared alert will receive a notification when the conditions for that alert are met. Qlik Alerting will query Qlik Sense for each and every recipient assigned to the managed shared alert respecting all security for that user through security rules and section access. This makes it distinct to a broadcast alert which sends a single Qlik Sense query response (based on the alert owner's credentials) to all recipients.

Who can create a managed shared alert

Managed shared alerts are managed as part of the distribution user privilege. Users will need to have this privilege assigned to them to be able to create managed shared alerts.

Who can receive a managed shared alert

To receive a managed shared alert created by another user, the recipient must to be a licensed Qlik Sense user or have access to a the specific app through analyzer capacity or user access rules. This lets Qlik Alerting query Qlik Sense on behalf of the recipient user with their credentials and security settings.

Recipients can unsubscribe from a managed shared alert

Recipients of a managed shared alert will be able to unsubscribe from the alert using the link on the email (a link for the mobile application will be added in the near future). The owner of the alert will be able to see which users have unsubscribed or are not receiving the alert due to licensing restrictions on either Qlik Sense or Qlik Alerting. An unsubscribed user can be resubscribed by the owner of the alert through a link in the Edit Alert view.

Drill into dimension alerts

A drill into dimension alert allows a user to check the measure against the selected condition(s) across an array of data through one alert. The output of this alert will be the subset of the dimension values that meet the condition as a list with the measure value. This allows you to know directly where the problem with this measure might be, which store, product line, etc. Drill into dimension alerts can also be sent as managed shared alerts or broadcast alerts to other users if required.

For example, if you select ‘country’ as the drill to dimension in a sales margin % alert the measure will be returned as an array with country as the dimension and the sales margin % for each country.

Who can create a drill into dimension alert

All users of Qlik Alerting can create a drill into dimension alert through the Qlik Alerting web portal or the Qlik Alerting extension. There is no specific user privilege to restrict functionality to this type of alert as it is considered a critical part of getting quicker insight into your data.

Email notifications for data alerts

Email notifications are sent when a data alert is created or triggered. If the data in the alert exceeds the maximum number of rows, which is set to 100 rows by default, an attachment named Data.csv will be included in the email. The file attachment is sent to all recipients who have been added to the data alert.

The attached file contains the data values from the selection in the alert. The content of the email body remains the same regardless of whether an attachment is included or not.

Adjusting the maximum number of rows

If necessary, you can customize the maximum number of rows allowed in the data alert. The default value is 100.

Do the following:

  1. Locate the file C:\Program Files\Qlik Alerting\email-messenger\config\default.json.

  2. Open the file and locate the maxRows parameter. Here is an example snippet of the configuration file:

    email-messenger": { "ip": "localhost", "port": 9021, "https": false, "uses": { "run": { "interval": 200, "defaultStart": true, "maxConcurrent": 5, "maxDaily": 1000000 }, "maxRows": 100, "tlsMinVersion": 1.2 } }
  3. Change the value of maxRows to your desired number of rows.

  4. Save and close the file.

  5. To apply the new configuration, restart the email-messenger service.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!