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?
Question for Feedstrings
- macsir
- MVP
- Posts: 785
- Joined: Wed May 30, 2012 6:50 am
- OLAP Product: TM1
- Version: PAL 2.0.9
- Excel Version: Office 365
- Contact:
Question for Feedstrings
- Attachments
-
- 2013-11-13_100620.jpg (72.13 KiB) Viewed 3854 times
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Question for Feedstrings
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.
- macsir
- MVP
- Posts: 785
- Joined: Wed May 30, 2012 6:50 am
- OLAP Product: TM1
- Version: PAL 2.0.9
- Excel Version: Office 365
- Contact:
Re: Question for Feedstrings
It is still there after restarting the server or unloading the cube.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.
- Elessar
- Community Contributor
- Posts: 413
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: Question for Feedstrings
Because SKIPCHECK is commented and TM1 analyses every cell of your cube
- macsir
- MVP
- Posts: 785
- Joined: Wed May 30, 2012 6:50 am
- OLAP Product: TM1
- Version: PAL 2.0.9
- Excel Version: Office 365
- Contact:
Re: Question for Feedstrings
Thanks, you are right. My mistake.Elessar wrote:Because SKIPCHECK is commented and TM1 analyses every cell of your cube
