Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
goro2010
Creator
Creator

Calculating Dates based on weeks from last Friday date

Good Day,

I hope someone would be able to assist me, I am looking to built a routing table from dates.

By having a pinned date, I would need to be able to generate dates based on the indicators.

For example, if I have an indicator called EV1, then every week from the pinned date, a date needs to be generated, if I should have an indicator like W13, then from the pinned date, there should only be one date generated for 13 weeks ahead.

Could someone please advise me if the above would be possible?

Thank You

Labels (2)
1 Reply
qliksus
Specialist II
Specialist II

Not sure if u understood your issue clearly but you can add the value to be added in a loop and just add it . For EV1 you create a date after a week so pass the value as 7 for EV13 it should be 13 weeks ahead so it should be 91 put the number you want to add in each categotry and loop it

for each I in 7,91

load pinneddate
pinneddate + I as Date

autogenerate(1) ;

next