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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
reijk317
Contributor II
Contributor II

Table with dates

I need some help.

I have a table with a id, startdate and enddate.

I like to make a table with the id and the dates like my example.

How do ik do this.

My next question is, how can i display this in a calendar like this?

2 Replies
Anil_Babu_Samineni

1) Like this

Load ID, Startdate + Iterno()-1 as Date

While Startdate + Iterno()-1 <= Enddate;

Load ID, Startdate, Enddate From Table;

2) You need to develop this using Pivot table.

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
woshua5550
Creator III
Creator III

plz check the attachment,hope it can help you

1.png