Hello, I am trying to build a query that will allow me to filter based on a specific date but then I would like to build another using that filter but add 14 days.
I was thinking something like:
Status Changed to 'done' AFTER '2018/09/25' ("+14d").
Essentially I am trying to find a list of stories that were marked as done after every two week cycle but based on a specific start date.
I want to be able to change the date in one filter but the others would then would update relative to that change.
There's no way for filters to read each other's settings I'm afraid.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.