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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Integrating a checkbox in a chart

Hi,

I'd like to know if there is any ways of achiving this need.

I have a chart with dimensions and expressions:

Dim1Dim2Dim3Duration (expression)
Ticket 1Application ASite 100:10
Ticket 2Application BSite 104:05
Ticket 3Application CSite 200:30

This chart helps me to identify which tickets i want to keep in my active selection

that's why i would like to integrate in a column a windows style checkbox

Dim1Dim2Dim3Duration (expression)
OTicket 1Application ASite 100:10
OTicket 2Application BSite 104:05
OTicket 3Application CSite 200:30

I know the listbox item has that feature but is it possible with chart items (I need to calculate things and filter using set analysis).

Any idea ? Thanks in advance

2 Replies
Not applicable
Author

Getting the checkbox is not the problem:

qv.png

Just add a dimension with a fixed value of "O"

But what would you like to happen when you click a checkbox? E.g. if you check the second line, would that result in a selection of Ticket 2, Site 1 and Application B?

If so, why limit the user with a checkbox, just let them select the dimensions they want to use in de table.

qv2.png

Not applicable
Author

It's a kid of shopping list of the data i wan't to use for other reports.

This list gives me calculted informations that allows me to decide wether or not they have to be in my reporting.

As i cannot ctrl+click to select multiple items in a chart object, i want to add a checkbox in each line to tell if i need to have them.

The listbox object is ok to do that but I cannot use set analysis to restrict data that is in.