Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Event "Select in Field" is not working for multiple values

Dear All,

I have tried to make a field selection with multiple values through trigger event "Select in field", but not succeeded.

Example: I have a status field with values of Open,Closed, Fulfilled, Partially Fulfilled and Abandoned.

I am able to get selected for all the values except "Partially Fulfilled".

Could you please help me how I can get selected Partially Fulfilled, Fulfilled and Closed values through button event trigger.

Please see the attachment.

1 Solution

Accepted Solutions
israrkhan
Specialist II
Specialist II

Hi ,

Find the attached file, now its selecting ( Fulfilled, Partially Fulfilled, Closed ).

The Right Expression is ='(Fulfilled| " Partially Fulfilled " |Closed)', you were missing " " around the Partially Fulfilled, because it has the space so  " " are necessary..

is this you were looking...

View solution in original post

5 Replies
MayilVahanan

HI

Try like this

(Fulfilled|*Partially*|Closed)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
israrkhan
Specialist II
Specialist II

Hi ,

Find the attached file, now its selecting ( Fulfilled, Partially Fulfilled, Closed ).

The Right Expression is ='(Fulfilled| " Partially Fulfilled " |Closed)', you were missing " " around the Partially Fulfilled, because it has the space so  " " are necessary..

is this you were looking...

Not applicable
Author

Hi Ramasamy,

Thanks for your reply. what if I have 2 values like "Partially Fulfilled" and "Partially Mapped" status are exists and I want to be select only "Partially Fulfilled". How it could be possible?

Not applicable
Author

Thanks IsrarKhan.

Not applicable
Author

Hi,

You can use triggers.

For the first value:

Select in field

For the fllowing:

Toggle Select

BR

Hans