spotfiretibcospotfire-analystspotfire-webplayer

Replace double quotes with blank space in Tibco Spotfire


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


Solution

  • Try this: it worked for me

    RXReplace([mycolumn],'\\"','','g')