Hi Edith,
You actually could change your element names as below:You can add a new alias to the dimension called "NewName".
And in that alias populate the name you want your elements to have.
Then create a TI process with just the line below in it (replace <DimName> with the name of your dimension) and run it once.
SwapAliasWithPrincipalName ( <DimName>, 'NewName', 0 );
That will swap the names in your alias with the principal names, after this you can delete the "NewName" alias.
Just be careful that if you specifically use the element name on rules or TI processes, they will need to be updated.
Or you can amend your TI process to load accordingly:
Take SubSt ( vMonth, 4, 3 ) as you have and that will give you the month name in English as per the datasource (strips off the 07- from the front which i assume is the day number) then you can have an Engligh Alias in your month dimension for where the names differ.
TM1 allows you to use alias names in statements just as it allows you to use the Prinipal Name.
------------------------------
Declan Rodger
------------------------------
Original Message:
Sent: Fri November 13, 2020 09:30 AM
From: Edith Aquino
Subject: How to fix a misspelled member name if it already has data and cubes associated
Hello, my name is Edith Aquino and I'm learning IBM Planning Analytics, I tried to run a process but I get and error due to a missmatch in the names of the Month dimension members and the data in the table for my Franchisce Revenue.
Here's my script, the origin of the data and the month Dimension:
------------------------------
Edith Aquino
------------------------------
#PlanningAnalyticswithWatson