You can remove quotes using this formula:
column1.replace("[\"","").replace("\"]","")
Replace 'column1' with your column name.
You can remove quotes using this formula:
column1.replace("[\"","").replace("\"]","")
Replace 'column1' with your column name.
<%= block.description %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.