Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.37 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.37 KB

Interacting with data: Hypercubes

This example will show you how to create three different types of hypercubes (straight, pivot and stacked), make a selection and retrieve the data in it.

Note:: Before running the examples, make sure you have a valid Qlik Cloud tenant host and API key in your environment variables

QCS_HOST=<tenant>.qlikcloud.com
QCS_API_KEY=<APIkey>

Runnable code

Documentation

Pivoting and stacked hypercube


Back to examples