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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Reply
sunny_talwar

Try this

tabla:

NoConcatenate

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

  Monto AS MONEY

resident tmp;

drop table tmp;