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

Make WeekNumber.Year date out of normal date with sorting option

Hello,

I've got my problem solved partly but I think i need a little help here

I got normal dates like

15.02.2021
17.02.2021
18.02.2021
16.02.2021
16.02.2021
04.11.2020
03.11.2020
07.12.2020
20.02.2021

 

FYI: It is just a grasp of data and the chart below is not reflecting this table 1:1

I can create a date like Week Number and Year by 

Week(MyDate) & ' ' & WeekYear(MyDate) as MyNewDates, but in a chart it is completely mess like in the capture

 

Capture.PNG

1. Is my approach proper?

2.How to make this field numeric(?) to let it goes in order of years and weeks?

3. Ideally I would like to have it  presented as
Week 4,     Week5 
2020,          2021

Is it possible to create?

 

Labels (3)
2 Replies
Or
MVP
MVP

Try WeekName(YourDate) instead.

 

tresesco
MVP
MVP

The above solution should work fine. However, if you are very particular about the format, try with dual() as I suggested in your another thread, here: https://community.qlik.com/t5/QlikView-App-Dev/Make-a-weekdate-weekly-intervals/m-p/1839961#M1215204