Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jduluc12
Creator
Creator

qlik recognizing numbers as dates from excel

Hi,

My excel file  has one number field which is being recognized as date while loading in qlik.

How to make sure that number comes as number an not as date?

Regards,

Jean

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Hi Jean ,

Try like below,

Num(FieldName) as FieldName

View solution in original post

2 Replies
Anonymous
Not applicable

Try num(Num#(Yourfield)) in load script

tamilarasu
Champion
Champion

Hi Jean ,

Try like below,

Num(FieldName) as FieldName