Hi,
I'm trying to group data by a field in the database. The data contained is formatted with extra characters that I would like to strip out. For example:
Database value Formatted value
|12|Beef should be: Beef
|24|Chicken should be Chicken
I now that I can create a formula that will fix this for all known values(if value = |12|Beef then "Beef") but I would liek to know if there is a way to do this so that I can accomodate any unknown values. For example is it possible to create a formula that would ignore or strip everything before the second pipe?
Thanks in advance!
I'm trying to group data by a field in the database. The data contained is formatted with extra characters that I would like to strip out. For example:
Database value Formatted value
|12|Beef should be: Beef
|24|Chicken should be Chicken
I now that I can create a formula that will fix this for all known values(if value = |12|Beef then "Beef") but I would liek to know if there is a way to do this so that I can accomodate any unknown values. For example is it possible to create a formula that would ignore or strip everything before the second pipe?
Thanks in advance!