Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-10-19 12:19 PM
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
------------------------------
Is this possible with Utility - Collection Manipulation- Filter Collection?
------------------------------
Beginner engineer
TTakahashi
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-19 02:40 AM
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
"[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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-19 02:40 AM
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
"[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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-19 10:50 AM
Dave-san
Thank you for the reply.
I understood how to use about quotation marks position.
Many thanks,
-------------
Tomomi Takahashi
Tokyo,Japan
-------------
------------------------------
Enjineer
NBI
------------------------------
Thank you for the reply.
I understood how to use about quotation marks position.
Many thanks,
-------------
Tomomi Takahashi
Tokyo,Japan
-------------
------------------------------
Enjineer
NBI
------------------------------
