Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JustinDallas
Specialist III
Specialist III

QlikSense-Load Excel File with '$'-sign in Fieldname

Hello Folks,

 

I've been supplied an Excel file that has a '$'-sign in a fieldname.  

SomeTable:
Load 
"Awd $(by X)"
FROM [lib://Excel File From Hell.xlsx]

 

The core of the issue is that qlik keeps trying to expand the dollar sign, and then not loading the field and sometimes erroring out.

I have attached a demo Excel file in case anyone wanted to try.

 

Any help is greatly appreciated.

 

Labels (2)
1 Solution

Accepted Solutions
E_Røse
Creator II
Creator II

use the no labels keyword

 

[Sheet1]:
LOAD
	[A] as [first column]
 FROM [lib://DataFiles/Qlik Test Load.xlsx]
(ooxml, no labels, header is 1 lines, table is Sheet1);

 

Elin_Rse_0-1677101592990.png

 

Please like and mark my answer as a solution, if it resolved your issue.

View solution in original post

1 Reply
E_Røse
Creator II
Creator II

use the no labels keyword

 

[Sheet1]:
LOAD
	[A] as [first column]
 FROM [lib://DataFiles/Qlik Test Load.xlsx]
(ooxml, no labels, header is 1 lines, table is Sheet1);

 

Elin_Rse_0-1677101592990.png

 

Please like and mark my answer as a solution, if it resolved your issue.