Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Individual CheckBox capability - Qlik Sense

Hi All,

I need help in individual check box implementation i.e. other than extension of filter pane in terms of Dimension.

reference is provided in below link.

Qlik Sense

I'm attaching the Screenshot too.

Thank you in advance.

Regards,

Raghav

CheckBox.jpg

10 Replies
Not applicable
Author

Addition to above, the checkbox selections should not be displayed in Selections Pane.

Thank you.

Raghav

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Why can't you use an extension to create a CheckBox? There are few simple and good ones available on the Branch...

And for the second question: just use the HidePrefix variable:

SET HidePrefix='_';

OrgIDs:

Load * Inline

[

  OrgID, _p_org_id

  1, 1

  2, 2

  3, 3

  4, 4

];

So the _p_org_id field (starts with '_') will not be visible in the Current Selections list.

Regards,

Vladimir

Not applicable
Author

Thanks a lot, Vlad Komarov...

reddy-s
Master II
Master II

Hi Raghav,

An extension should help you achieve this.

Thanks,

Sangram.

Not applicable
Author

Thank you, Sangram...

reddy-s
Master II
Master II

Always Welcome!

thkarner
Partner - Creator III
Partner - Creator III

Hi Raghav,


I would recomment the variable extension. To be found at Qlik Branch

This extension allows you to create buttons, drop-down-lists, inputbox and slider.

If this helps you please mark this post as helpful or correct.

Regards,

Thomas

shyamnr
Contributor
Contributor

How your are able to show checkboxes. ?
Can you help me with this ?
I need to include in my qlik sense project.
shyamnr
Contributor
Contributor

Hi,

I am trying to add some toggle buttons/Checkbox/Radio button in my qlik sense project.

Can you help me to understand the checkbox you are displaying ?