Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have this first dataset:
I have the two other datasets:
Release and Sprint
I have created a chart like this in QV:
I want to include Sprint in this chart but dont have any key between them in my original application. (The snapshots are from a mockup). I just have Release dates and Sprint dates.
Is there a way to join sprint data with main data?
Thanks,
YASH
Hi Yashcena,
I think that depends on how you want to merge your data, I guess maybe what you want is
if "Date" is between SprintStart and SprintEnd, then join the "Sprint" column to the first dataset.
Is that correct?
If yes, you may need to use intervalmatch(), you will get the result.
Aiolos
I actually want to see all the Sprints that fall within a Release.
Both Release and Sprint have End and Start dates. How should I use intervalmatch()?
TIA!
Hi Yashcena,
Hope that's what you want.
Aiolos
Thank you! This is what I was looking for. 🙂
Glad to help you~