Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The Data:
The Goal:
I would like to have a chart that shows how many members we had within a given period. For example, the dimension would be 'date' and the measure would be 'count if (startDate <= date <= endDate)'.
I would also like the date to be aggregable e.g. monthly, quarterly, yearly. I would also like the data to be responsive to filters e.g. if the users are filtered by 'Age = x'.
What I've Tried:
I have tried creating a bar chart using the set expression:
However all bars end up being the same height.
HI @_Scott_
We need to use intervalmatch concept.
For your Reference:
https://community.qlik.com/t5/QlikView-Documents/Intervalmatch-example-with-dates/ta-p/1488212
https://community.qlik.com/t5/Qlik-Design-Blog/Using-IntervalMatch/ba-p/1475510
https://community.qlik.com/t5/New-to-QlikView/What-is-interval-match/td-p/88588
HI @_Scott_
We need to use intervalmatch concept.
For your Reference:
https://community.qlik.com/t5/QlikView-Documents/Intervalmatch-example-with-dates/ta-p/1488212
https://community.qlik.com/t5/Qlik-Design-Blog/Using-IntervalMatch/ba-p/1475510
https://community.qlik.com/t5/New-to-QlikView/What-is-interval-match/td-p/88588
Brilliant! That is exactly what I was looking for.