Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dependent inputbox list

hi everyone

I have taken two input boxes and choosed predefined list and  second box is dependent on the first one

In first one i have added the expression like

=concat(distinct if([sl_date]>=makedate(2010,12,1),[sl_date]),',')

its working fine giving me all dates greater than 1 dec 2010

and i am saving its value in vsl_date variable

in second drop down

=concat( distinct if([cl_date]>= vsl_date,[cl_date]),',')

and it works fine

but some times it doesnt work . Then if i right click on the and choose apply and ok . It starts working fine

can you please help me with this issue so that i dont have to right click on second box to make it working ?

2 Replies
Anonymous
Not applicable
Author

Hi Ashishkoul,

                     can you please share the test application,i think issue is when ever entering the values into input box

after you want to press the enter or click on the application then variables will be work properly.

Regards

Not applicable
Author

Please show the second Input Box after any value selected in First Input Box.