Filter - Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-19 11:05 AM
Hi All ,
I have a collection in the below format, and i want to filter the collection where "Actions"="" [empty], how to construct the query for this issue?
Actions Date Descriptions WIID
[collec1.Actions]="" ---> It is not working as expected. Kindly do help me. Thanks.
------------------------------
Fayaz Ali
RPA Developer
Accenture
UTC
------------------------------
I have a collection in the below format, and i want to filter the collection where "Actions"="" [empty], how to construct the query for this issue?
Actions Date Descriptions WIID
[collec1.Actions]="" ---> It is not working as expected. Kindly do help me. Thanks.
------------------------------
Fayaz Ali
RPA Developer
Accenture
UTC
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-09-19 08:07 AM
"[Actions] = ' ' "
should work where Actions is the column name you want to filter on. Notice the entire thing is in double quotes (") and the empty part is in single quotes (')
More info here: http://portal.blueprism.com/customer-support/support-center#/path/1194312962
------------------------------
John Tomkins
Senior Consultant
Blue Prism
Europe/London
------------------------------
should work where Actions is the column name you want to filter on. Notice the entire thing is in double quotes (") and the empty part is in single quotes (')
More info here: http://portal.blueprism.com/customer-support/support-center#/path/1194312962
------------------------------
John Tomkins
Senior Consultant
Blue Prism
Europe/London
------------------------------
