Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.18 KB

Interacting with data: List objects

This example will show you how create a simple list object and make a selection 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


Back to examples