How to Filter a Collection Column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-21 01:04 PM
Hello, Everyone.
I just collected a series of data with rows and columns from an Excel File.
But how do I filter it out?
So I only have a collection with a specific column.
Thank you!
------------------------------
JOHNREY GABARRA
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-21 03:05 PM
It would look basically like this
"[Field Name] = 'Value Here'" if using parameters you can use "[Field Name] = '" & [Data Item & "'"
This is for operators
"[Field Name] = 'Value Here'"
"[Field Name] <> 'Value Here'"
"[Field Name] Like '% Value Here'"
"[Field Name] not like '% Value Here'"
Exemple:
If it helped you, mark it as useful =]
------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55081988869544
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-21 04:40 PM
Hello, Thank you for answering.
I'm still trying to learn Blue Prism.
From my understanding Filter finds anything that answers the Syntax and Filters it.
Although I'm trying to find out how to take all the the Data in a Column.
Where the first Row is a Header.
------------------------------
JOHNREY GABARRA
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-21 05:14 PM
Do you want to get a single excel column? If so, you can use the MS Excel VBO action:
1st Get Worksheet as collection (Offset): to capture a certain range of information then in your case it would look like this:
Meu arquivo tem 3 colunas:
Column Name 1, Column Name 2, Column Name 3
Esse foi o resultado.
If I helped you mark it as useful
------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55081988869544
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-21 11:53 AM
https://blueprism.training/blog/basics/filter-collection/
------------------------------
------------------------------
Vipul Tiwari
Senior Process Simplification and Optimization Designer(Solutions Architect)
Fidelity International
------------------------------
------------------------------
