Hey Guys I have a data set and I want to filter the records whose last name starts with S.
Thanks.
Solved! Go to Solution.
@JenzEkan you should be able to use a Filter expression with StartsWith([SurnameField], ‘S’) - your records of interest will come out of the top (True) anchor.
Sorry Guys,
Let me share the data set with you. In case of below data set, please let me know your inputs.
James*Stanford
Henry*Landmark
Mary*Shane*Jane
Sheen*Stans
@JenzEkan , You can do it in 2 ways. I have used both Regex_Match function and regex tool to achieve your desired output. You can consider any based on your requirement.
Using Filter Tool:
Using Regex Tool:
User | Count |
---|---|
107 | |
82 | |
72 | |
54 | |
40 |