Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys im stuck in with my situation, where i need to create a table base on start and end date
ID | Name | StartDate | EndDate |
1 | Ben | 2019-01-15 | 2019-03-14 |
2 | Ren | 2019-03-12 | 2019-06-11 |
and the output must be like this
Date | ID | Name | StartDate | EndDate |
2019-01-01 | 1 | Ben | 2019-01-15 | 2019-03-14 |
2019-02-01 | 1 | Ben | 2019-01-15 | 2019-03-14 |
2019-03-01 | 1 | Ben | 2019-01-01 | 2019-03-14 |
2019-03-01 | 2 | Ren | 2019-03-12 | 2019-06-11 |
2019-04-01 | 2 | Ren | 2019-03-12 | 2019-06-11 |
2019-05-01 | 2 | Ren | 2019-03-12 | 2019-06-11 |
2019-06-01 | 2 | Ren | 2019-03-12 | 2019-06-11 |
does anyone have an idea how to handle this kind in qlik sense
Thanks
See this blog post for an example: https://community.qlik.com/t5/Qlik-Design-Blog/Creating-Reference-Dates-for-Intervals/ba-p/1463944
Works in Qlik Sense too.