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: 
selcukcadir
Creator II
Creator II

listbox selection

hi all,

I'm making the choice of year month. I want

  When I select the sample 2013-03

select all the values ​​preceding the date

photos attached

thaks.

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

See the attached file

Hope it helps

View solution in original post

7 Replies
kumarnatarajan
Partner - Specialist
Partner - Specialist

Hi,

Go List Box properties -> Sort Tab -> Then select Sate check box then select "Ascending"

selcukcadir
Creator II
Creator II
Author

I do not want to sort.

is automatically selected from the previous full yearmonth want to chose.

sample png. add

er_mohit
Master II
Master II

You could achieved it though button

see my attached application

selcukcadir
Creator II
Creator II
Author

I do not want to use buttons.

value listbox select "5"  >>> trigger 5-4-3-2-1 seleted

value listbox select "8"  >>> trigger 8-7-6-5-4-3-2-1 seleted

er_mohit
Master II
Master II

see the attached file

in document properties

Trigger -->

Field event --> on select add action see this

first you select the Value

and nort click on button hope it helps

selcukcadir
Creator II
Creator II
Author

value = 1-2-3-4-5 working

but, values ​​in my

not working

LOAD * INLINE [

    Value

    2012-1

    2012-2

    2012-3

    2012-4

    2012-5

    2012-6

    2012-7

    2012-8

    2012-9

    2012-10

    2012-11

    2012-12

];

thanks.

er_mohit
Master II
Master II

See the attached file

Hope it helps