Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

square brackets not working

Hi experts

In my Qlik script I would like to code this line:

[00O2TILSMDWJP8VNCMUCD86VB] as [Net (CR) [CHF]],

But double square brackets is not working. Now I read about ASCII coding.

[Net (CR) &chr(CHF)&]] also doesn't work?

Any ideas?

Many thanks!

1 Solution

Accepted Solutions
Kushal_Chawda

use double quotes like this

 as "Net (CR) [CHF]"

View solution in original post

2 Replies
Kushal_Chawda

use double quotes like this

 as "Net (CR) [CHF]"

lironbaram
Partner - Master III
Partner - Master III

hi 

you can do like this 

[00O2TILSMDWJP8VNCMUCD86VB] as "Net (CR) [CHF]",