Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using the Qlik Engine API

Is it possible to use the Qlik Engine API to create a central list of Master Items for some of my applications?

3 Replies
Levi_Turner
Employee
Employee

Your best place for a list of all calls will be the Qlik Sense for Developers help site (http://help.qlik.com/sense/2.0/en-us/developer/#APIs-and-SDKs.htm%3FTocPath%3DQlik%2520Sense%2520API...)

alexbjorlig
Creator
Creator

Did you find out if this was possible?

Øystein_Kolsrud
Employee
Employee

You need to create a list object to do this. Typically that means creating a session object with the following property:

http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/GenericObject/PropertyLe...

If you use the .Net SDK you can use the following method:

http://help.qlik.com/en-US/sense-developer/2.2/apis/net%20sdk/html/M_Qlik_Sense_Client_AppExtensions...