Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

trigger issue

Hi all,

i have field like  category  and   5  values in that  listbox  i am using  select in field  with 4 values  on open trigger

but only it is taking 3 values

select in field  =           Category

value     =                    ("Commit"|"Pipeline"|"Upside"|"Won")

on open  only 3 values are selected   " Won"  is not selecting in the listbox ..   what might be the issue?

1 Solution

Accepted Solutions
Anil_Babu_Samineni

I don't see any problem here.

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
trdandamudi
Master II
Master II

See if you have any leading or trailing blanks for "Won" value.

Anil_Babu_Samineni

I don't see any problem here.

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
soniasweety
Master
Master
Author

thank you its working now..

issue is the other triggers also set for that there is no "won" value thats why it is deselected.