Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am new to Qlik Sense Extension Development. I wonder if anyone could explain the difference between the Qlik
Sense selection models.
The documentation says this about the selection models:
Apart from the fact that if I choose to use Qlik Sense Selection model I get to have a toolbar with clear(✕) and confirm(✔) buttons,
is there any situation where one model is better suited than the other ?
Why these two models exists ? Is it that the Standard Qlik Sense selection model just provides a "confirm button" ?
Hi,
The standard selection model is well suited for most, if not all, charts, that is hypercube-based extensions. If you send selections straight to the engine in a chart, the chart will immediately update and show only the value you just selected, and it will be impossible to select multiple values.
In a listobject-based extension (like the Horizantal listbox example, where these different selection models are implemented) you could send selections immediately to the engine and still be able to select multiple values, since the extension shows also the unselected values.
Hope this helps
Erik