Is it required to write feeders for drill through rule ? My assumption it is not required please advise .
I am on 10.2.2 FP2
Feeders in Drill through Rules
-
- Community Contributor
- Posts: 217
- Joined: Thu Aug 15, 2013 9:05 am
- OLAP Product: TM1
- Version: 10.2.1.1
- Excel Version: 14.0.6129.5000
Re: Feeders in Drill through Rules
Hello,
Thanks.
Trevor.
What, excatly, do you mean by a "drill through rule"? It is my understanding that a feeder needs to be considered when you have SKIPCHECK declared. If the Rule is at N level and it is not returning a 0 then a Feeder rule is required.Is it required to write feeders for drill through rule ? My assumption it is not required please advise .
While I am here, do you use the advanced rules editor in 10.2.2 FP2? As it's maintainence and possibly its existence as a whole is moribund.I am on 10.2.2 FP2
Thanks.
Trevor.
-
- MVP
- Posts: 1828
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Feeders in Drill through Rules
I presume the OP is referring to Drill Assignment rules; which are assigned to a cube in order to specify which cells can initiate which drill process/processes. It would be entirely string (no N cells).TrevorGoss wrote:Hello,
What, excatly, do you mean by a "drill through rule"? It is my understanding that a feeder needs to be considered when you have SKIPCHECK declared. If the Rule is at N level and it is not returning a 0 then a Feeder rule is required.
The concept of a drill process is that you would want to be able to drill from any cell; even if that cell has a zero in it - it's possible that the user would want to drill to the source system or cube to see that zero or what makes up that zero.
As such I have never put skipcheck or feeders on a drill assignment rule and (other users may disagree) have never noticed any performance issues etc.
Declan Rodger
-
- Community Contributor
- Posts: 217
- Joined: Thu Aug 15, 2013 9:05 am
- OLAP Product: TM1
- Version: 10.2.1.1
- Excel Version: 14.0.6129.5000
Re: Feeders in Drill through Rules
Hello Declan, thanks for this information, never used these before.I presume the OP is referring to Drill Assignment rules; which are assigned to a cube in order to specify which cells can initiate which drill process/processes. It would be entirely string (no N cells).
The concept of a drill process is that you would want to be able to drill from any cell; even if that cell has a zero in it - it's possible that the user would want to drill to the source system or cube to see that zero or what makes up that zero.
As such I have never put skipcheck or feeders on a drill assignment rule and (other users may disagree) have never noticed any performance issues etc.
Thanks.
Trevor.
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Feeders in Drill through Rules
Thanks Declanr for confirming.
I am using drill through process to get detail level from cube1 after adding extra drill through for cube 2 my server started crashing if i drill to cube 2 . I was bit skeptic about feeders ,I will check TI code then, I am assuming it is creating very large view which is consuming complete server resources .
I am using drill through process to get detail level from cube1 after adding extra drill through for cube 2 my server started crashing if i drill to cube 2 . I was bit skeptic about feeders ,I will check TI code then, I am assuming it is creating very large view which is consuming complete server resources .
-
- MVP
- Posts: 3701
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Feeders in Drill through Rules
Whatever you are doing about copying data or building a view would be a separate issue.
In relation to the actual question of the post a resounding "no". Drill assignment rules do not require feedstrings or feeders. The cells for Drill rules are all strings and are only evaluated on demand when a user right clicks a cell in the context of that single cell hence there could never possibly be a need to feed.
In relation to the actual question of the post a resounding "no". Drill assignment rules do not require feedstrings or feeders. The cells for Drill rules are all strings and are only evaluated on demand when a user right clicks a cell in the context of that single cell hence there could never possibly be a need to feed.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Feeders in Drill through Rules
Thanks Lotsaram