Page 1 of 1

TI process does not pick non fed leaf level cells

Posted: Wed Jun 17, 2015 1:57 pm
by mnasra
Hi Experts,
I have a measure C = A - B (A is static during the day) B is where Users enter their numbers
C is used ONLY to capture where the user has changes during the day. ( I don't need C to be fed)

I created a TI process that reads C to update A (when needed).
The TI does not EXTRACT non fed leaf level cells. Is that normal?
In my extract, I obviously have:
ViewextractskipZeroesSet to 1 (to exclude the zeroes).

Thank you

Re: TI process does not pick non fed leaf level cells

Posted: Wed Jun 17, 2015 2:05 pm
by declanr
If you want a TI to read rule calculated cells from the data source you would need to set ViewExtractSkipRuleValuesSet to 0.

Re: TI process does not pick non fed leaf level cells

Posted: Wed Jun 17, 2015 2:07 pm
by David Usherwood
If you suppress zeroes then yes, unfed cells will be skipped.
Suggest you do C = A - B as a subtraction hierarchy which will not need feeding - although it would not then be N level.

Re: TI process does not pick non fed leaf level cells

Posted: Wed Jun 17, 2015 2:32 pm
by mnasra
Thank you so much both Declan and David. Yes Declan I had the rules to be picked up, but it was not doing it.
But I will definitely take David's idea of a hierarchy.
Thank you so much