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