0.0.5 • Published 2 years ago

cf-qlik v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

cf-qlik

Tools and components for Qlik integration in Claviz Forms.

Setup

For connecting to Qlik Engine you'll need to create a Function called getEnigmaConfig:

module.exports = async ({ }) => {

    return {
        certificatesPath: '../cert/',
        url: 'wss://qlik.example.com:4747',
        userDirectory: 'MYUSERDIRECTORY',
    };
}

Required packages

  • ws, @types/ws
  • enigma.js, @types/enigma.js
  • shortid, @types/shortid
  • color-string
  • jpflat
  • write-excel-file
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago