Jan 27, 2021 06:46 PM
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:
Solved! Go to Solution.
Jan 27, 2021 10:47 PM
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.
Jan 27, 2021 10:47 PM
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.
Jan 28, 2021 05:39 AM
Thank you! :pray: :grinning:
Jan 28, 2021 05:52 AM
You’re welcome! Glad I could help! :slightly_smiling_face: