Skip to content

rvaheldendaten/q2g-con-hypercube-qvx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q2g-con-hypercube-qvx

CodeFactor Downloads

Qlik Connector that allows to consume a Qlik HyperCube / Table as new datasource

Intro

teaser

Install

binary

  1. Download the ZIP
  2. Copy it to: C:\Program Files\Common Files\Qlik\Custom Data
    or %appdata%\..\Local\Programs\Common Files\Qlik\Custom Data\
  3. unzip

source

  1. Clone the Github Repo
  2. Open the .sln in Visual Studio
  3. Compile

Logging

The Qlik Connector using the NLog libary. You can change the log settings in the "NLog.config". More Information about Nlog can be found here: https://github.com/NLog/NLog/wiki/Tutorial

change the log path

The default path is linked to the directory "%appdata%\q2g\q2g-con-hypercube-qvx". This you can change in the specified attribute "fileName" and "archiveFileName".

change the log level

The log level is set to "warn" in the standard case. You can set this via attribute "minlevel".

About

Qlik Connector that allows to consume a Qlik HyperCube / Table as new datasource

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 85.5%
  • TypeScript 9.9%
  • HTML 3.0%
  • CSS 1.3%
  • Dockerfile 0.3%