Page 1 of 1
Question for Feedstrings
Posted: Wed Nov 13, 2013 12:10 am
by macsir
Hi, all
Could you help to explain whey the string value in 'efg' coming from 'abc' can still be shown correctly even if I suppressed zeroes and cells are not fed in the view according to current rule?
Re: Question for Feedstrings
Posted: Wed Nov 13, 2013 12:25 am
by tomok
Because feeders don't go away just because you've commented them out in the code. Recycle the service and see if they still appear after a zero suppress.
Re: Question for Feedstrings
Posted: Wed Nov 13, 2013 1:45 am
by macsir
tomok wrote:Because feeders don't go away just because you've commented them out in the code. Recycle the service and see if they still appear after a zero suppress.
It is still there after restarting the server or unloading the cube.
Re: Question for Feedstrings
Posted: Wed Nov 13, 2013 6:05 am
by Elessar
Because SKIPCHECK is commented and TM1 analyses every cell of your cube
Re: Question for Feedstrings
Posted: Wed Nov 13, 2013 10:19 pm
by macsir
Elessar wrote:Because SKIPCHECK is commented and TM1 analyses every cell of your cube
Thanks, you are right. My mistake.
