Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
NewToQlikSens
Partner - Contributor II
Partner - Contributor II

How to create custom objects - Qlik dashboard bundle using .Net SDK

I have a scenario where I need a text box to take user input and bind it to a chart and filter it accordingly. Currently this binding part I am able to achieve using variables. The Variable input in Qlik dashboard bundle under Custom objects will allow this.

But I need to be able to do this using .Net SDK, but not able to find any sources.

Any links to documentation/extensions will be helpful.

Thanks

Labels (5)
1 Reply
Øystein_Kolsrud
Employee
Employee

The title of your question indicates that you want to create an object, but the text sounds like you want to perform selections. If it is the latter you need help on, then perhaps this project can be of help to you:

https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage/tree/master

That project illustrates different ways to utilize hypercubes which is the main concept for interacting with data in Qlik Sense.