Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.