Automatic cube data validation.
Posted: Fri Feb 11, 2011 6:46 pm
Hello,
Here is the situation, I have a cube that is going to send information to metric designer about wich order the elements in the lines are going to be displayed.
Once it's ordered by this cube, I need to validate if the user won't enter the same order in two or more of these elements.
Is there any way to do this? Like a validation at the Commit button or something?
I tried:
Once I realized that on the Control Cube }ElementAttributes of each dimension you CAN'T repeat the Alias, when you recalculate the Alias changes to the previous valid value automatically. So I tried creating an Alias for the dimension in the lines and use Rules to send values to the }ElementAttributes cube of the dimension.
This way TM1 won't change the Alias in the cube back to a previous valid value.
Does anyone have an idea if this kind of validation is possible, don't forget that I need it automatic so if the only way to test the cells is running a process, is there a way to run it while recalculating or commiting data?
Thanks in advance.
Here is the situation, I have a cube that is going to send information to metric designer about wich order the elements in the lines are going to be displayed.
Once it's ordered by this cube, I need to validate if the user won't enter the same order in two or more of these elements.
Is there any way to do this? Like a validation at the Commit button or something?
I tried:
Once I realized that on the Control Cube }ElementAttributes of each dimension you CAN'T repeat the Alias, when you recalculate the Alias changes to the previous valid value automatically. So I tried creating an Alias for the dimension in the lines and use Rules to send values to the }ElementAttributes cube of the dimension.
This way TM1 won't change the Alias in the cube back to a previous valid value.
Does anyone have an idea if this kind of validation is possible, don't forget that I need it automatic so if the only way to test the cells is running a process, is there a way to run it while recalculating or commiting data?
Thanks in advance.