I am trying to remove the double quote in a column and replace with blank space in spotfire calculated column using below formula
`` RXReplace([mycolumn], "\"", "")
``
I am getting the error for this.
If someone knows the solution please help me
Try this: it worked for me
RXReplace([mycolumn],'\\"','','g')