Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replace with '

Hi,

   I need to replace a character with '. Please help me on this. Below is the example

   replace(children**s,'**',''')

   output should be children's

  Anybody??

Thanks,

Ravi.

Labels (1)
2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try: replace('children**s','**',chr(39))


talk is cheap, supply exceeds demand
Not applicable
Author

Wonderful. Thanks for the quick response, Its working