core.noscript.text
Hi everyone!
I want to know if there's any way to trim quotes from data
Example:
Then Now
"City" City
"Sales per City" Sales per City
"2021-10-31" 2021-10-31
"1417651" 1417651
...
and so on
I'd appreciate your help.
Thanks!
Hi @Cfdiaz2103 ,
Formula tool:
replace([Field_Name],'"',"")
Hope this helps,
M.