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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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

1 Solution

Accepted Solutions
marcus_sommer

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

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