new bug concerning cross cube feeders in TM1 10.2.2?
Posted: Wed Sep 09, 2015 9:46 pm
I found nothing about the following in a thread or the internet at all
I'm facing the following issue with cross-cube-feeders in TM1 10.2.2 (FP3)
I've one Cube with detailed data on a monthly base (called "Cube A") - dimensions:
- PlanDatenartUmsatz
- PlanVersion
- PlanNiederlassung
- PlanKostenstelle
- PlanPeriode (monthly Base, aggregating to quarters)
- Kennzahlen_Personalplanung
- inPersonalaufwand_m
A 2nd cube is on quarterly period (Cube B) - dimensions:
- PlanDatenartUmsatz
- PlanVersion
- PlanNiederlassung
- PlanPeriodeUmsatz (quarterly base)
- Kennzahlen_Kostenplanung
- inKostenplanung_m
The data in cube B is retrieved by the following rule (the formula is in a IF-condition depending on an attribute of dimension 'Kennzahlen_Kostenplanung' - running well):
IF(ATTRS('Kennzahlen_Kostenplanung',!Kennzahlen_Kostenplanung,'Referenz') @='Cube A',
DB('Cube A','Import',!PlanVersion,!PlanNiederlassung,'Alle',!PlanPeriodeUmsatz, !Kennzahlen_Kostenplanung,'Wert')
...
The Feeder in Cube A is als follows:
['Import','Wert'] => DB(IF(ATTRS('Kennzahlen_Kostenplanung',!Kennzahlen_Personalplanung,'Referenz') @='Cube A','Cube B',''),'Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
1. I removed the condition
['Import','Wert'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
2. I took a specific Quarter:
['Import','Wert','Q3.2015'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
3. I took the identically Target Quarter:
['Import','Wert','Q3.2015'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,'Q3.2015',!Kennzahlen_Personalplanung,'Wert');
Now the Feeder is working!
Am I fool or is there a serious bug in the cross cube feeders?
Why is it no longer possible to feed from a c-element to an identically named n-element?
I'm running crazy...
Additional info:
'Import" and 'Eingabe' are elements of dimension "PlanDatenartUmsatz"
'Wert' is an element in "inKostenplanung_m" and "inPersonalaufwand_m"
Parameters:
PersistantFeeder=T
ParallelInteraction=T
AllowSeparateNandCRules=T
any help is appreciated
hju
I'm facing the following issue with cross-cube-feeders in TM1 10.2.2 (FP3)
I've one Cube with detailed data on a monthly base (called "Cube A") - dimensions:
- PlanDatenartUmsatz
- PlanVersion
- PlanNiederlassung
- PlanKostenstelle
- PlanPeriode (monthly Base, aggregating to quarters)
- Kennzahlen_Personalplanung
- inPersonalaufwand_m
A 2nd cube is on quarterly period (Cube B) - dimensions:
- PlanDatenartUmsatz
- PlanVersion
- PlanNiederlassung
- PlanPeriodeUmsatz (quarterly base)
- Kennzahlen_Kostenplanung
- inKostenplanung_m
The data in cube B is retrieved by the following rule (the formula is in a IF-condition depending on an attribute of dimension 'Kennzahlen_Kostenplanung' - running well):
IF(ATTRS('Kennzahlen_Kostenplanung',!Kennzahlen_Kostenplanung,'Referenz') @='Cube A',
DB('Cube A','Import',!PlanVersion,!PlanNiederlassung,'Alle',!PlanPeriodeUmsatz, !Kennzahlen_Kostenplanung,'Wert')
...
The Feeder in Cube A is als follows:
['Import','Wert'] => DB(IF(ATTRS('Kennzahlen_Kostenplanung',!Kennzahlen_Personalplanung,'Referenz') @='Cube A','Cube B',''),'Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
1. I removed the condition
['Import','Wert'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
2. I took a specific Quarter:
['Import','Wert','Q3.2015'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,!PlanPeriode,!Kennzahlen_Personalplanung,'Wert');
The Feeder is not working
3. I took the identically Target Quarter:
['Import','Wert','Q3.2015'] => DB('Cube B','Eingabe',!PlanVersion,!PlanNiederlassung,'Q3.2015',!Kennzahlen_Personalplanung,'Wert');
Now the Feeder is working!
Am I fool or is there a serious bug in the cross cube feeders?
Why is it no longer possible to feed from a c-element to an identically named n-element?
I'm running crazy...
Additional info:
'Import" and 'Eingabe' are elements of dimension "PlanDatenartUmsatz"
'Wert' is an element in "inKostenplanung_m" and "inPersonalaufwand_m"
Parameters:
PersistantFeeder=T
ParallelInteraction=T
AllowSeparateNandCRules=T
any help is appreciated
hju