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: 
EAK
Contributor
Contributor

Ecel upload and crosstable --Date format as text

Hi

I uploaded attached excel file including dates.

While uploding I  am using crosstable function in order to get tranpose value.(everything is ok )

However the date format occurs as text. I tried many functions (date, date#, date(date#), floor etc)

But I couldnt change the format. (pls see attached file)

Is it due to the crosstable function?

Is there any way to change the format text to date?

 

Thanks a lot.

Labels (3)
3 Replies
EAK
Contributor
Contributor
Author

 
marcus_sommer

Try it with: date(num#(YourDateField))

- Marcus