Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating listbox Week dimension header

Dear all,

Can somebody explain me how to create a special type of  listbox (see orange selected are)?

Epos - dimensie Time as Listbox.jpg

Thanks for your help.

Greets,

Rega

1 Reply
JonnyPoole
Former Employee
Former Employee

the presentation tab properties of the list box allow you to disable 'single column'. then you can resize the object horizontally. you probably want to align the values centered.

you can use any field in the data model for this, or you can browse to the bottom of the list and use a function.

If you have a date field (that qlik recognizes as a date). do something like

week( <DateField>)

or

weekname ( <DateField>)