Hi Everybody,
I want to load specific indicators for an airline company
like:
Number_Of_Flights
Number_Of_Employees
Number_Of_Complaints
Each of these data depend on Time and a specific Characteristic.
We are:
Number_Of_Flights which depends of COUNTRY characteristic
Number_Of_Employees which depends of COST_CENTER characteristic
Number_Of_Complaints which depends of SEGMENTATION characteristic.
I would like to create a characteristic GENERIC which contents in
master data the following characteristics:
- COUNTRY
- COST_CENTER
- SEGMENTATION
So, i will obtain in my infocube the following structure:
Number_Of_Flights | GENERIC | TIME_MONTH --> KFigure
Number_Of_Employees | GENERIC | TIME_MONTH --> KFigure
Number_Of_Complaints | GENERIC | TIME_MONTH --> KFigure
Then, for the characteristic Number_Of_*, i would like
to add Characteristic "DEPEND_ON" which contains the string:
"COUNTRY" --> it means that depend on COUNTRY characteristic
"COST_CENTER" --> it means that depend on COST_CENTER characteristic
"SEGMENTATION" --> it means that depend on SEGMENTATION characteristic
After you, my logic is correct ?
Thanks for your help,
Rodolphe.