Re: Simple TI process - Results have me Stumped!
AJAYC - OK - On further reflection -- I have a Dimension that has approx 600 elements. Some of the index values I know are in the upper 800's range. A particular PARENT/CONSOLIDATED Element may have...
View ArticleRe: Dimensional Data - Drill Down to all values
Yes, is possible... you have to set advance drilling options. I don't have a 10.x instance available to give you more details, sorry about that.
View ArticleRe: Simple TI process - Results have me Stumped!
Hi DonapTry this:nChildren = ELCOMPN( vDim, vElement );WHILE ( nChildren > 0 ); sChild = ELCOMP( vDim, vElement, nChildren ); DimensionElementComponentDelete( vDim, vElement, sChild );...
View ArticleRe: Simple TI process - Results have me Stumped!
THANK YOU! so using the " sChild = ELCOMP( vDim, vElement, nChildren );" will access Child 1, child 2, etc -- not really using the INDEX value of the element! Just what I was trying to accomplish....
View ArticleRe: How reliable Cognos11.0.7?
One reason I'm asking for samples is that I have not yet been able to reproduce this problem.I plan to upgrade my production environment to 11.0.7 early next month. If this is a real problem, I need...
View ArticleRe: How reliable Cognos11.0.7?
Maybe my drill-through definitions are not as complex as yours, but I just ran through numerous reports using each of the types of drill-through definitions I use and had no problem.What process did...
View ArticleRe: Javascript to Fit the Active Report in Mobile Devices
Cognos has given the Temporary Fix and we have to set 'Run with Full Interactivity" to "No' to make it work. Thanks!Kiran
View ArticleRe: DIMSIZ question - behavior unclear in documentation
HiYou will return 563, in your case.Trying to control the index number is not easy, without putting lots of workarounds in your code. I wouldn't bother unless you have lots of time and really want to...
View ArticleRe: Javascript to capture the Date Prompt Value to a TextBox Prompt
Thank a lot both. its working as expected.Many Thanks!Kiran
View ArticleRe: Iterative/Burst reports to folders
Does your auth provider have the different departments defined? If so, create a table that has the CAMID for each department, and the code, and burst on that. This ensures the output will be secured...
View Article!
Ahhh..ok. I will have to check on how it is set up but that sounds like it will work. Thanks a lot!
View ArticleRe: Iterative/Burst reports to folders
Other options can include creating a report view for each department and setting up a schedule for each one. You could also embed security into the framework model so the person logging in is...
View ArticleRe: DIMSIZ question - behavior unclear in documentation
What I thought, but not the answer I needed.. I have need to loop through the dimension -- but how can I in this situation ?? I need to make sure I don't miss any elements ...
View Articleuser interface scheduling prompt page
we have an custom User interface that interacts cognos reports. There is a need for the users to have the ability to schedule certain reports currently we have a prompt page with 2 tabs and would like...
View ArticleOutput csv pipe delimeted
Hi,I'm trying output a file as pipe delimited however the changes I make via Cognos Administration don't see to have any effect, even after restarting the Cognos service. I'm changing the following:...
View ArticleRe: DIMSIZ question - behavior unclear in documentation
Maybe -- This would work better if I used the Dimension as a Data Source -- Please correct me if I am wrong -- but using it as a Data Source (choosing the ALL subset) -- Moving code to the DATA tab...
View ArticleRe: Output csv pipe delimeted
Sorry, ignore this post - I'd only completed half the solution:http://www-01.ibm.com/support/docview.wss?uid=swg21439447
View ArticleRe: Cognos 11.0.8 Heads up on installation
I ran the R8 installation in our single server environment and now Cognos Services fail to start with the message 'DPR-CMI-4006 Unable to determine the active Content Manager.' This seems like one of...
View ArticleRe: How to get home page to default to an active report
The solution is quite simple. Create a report view of Active Report. then go to the administration > themes/extensions > view home area and select the report view instead of the original active...
View ArticleRe: Upgrade issue from 11.0.6 to 11.0.7
Your crypto keys and cogstartup might need to be recreated or hopefully copied to your configuration folder from a backup. The over the top install wipes out the configuration files (at least it did...
View Article