Got some problem about FEEDSTRINGS

Post Reply
BlueTopaz
Posts: 2
Joined: Mon Mar 28, 2011 3:23 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Got some problem about FEEDSTRINGS

Post 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?
User avatar
Steve Rowe
Site Admin
Posts: 2464
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: Got some problem about FEEDSTRINGS

Post 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,
Technical Director
www.infocat.co.uk
BlueTopaz
Posts: 2
Joined: Mon Mar 28, 2011 3:23 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2007

Re: Got some problem about FEEDSTRINGS

Post by BlueTopaz »

Thanks so much Steve, I got it. Not fed because of some item from the source cube has not been feed.
Post Reply