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

Qlikview File Loading

doubt.PNG

When I upload the excel file, Qlikview converts the columns as showing above. I need to remove "Sheer1$" from each column so that I can join it with other table containing Cust Country column. How do I do this? Please help

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer
MVP
MVP

This happens because there is somewhere a qualify statement within your script - use simply unqualify or remove the other statement.

Qualify *;

Unqualify *;

- Marcus

View solution in original post

2 Replies
marcus_sommer
MVP
MVP

This happens because there is somewhere a qualify statement within your script - use simply unqualify or remove the other statement.

Qualify *;

Unqualify *;

- Marcus

Not applicable
Author

Cool, it works. Thank you Marcus