Help

Formula that contains a linked record field is adding quotations marks - need to remove

Topic Labels: Formulas
Solved
Jump to Solution
1060 3
cancel
Showing results for 
Search instead for 
Did you mean: 
CottageKeeper
6 - Interface Innovator
6 - Interface Innovator

I have a formula field that includes a linked record field {Supplier}. The result is the text in the linked record field has quotation marks. Is there a way to remove the quotation marks from my results?

DATETIME_FORMAT({Purchase Date},‘YYYY-MM-DD’) & “-” & {Supplier}

2018-03-31-“Supplier ABC - Your Town, WA - Unknown Address”

Many thanks :pray:

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Create a lookup field based on your linked record field (Supplier), and lookup the primary field (which will be the Supplier).

Then, use that lookup field in your formula instead of the linked record field.

See Solution in Thread

3 Replies 3
ScottWorld
18 - Pluto
18 - Pluto

Create a lookup field based on your linked record field (Supplier), and lookup the primary field (which will be the Supplier).

Then, use that lookup field in your formula instead of the linked record field.

Thank you! :pray: :grinning:

You’re welcome! Glad I could help! :slightly_smiling_face: