Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create a table in a sheet using Qlik Sense Engine API?

Hello!

I have a problem with Qlik Sense Engine API and will be glad if you can help me.

I try to create a table in a sheet. I use CreateChild method according qlik.help (https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/EngineAPI/Content/WorkingWithAppsAn...). There isn't a mistake but I can't see the table in the sheet.  What shuld I do for creating a table?

1 Reply
Øystein_Kolsrud
Employee
Employee

You'll need to add the created object to a cell in the sheet properties as well. I recommend you download this tool:

https://community.qlik.com/docs/DOC-17475

Through that tool you can navigate to the sheet object and look at it's properties. That should give you a clearer picture of how the sheet object stores its properties.

I'm not sure what technology you are using for your API calls, but if you use the .Net SDK you can also leverage this method which will make sure the created object is added correctly to the sheet properties as well:

https://help.qlik.com/en-US/sense-developer/April2018/apis/net+sdk/html/Overload_Qlik_Sense_Client_I...