Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

How can we provide check symbol for listbox?

Hi,

I want to provide a check symbol for listbox when data is changing.

For Eg:

- The below listbox shows us that there is only two values based on previously selections.

Capture1.PNG

- When i see the the listbox it should shows as below image.

Capture1.PNG

6 Replies
gandalfgray
Specialist II
Specialist II

The action to use is "Select Possible" for the ProductID field.

Try to add it on the Document Event trigger OnAnySelect

hth/gg

IAMDV
Master II
Master II

Hi Jagan,

As GG mentioned above, you can use the triggers with select possible to have them checked. However, if you don’t want the field to make the selections but wanted to have checkboxes then you need to load a pseudo field.I mean load additional field with some pseudo values and use the checkbox without the text. Then you can place this pseudo field next to your ProductID field. It is definitely not a neat solution but this will get you working. I hope this makes sense.

Cheers - DV

rohit214
Creator III
Creator III

hey jagan

go to document   property > trigger  on Document event trigeer select OnAnySelet in  addaction use select possible.

may be it helps you

thanks

rohit'

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

Hi All,

If i provide SelectPossible action  at OnAnySelect. How can i clear the listbox. B'coz sometimes i want to clear the listbox.

gandalfgray
Specialist II
Specialist II

Hi Jagan

I noticed that it was not possible to clear the checkboxes.

It seems that "clear" and "clear all" also triggers OnAnySelect.

I don't have a solution for that.

May I ask why you want the checkboxes in ProductID?

If there's not a good reason for that I would not recommend it, and you don't need the trigger at all.

regards/gg

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

One of the my client asking this functionality. Anyway thanks a lot for your help.