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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

I need to fix this asap help please : cannot convert from char to string

I'm having this error, while I'm trying to load a csv file, with a field separator  '|'. The data is from table with identical structure on where I'm trying to load it. ( ALL ARE THE SAME, ccolumn name, data types, description, etc.)

 

0683p000009M0sL.png0683p000009M0ou.png Y if conditions meet, For A value from A -> C or M if conditions meet">Those are the default value of the column in the table design and it will change from N -> Y if conditions meet, For A value from A -> C or M if conditions meet

 

Thanks for any help!

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks for the response. I already fixed it and working perfectly now. Thanks

View solution in original post

2 Replies
Anonymous
Not applicable
Author

It looks like your column (not sure which one as you have blackened it out) is a String and you are assigning 'A' and 'N'. Literal values in single quotes are chars and double quotes are Strings. Either change your column to a Char or your literal values to Strings.

Anonymous
Not applicable
Author

Thanks for the response. I already fixed it and working perfectly now. Thanks