Page 1 of 1

Got some problem about FEEDSTRINGS

Posted: Mon Mar 28, 2011 3:50 am
by BlueTopaz
Hi guys,

One quick question, I got some problem about feeding string.

My rule is

['Transfer Plan'] = S:
DB('Transfer by Month', !dim1, !dim2,STR(DB('Transfer by Unit', !dim1, !dim2, !GBL Project System ID, 'Transfer Period'),2,0), 'Period');

The rule returns correct value, unfortunately, when I trace feeders I is not fed.

Then I inserted FEEDSTRINGS at the first line of both cube (Transfer by Month and Transfer by Unit), but trace feeder still not fed :roll:

What should I do?

Re: Got some problem about FEEDSTRINGS

Posted: Mon Mar 28, 2011 5:16 am
by Steve Rowe
You'll need to write the correct feeder in the Transfer by Month cube.

Given the nested nature of your DB it might be easier to pick another measure to feed with that's always populated when you need Transfer Plan. The feeder does not have to be a sting, (I think, I've only been awake for 10 mins!)

Cheers,

Re: Got some problem about FEEDSTRINGS

Posted: Tue Mar 29, 2011 3:21 am
by BlueTopaz
Thanks so much Steve, I got it. Not fed because of some item from the source cube has not been feed.