Time tree
Hello community,
I have a question:
My time axis is as shown bellow
Periode Mois contain M-1,M,M+1. I have created a procedure that we run at the beggining of each month to bind M with the new current month, M-1 with the previous one, M+1 with all the coming ones, but the entity Day is not updated, do I have to create another procedure to update the Day too or is there another way?
Thank you for your help,
Fatima
Answers
-
Dear Fatima,
when you update relationships between "Month" - "Periode Mois" you have also to normalize relationships between "Day" - "Periode Mois" through "Month". Cause Normalize button is not available for dimensions within Time Tree a possible way to reach it is through an extract and reload of the entire Time Tree.
Regards,
Leone
4 -
Dear Leon,
Thank you for your reply.
0 -
In your procedure, you can add another step, and in the "Configure Action" window (for the procedure step) go to the "Data Read" tab, select "Normalize" and choose "Day" from the drop-down list. (Also, tick the "Do Not Fix Missing Relationships ..." check-box - you don't want random dummy Days or Months being added)
0