feeder doesn't work
Posted: Sun Oct 26, 2014 9:02 am
hi experts,
I have a question regarding feeder, please help me if you have any suggestion.
there are two cube, BUI and BUIII.
the field 'reference' of BUIII is coming from the field 'CCInput' of BUI, which means BUI is source cube, BUIII is target cube.
I create a feeder in rule of BU1 like below:
FEEDERS;
['CCInput']=>DB('BUIII', !Costcenter, !Costcenter, !InternalOrder, !Budget_Month, 'Reference');
Then in rule of BUIII, I get the value of 'CCInput', and give it to 'Reference'.
#reference
['Reference']=N:DB('BU1', !Costcenter, !InternalOrder, !CostElement, !Budget_Month, 'CCInput');
but when I check feeders in BUIII, unfortunately, fed failed...
does anyone have any suggestions, thanks in advance.
I have a question regarding feeder, please help me if you have any suggestion.
there are two cube, BUI and BUIII.
the field 'reference' of BUIII is coming from the field 'CCInput' of BUI, which means BUI is source cube, BUIII is target cube.
I create a feeder in rule of BU1 like below:
FEEDERS;
['CCInput']=>DB('BUIII', !Costcenter, !Costcenter, !InternalOrder, !Budget_Month, 'Reference');
Then in rule of BUIII, I get the value of 'CCInput', and give it to 'Reference'.
#reference
['Reference']=N:DB('BU1', !Costcenter, !InternalOrder, !CostElement, !Budget_Month, 'CCInput');
but when I check feeders in BUIII, unfortunately, fed failed...
does anyone have any suggestions, thanks in advance.