Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Special Character in data

I have this special character in list box  as below

Capture.PNG

I only want to display project Planning.

Thank you.

3 Replies
robert_mika
Master III
Master III

Check your script - maybe you have } instead of ] somewhere.

Otherwise please check your data  as they coming to your application

You can post the script here to examine further.

sunny_talwar

May be this in the script:

Subfield(ProjectPhaseOne, '#', 2) as ProjectPhaseOne

krishna20
Specialist II
Specialist II

Try this,

Purgechar(ProjectPhaseOne,';#')