Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
laurapage
Contributor
Contributor

Date Format

I have loaded a set of data based on dates.  I have created my chart, but for the life of me I cannot get the data to be sorted by calendar function rather than descending order. 

The date format is DD/MM/YYYY and is recognised as Data in the excel sheet.  

I am trying to amend the sorting category, and sort by this field, however I cannot figure out what the expression should be to organise by chronological order. 

 

 

Labels (1)
  • Date

3 Replies
Anil_Babu_Samineni

How is the input looks like that? And how you are getting data? Can you convert that to Number format like

Num(DateField) as Expression and Ascending order

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Vegar
MVP
MVP

You can tell Qlikview that your excel column I formatted as DD/MM/YYYY by loading it like this:

LOAD 

DATE#(DateColumn, 'DD/MM/YYYY') as DateColumn,

...

FROM ...

laurapage
Contributor
Contributor
Author

Thanks for options.  It seemed that when i changed it to YEar.Qtr then it seemed to work.