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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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
MVP
MVP

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
MVP
MVP

May be this in the script:

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

krishna20
Specialist II
Specialist II

Try this,

Purgechar(ProjectPhaseOne,';#')