cognospaul.wordpress.com
Automatically looping through charts in Active Reports | Paul's Cognos Blog
https://cognospaul.wordpress.com/2013/06/18/automatically-looping-through-charts-in-active-reports
Paul's Cognos Blog. Cognos, Cognos, Cognos! Book Review: IBM Cognos 10 Framework Manager, by Terry Curran. Automatically looping through charts in Active Reports. June 18, 2013. BLOG HAS RELOCATED TO: http:/ cognospaul.com/. Please make sure to update all links and bookmarks. The existing pages will remain, but will not be updated. Comments left here will be ignored. This is the first of a series of articles on extending the usability of Active Reports. I stuck a Data Iterator under it. By pressing t...
cognospaul.wordpress.com
Book Review: IBM Cognos 10 Framework Manager, by Terry Curran | Paul's Cognos Blog
https://cognospaul.wordpress.com/2013/06/10/book-review-ibm-cognos-10-framework-manager-by-terry-curran
Paul's Cognos Blog. Cognos, Cognos, Cognos! Information On Demand 2013! Automatically looping through charts in Active Reports →. Book Review: IBM Cognos 10 Framework Manager, by Terry Curran. June 10, 2013. A well built metamodel is essential for any successful Cognos project. This book offers a solid guide to the best practices for building your model. The entire process of building a model, from joins to dimensional layers, is described in detail. My only criticism is that it is sometimes too short...
cognospaul.wordpress.com
Information On Demand 2013! | Paul's Cognos Blog
https://cognospaul.wordpress.com/2013/06/04/information-on-demand-2013
Paul's Cognos Blog. Cognos, Cognos, Cognos! Javascript drill up and down buttons. Book Review: IBM Cognos 10 Framework Manager, by Terry Curran →. Information On Demand 2013! June 4, 2013. One of my most memorable moments was waiting for the flight back, talking to a woman from the Miami-Dade police on the way they use Cognos and BI to catch criminals. BSP – G13BSPSOFT. Ironside – G13IRONSDE. Motio – G13MOTIO. PerformanceG2 – G13PERFG2. Obviously, I am planning on going this year, and I have an offer....
jajalc.wordpress.com
COGNOS with JQUERY | Chintan Jajal
https://jajalc.wordpress.com/2010/10/13/cognos-with-jquery
Sharepoint and .NET Blogs! Step 5 : Failed to register SharePoint services. Expose RIA Services as WCF with .NET 4 →. October 13, 2010. While working on creating custom navigation in COGNOS, we tried to use Jquery to do the client side rendering of the menu, but Jquery just wont work with COGNOS Javascript. This was because javascript was conflicting with COGNOS js scripts and below is a quick fix. Put the below code in your HTML code. Var $x = jQuery.noConflict();. X(document).ready(function () {.
cognospaul.wordpress.com
Javascript drill up and down buttons | Paul's Cognos Blog
https://cognospaul.wordpress.com/2013/05/30/javascript-drill-up-and-down-buttons
Paul's Cognos Blog. Cognos, Cognos, Cognos! Manipulate drill through definitions with JavaScript. Information On Demand 2013! Javascript drill up and down buttons. May 30, 2013. One of my more frequent requests is for a way to allow users to drill up without having to right click. Related, many developers also want a way to support both drill-throughs and drill-downs in a single click. The way to handle this is actually fairly simple. It can be done with an inline onclick event inside an HTML item. The d...