First word of a field

Hi

How could I create a computed column tha shows just the first word of a sentence of another column?

Example

Column “Name” = Sandra Bullock
Computed Field = Sandra

Thanks!

I saw this related post yesterday

1 Like

You could use the Extract Matching Text plugin for this.

^(\w+)

5 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.