Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic List Boxes, change based on table selected in container.

I want to set up some List Boxes that change to certain fields based on which table is selected in a container. I have for example Table 1, Table 2 and Table 3 in my container.

Lets say they each have a Create Date column/field, they are not linked but I want that list box to show the create date specific to each table. If I select Table 1 the list box should display Table 1's Create date, and if I clink on Table 2 the list box should update and show the Create date of that table.

Thank you,

Alam

4 Replies
ecolomer
Master II
Master II

Here you have an example for Dinamic List:

maxgro
MVP
MVP

replace container with 3 charts and use button to display chart and listbox: in button you can set a variable (1,2,3) and use that variable to conditionally show/hide chart and listbox

or

use a single object container with 3 grid container inside

every grid container has the chart and the listbox for that chart

emiledavis
Contributor III
Contributor III

This is exactly what I've been looking for!  At first, the caption on the dynamic list box wasn't working.  I ended up using =Only([$Field]) as the caption.  Works like a charm. Thanks for posting!

saimahasan
Partner - Creator III
Partner - Creator III

Hi

If your query has been resolved then please mark the discussion as closed.