Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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