I put one of my dimensions (month list) into Pages to use in the drop-down menu to see specific month’s stats. But it shows additional options in it.
In fact, in previous cubes I had names of 12 months but I wanted to change their name to number of month. So I changed it in the postgresql query. Now in the new cube, I see 12 month number in addition to previous 12 month name.
Previous month list in the Pages drop down menu: Jan, Feb, Mar, Apr, May, June, July, Aug, Sept, Oct, Nov, Dec
Now in drop down menu I see: 1,2,3,4,5,6,7,8,9,10,11,12,Jan, Feb, Mar, Apr, May, June, July, Aug, Sept, Oct, Nov, Dec
I think every time I change that column all previous values of that column still shows in the drop down menu.
but I expect to see new values(month number) and not old values(month name). what is the problem? Is it related to cache or something?