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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problems with excel and cross table

Hello is the first time that this is happening

I do a cross table and qvw is taking the date from excel as text and i can't change it

I'll put qvw and xls here

Thank you

1 Reply
sunny_talwar

Try this

tabla:

NoConcatenate

LOAD Date(Num#(Fecha)) AS DATE,

  Monto AS MONEY

resident tmp;

drop table tmp;