Help

Re: Removing a tag from many records

Solved
Jump to Solution
786 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Really_ReallyRu
4 - Data Explorer
4 - Data Explorer

I have a multiple choice column.

Many records have a particular tag.

I can filter on another field to get a subset of those records.

How can I remove that particular tag from all of those records

1 Solution

Accepted Solutions

After you create @Kamille_Parks’s formula field, copy the result of the formula field back into the multi-select field that you want to change. Then you can delete the formula field.

See Solution in Thread

4 Replies 4

Delete that option from the field’s configuration.

Won’t that delete it from EVERY record, not just the subset I have filtered to?

Yes, I thought thats what you wanted.

You could create a formula field that is something like this:

SUBSTITUTE({Multiselect field}, "Whatever the tag is", "")

Then fill the multiselect column with the values from the formula field.

After you create @Kamille_Parks’s formula field, copy the result of the formula field back into the multi-select field that you want to change. Then you can delete the formula field.