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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
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;