jchewsmith
Technical User
I have a field in a table that contains various info based on customer. I want to extract a portion of the field into a new column in a view based on a name in the field.
Example my column "option" contains the following info:
product, widget; name,'Jones; address, 123 main; date, 1/1/2016; sex, male' age, 50;
I want my new column to only pull all information after name and before age?
Example my column "option" contains the following info:
product, widget; name,'Jones; address, 123 main; date, 1/1/2016; sex, male' age, 50;
I want my new column to only pull all information after name and before age?