I am trying to build a calendar based dimension, where the first level is a month, next level is week and the third level is the day within the week. Sounds quite simple. So, at Level 1, I have Months with the pattern MMM. Level 2, I have Weeks with the pattern 'Wk'w, and level 2, I have Days with the pattern d.
Now comes the problem - I realize the problem too, but, need advice to fix it - the days of the month (atleast from 1 to 28) repeat every month. Hence, they might end up being duplicate elements. Jedox resolves it by suffixing the dates with month and year. We can also manually avoid it by changing the pattern to yyyyMMdd or similar.
When I do the data preview after that, I get a message:
"Avoiding multiple consolidation of node Wk14 by renaming to Wk14 04.1. Please verify your generation pattern!"
When I go to Wk14, I notice that it spans between 29-Mar-2015 and 04-Apr-2015. In order to (again) avoid the element with multiple hierarchies, Jedox changes the name of the week.
But, for my reporting, I need the standard weekly convention. Could you suggest an alternate way to handle this?
Thanks,
Kiran
Now comes the problem - I realize the problem too, but, need advice to fix it - the days of the month (atleast from 1 to 28) repeat every month. Hence, they might end up being duplicate elements. Jedox resolves it by suffixing the dates with month and year. We can also manually avoid it by changing the pattern to yyyyMMdd or similar.
When I do the data preview after that, I get a message:
"Avoiding multiple consolidation of node Wk14 by renaming to Wk14 04.1. Please verify your generation pattern!"
When I go to Wk14, I notice that it spans between 29-Mar-2015 and 04-Apr-2015. In order to (again) avoid the element with multiple hierarchies, Jedox changes the name of the week.
But, for my reporting, I need the standard weekly convention. Could you suggest an alternate way to handle this?
Thanks,
Kiran