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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
fabb95501
Partner - Contributor III
Partner - Contributor III

Issue with the symbol ' into dropdown list and set analysis

Hi all,

in the Qlikview file attached, when I select a value from dropdown list (field: country) which contains the following symbol ' (in this case "Cote d'Ivoire"), it causes an error in the set analysis (see the file attached).

The value "Cote d'Ivoire" is mandatory into dropdown list box.

I attached even the Excel file, which contains values for dropdown list, if you feel necessary change the field format into Excel file.

Regards,

Fabio

 

1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

replace ' in the set expressions with "

e.g. Country Check]={"$(vCountry)"}

check the new text object in the attached

But a bigger question. why are you doing it as variables? why not just give simple country, region, filterbox. Wouldnt that be simpler?

View solution in original post

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

replace ' in the set expressions with "

e.g. Country Check]={"$(vCountry)"}

check the new text object in the attached

But a bigger question. why are you doing it as variables? why not just give simple country, region, filterbox. Wouldnt that be simpler?

fabb95501
Partner - Contributor III
Partner - Contributor III
Author

Hi, thanks for your answer.

In my complete application, I need a form that can't filter data into other object, that's why I use variables.

Regards,

Fabio