Skip to content

Latest commit

 

History

History

lists

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Basics: Lists

This example will show you how you create and use the different q*ListDefs. These lists are useful when you want to get a list of all generic objects inside a document of a specific type.

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