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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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,';#')