cancel
Showing results for 
Search instead for 
Did you mean: 

How to use filter collection

TomomiTakahashi
Level 2
One of field in the collection is the flag data type. I want to filter this flag to "False".
Is this possible with Utility - Collection Manipulation- Filter Collection?

------------------------------
Beginner engineer
TTakahashi
------------------------------
1 BEST ANSWER

Helpful Answers

david.l.morris
Level 15
Let's say your field name is FlagField, your filter would look like this, including the quotation marks:
"[FlagField]=False"

True and False are values you can use outside of quotation marks so you just check to see if the field literally equals False.

------------------------------
Dave Morris
3Ci @ Southern Company
Atlanta, GA
------------------------------

Dave Morris, 3Ci at Southern Company

View answer in original post

2 REPLIES 2

david.l.morris
Level 15
Let's say your field name is FlagField, your filter would look like this, including the quotation marks:
"[FlagField]=False"

True and False are values you can use outside of quotation marks so you just check to see if the field literally equals False.

------------------------------
Dave Morris
3Ci @ Southern Company
Atlanta, GA
------------------------------

Dave Morris, 3Ci at Southern Company

Dave-san

Thank you for the reply.
I understood how to use about quotation marks position.
Many thanks,

-------------
Tomomi Takahashi
Tokyo,Japan
-------------



------------------------------
Enjineer
NBI
------------------------------