Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
anushree1
Specialist II
Specialist II

Automatic Selection

Hi,

I have a list box based on an expression , when I make selection on it, corresponding value of another field which is derived using the field in the list box is getting selected, meaning the possible value which is supposed to be in white is getting selected with the green color and showing up on current selections box

I am unable to find the reason behind this, I would not be able to share the application as it has real time data

1 Solution

Accepted Solutions
anushree1
Specialist II
Specialist II
Author

The issue was because I was creating the list box field using an expression which involved another field  once I happened to change it to a recursive expression things started working..

Thanks for all the replies

View solution in original post

3 Replies
Or
MVP
MVP

Check under Document Properties / Triggers.

It might be under "On Any Selection", on the specific field's selection trigger, or under a variable's OnChange trigger. Any of these could result in the behavior you describe.

balabhaskarqlik

May be this:

Some example:

You can create PosId list box with below config: New List Box / Field / < Expression >

In expression box, enter as:

=MIN(PosId)

Then when you select the ShopId, value in this box will always show the minimum possible.

OR

There is an Field Event Trigger.

anushree1
Specialist II
Specialist II
Author

The issue was because I was creating the list box field using an expression which involved another field  once I happened to change it to a recursive expression things started working..

Thanks for all the replies