So I have project list. A module which captures weekly update of the project, its not dimensioned by time.
I record the previous weeks updates using an action, avoiding time completely.
Currently i have 10 line items in my module which captures previous week's updates. Is there a way i can give a view to the end user where project updates are displayed by these aforementioned "previous week updates' line items.
For example, I select a filter previous update (two weeks prior) then only show values for that week ?
I do not understand the problem completely, but here is a generic solution.
1. Create a line item in your model and run a [Anaplan Conect] script that will update the date from the server to this line item.
2. For every change that you make to the data copy the Date/timestamp to a new line item
3. Create a boolean filter with a formula ~ Server Date-Timestamp<=7 Days
4. Apply this filter on the grid view. Now the view will only show records updated in the last week.