Qlik Sense events

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"
}
}