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: 
Anonymous
Not applicable

Select possible values in Listbox

Hi,

How do I select automatically all available values in a Field. I want to select all StartDates values automatically, as I click on an EffectiveDate?

Capture.PNG

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Trigger for this.

     Go to Document properties-->Triggers tab-->FieldEvent Triggers-->select the Effective date field-->Click on the add action button under on select.

     clcik Add button-->Use Select Possible-->Use the Field name

Celambarasan

View solution in original post

7 Replies
Anonymous
Not applicable
Author

Use action "Select Possible" in field StartDate.  Action to be triggered by selection in EffectiveDate.

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Trigger for this.

     Go to Document properties-->Triggers tab-->FieldEvent Triggers-->select the Effective date field-->Click on the add action button under on select.

     clcik Add button-->Use Select Possible-->Use the Field name

Celambarasan

Anonymous
Not applicable
Author

It only works when I select Possible first for the list box i.e. I right click and click on "Select Possible".

Then after that it works automatically. But when I Clear All, I have to do it again.

Select Possible for the Action is not working, domI need to change some setting.

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Have you added the trigger?

Celambarasan

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

Check by using onchange event trigger too.

Celambarasan

Anonymous
Not applicable
Author

Hi,

Just realized something, it wasn't working because I had "=StartDate" instead of StartDate.

Now everything is working.

Thanks for your Help, Really Appreciated.

riyazasma1009
Creator
Creator

I have a similar requirement in QlikSense. Is it possible?