Define own date intervals with startDate and endDate in a new variable
问题 I am struggling with a date calculation to define my own range for a bar chart series. My dynamic dates are parameters the timestamp parameters "timestamp1", "timestamp2", "timestamp3", "timestamp4" wheras I want to create the intervals interval1: days between "timestamp1" and "timestamp2" interval2: days between "timestamp3" and "timestamp4". What is the expression that I have to add to my variables in order to have two time intervals for my bar chart series? I am completely lost with this