📃
Komment 3.x
  • 👋Welcome
  • Getting Started
    • Installation
    • Load script
    • Configuration
    • Security rules
    • Multiple Qlik Sense sites
  • Features
    • Quick Start Wizard
    • Modes
    • Dimensions
    • Audit trail
  • Optional Settings
    • Data Connection
    • Buttons
    • Show/hide
    • Conditional Write
    • Exclude null values
    • Mandatory
    • Freeze columns
    • Layout
    • Permission rules
    • Utilities
  • Qlik SAAS
    • Intro
    • QMC
    • Komment setup
    • Spaces
    • Kaptain
  • Kaptain Admin Module
    • Intro
    • Getting started
    • Admin options
    • User options
  • Release Notes
    • Release Notes
Powered by GitBook
On this page
  • Data Connection Settings
  • Load script‍
  • QVD access
  1. Qlik SAAS

Komment setup

Here you will find information about which tweaks compared to normal Komment setup you need to do as a developer.

PreviousQMCNextSpaces

Last updated 1 year ago

Data Connection Settings

In Qlik SaaS editions you don’t have to specify your data connection when setting up Komment. You just keep it as is:

This is the only change you need to do in the UI inside your Qlik Sense app when you have configured what your writeback objects should contain. You can now move to the last setup step which is to add the needed logic to the Data load script.

Load script‍

While still in the UI of Komment, go to the Setup section and press the Preview Load Script button. Press Initialize Data Model to have your load script updated with a new section in the data load editor.

As you have not chosen a specific QVD Data Connection you need to modify the script slightly but as you can see here it is very easy to do. Just replace "undefined" or "undefined/" with the name of your desired Data Storage. In the below example "undefined" is replaced with "DataFiles".

As the SaaS edition works a bit different from Enterprise edition, you must use “/” after DataFiles instead of "\".

QVD access

The QVDs that are saved when users save data using Komment can be accessed either via the hub or directly in the data load editor:

Data connection
Change in Load Script
Hub - Data
Data Load Editor - Data Connections