Problem with Feeder....?
Posted: Tue Oct 16, 2012 6:14 pm
Hi All,
I am trying to copy data from Actual Scenario to RF till the closing period.
From Oct to Dec there is a rolling forecast data which I don’t want to overwrite with ‘0’.
Rule:
SKIPCHECK;
['RF']=N:IF(NUMBR(SUBST(DB('System','Latest Actuals Month','Value'),1,4))=NUMBR(SUBST(!Time,1,4)) &
NUMBR(SUBST(DB('System','Latest Actuals Month','Value'),6,2))>=NUMBR(SUBST(!Time,6,2)),
['Actual'],
STET);
I see the data for Jan - Sep. But, i don't see the data at Q1, Q2, Q3 and Total Year.
Looks to me a feeder issue...but not sure what feeder needs to be used.
Can anyone please help me with the Feeder?
Thanks in Advance.
Appz
I am trying to copy data from Actual Scenario to RF till the closing period.
From Oct to Dec there is a rolling forecast data which I don’t want to overwrite with ‘0’.
Rule:
SKIPCHECK;
['RF']=N:IF(NUMBR(SUBST(DB('System','Latest Actuals Month','Value'),1,4))=NUMBR(SUBST(!Time,1,4)) &
NUMBR(SUBST(DB('System','Latest Actuals Month','Value'),6,2))>=NUMBR(SUBST(!Time,6,2)),
['Actual'],
STET);
I see the data for Jan - Sep. But, i don't see the data at Q1, Q2, Q3 and Total Year.
Looks to me a feeder issue...but not sure what feeder needs to be used.
Can anyone please help me with the Feeder?
Thanks in Advance.
Appz