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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replace string with a quote inside string

  Hi,

i want to repalce

the string  >} inside the string tbl_Diagram_frm1_2 with a string wich contains some quotes -->

', DateYYYY_kum= {'>=$(Datumfilter1)'}, DateYYYY_kum= {'<= $(Datumfilter2)'} >}')

i tried -->

=

replace ( tbl_Diagram_frm1_2, ' >}', ', DateYYYY_kum= {'>=$(Datumfilter1)'}, DateYYYY_kum= {'<=

$(Datumfilter2)'} >}')

but it dosnt work - i think because of the quotes - i need some input about that

thanks in advance

regards

Georg

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

Change quote in your replacement string to Chr(39)

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

For special characters use CHR() instruction to replace or combine strings

anbu1984
Master III
Master III

Change quote in your replacement string to Chr(39)

Not applicable
Author


perfect! thanks a lot!

Not applicable
Author

great help! thanks!