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

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.

Labels (1)
3 Replies
robert_mika

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,';#')