Qlik Sense events

Deprecated charts opened in sheet

Emitted when a client (browser) detects one or more deprecated chart types as a user opens or navigates to a sheet in the native experience or via qlik-embed with the classic/app UI. It is not emitted when switching sheet modes (for example, View to Edit) or from non-sheet UIs such as Stories or Reporting.

Payload

object
  • idstring
    Required

    Unique identifier for the event.

  • timestring
    Required

    Timestamp of when the event happened.

  • typestring
    Required

    The type of the event.

  • sourcestring
    Required

    The source of the event.

  • specversionstring
    Required

    The event is compatible with the CloudEvents specification v1.0.2.

    Can be one of: "1.0"

  • dataobject
    Show data properties
    • appIdstring

      Identifier of the app related to this event.

    • chartsarray of objects

      List of charts

      Show charts properties
      • chartIdstring

        Identifier of the chart.

      • chartTypestring

        Type of the chart.

      • chartTitlestring

        Title of the chart.

      • inContainerboolean

        Indicates whether the chart is inside a container or not.

    • ownerIdstring

      ID of the user currently owning the related resource.

    • sheetIdstring

      Identifier of the sheet related to this event.

    • sheetTitlestring

      If set, the evaluated sheet title expression, else the sheet title.

    • sheetApprovedboolean

      Indicates whether the sheet has been approved or not.

    • sheetPublishedboolean

      Indicates whether the sheet has been published or not.

com.qlik.v1.analytics.analytics-app-client.deprecated-charts.opened

Example payload of the "Deprecated charts opened in sheet" event

{
"id": "60143626-36a8-4661-9afe-8080a01d89e7",
"time": "2018-10-30T07:06:22Z",
"type": "string",
"source": "string",
"specversion": "1.0",
"data": {
"appId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"charts": [
{
"chartId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"chartType": "bar",
"chartTitle": "string",
"inContainer": true
}
],
"ownerId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"sheetId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"sheetTitle": "My Sheet",
"sheetApproved": true,
"sheetPublished": true
}
}

Sense Sheet View Opened

Triggered by a client (browser) each time a sheet change event is recorded, when in the native experience or when using qlik-embed with the classic/app UI. Will not be emitted when changing between sheet modes (for example, going from View to Edit), or in non-sheet UIs (such as Stories, Reporting, etc).

Payload

object
  • idstring
    Required

    Unique identifier for the event.

  • timestring
    Required

    Timestamp of when the event happened.

  • typestring
    Required

    The type of the event.

  • sourcestring
    Required

    The source of the event.

  • specversionstring
    Required

    The event is compatible with the CloudEvents specification v1.0.2.

    Can be one of: "1.0"

  • dataobject
    Show data properties
    • appIdstring

      Identifier of the app related to this event.

    • sheetIdstring

      Identifier of the sheet related to this event.

    • sheetStatestring

      The mode in which the sheet was opened, either analysis (view mode), edit (advanced edit mode), or simpleEdit (simplified edit mode).

      Can be one of: "analysis""edit""simpleEdit"

    • sheetTitlestring

      If set, the evaluated sheet title expression, else the sheet title.

com.qlik.v1.analytics.analytics-app-client.sheet-view.opened

Example payload of the "Sense Sheet View Opened" event

{
"id": "60143626-36a8-4661-9afe-8080a01d89e7",
"time": "2018-10-30T07:06:22Z",
"type": "string",
"source": "string",
"specversion": "1.0",
"data": {
"appId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"sheetId": "c35f4b70-3ce4-4a30-b62b-2aef16943bc4",
"sheetState": "analysis",
"sheetTitle": "My Sheet"
}
}