Question:
I am creating a data view to show 30 weeks in future, but want to skip first five weeks. For example if we start from current week, which is
week 14 I want data view to show from week 19 onwards.
I tried using offset of 5 but it doesn't work, can anyone help me get this view right.
Thanks in advance
Answer:
Give the planning start as 5 weeks in future.
Answer:
It won't be rolling offset of 5weeks if we put the planning start date. Once we reach week 19 it will do the same thing again.
Thanks for help.