Cognos is an IBM subsidiary which provides a range of business intelligence and performance management products.

learn more… | top users | synonyms

1
vote
0answers
592 views

Firefox/Gecko iframe doesn't render, is this a browser bug?

We have a public Cognos 8 BI reporting solution running inside an iframe. Cognos 8 BI supports Firefox and IE. IE works fine. With Firefox 3.6.13 (the current version) when the report parameters are ...
0
votes
1answer
299 views

Cognos 8+ - Use Query Results in an Html Object

I'm pretty new to cognos Reports Studio, but was wondering if there's a way to take the results of a query, and work with them inside of an HTML object. Say I have a query that returns 1 record ...
2
votes
4answers
248 views

How to backup a set of queries in Cognos?

I have a folder containing a set of queries in Cognos. I have tried backing up an individual query by exporting it to notepad. But if I want to back up all the queries in a folder at a time, what ...
3
votes
3answers
1k views

Cognos: What does IBM Cognos Business Intelligence and Financial Performance Management concretely?

I've been mandated to find out what IBM Cognos does concretely, and frankly, I can hardly find advisable information on the subject apart what I can read from the IBM Website and Wikipedia. Since I ...
0
votes
1answer
443 views

Custom error messages for standard errors in Cognos 8

Our Cognos 8 application has an error affecting many users: http://img543.imageshack.us/img543/6849/aoeu.png CM-REQ-4158 The search path ... is invalid. We know how to fix this problem (it's a ...
1
vote
2answers
891 views

SSO between Java EE and Cognos application

Problem description: Theren are two subsystems. One is a web based Java EE application and the other a Cognos reporting tool. Currently, both these applications provide individual login pages that ...
2
votes
1answer
616 views

JavaScript Tag Cloud with IBM Cognos - IE is null or not an object

I followed a tutorial/modified the code to get a javascript tag cloud working in IBM Cognos (BI software). The tag cloud works fine in FireFox but in Internet Explorer I get the error: "Message: '1' ...
0
votes
1answer
936 views

Cognos FM snowflake or star schema? Help with hierarchies needed

I need some help with modeling in Cognos Framework Manager 8.4. Given following schema where F_sales.order_key references D_order.sid D_orderItems.orderID references D_order.OrderID ...
0
votes
1answer
151 views

Transaction locking in Sql Server

We have an old version of Cognos 7 running on Sql Server 2000 Enterprise. It is issuing very badly constructed sql commands that are creating many locks which are escalating and blocking the server. ...
1
vote
2answers
748 views

SQL Server Analysis Service: Need to suppress empty results

We have a very sparse cube in SSAS. The size of the cube is only 50M bytes in MOLP storage. When writing your own MDX query, you can use NON EMPTY/NONEMPTY to suppress/filter out empty results. But we ...
1
vote
2answers
827 views

Instr Function Cognos Report

I am trying to find the @ in a string field. The follow data item in a Congos 8 returns 0 for every call. instr ( test@email.com, '@', 1 ) Any ideas? New to Cognos and Oracle in general but I ...
0
votes
1answer
261 views

DB2 DBA, Data-Warehousing and BI training

I want to take DB2 DBA certification and also want to learn Data-Warehousing and Business Intelligence. I want to know: (1) Whether DB2 DBA certification is demanding or not. I am a .NET developer ...
3
votes
4answers
2k views

How do I catch Javascript functions that are being called?

I'm working with COGNOS, a very frustrating BI application that relies heavily on Javascript. Basically, when a <select> box is changed, the data on screen is refreshed, presumably by an AJAX ...
1
vote
1answer
982 views

slow cognos report

We just migrated a report from Cognos reportnet to Cognos 8.4 and the report is too slow now. The report just has a crosstab nested inside a list with aggregates over periods/quarters/halfs/years ...
0
votes
1answer
157 views

Problem with query as a new data source in Cognos PowerPlay

Normally you can add a query as a new data source in Cognos PowerPlay (I'm running PowerPlay version 7.3), but when I try to do so I cannot select any queries from my Access database. The dropdown ...
2
votes
1answer
2k views

Calculate % Change in Cognos Report Studio

Is it possible to calculate a percentage change in a Cognos Report? Currently, I have a crosstab that has years as the columns and widgets in the rows with a calculation of total revenue. I am ...
1
vote
1answer
1k views

cognos macro prompt prefix / suffix problems

I am trying to change multiple columns based on one value prompt in report studio in a cube (running cognos 8.4). A prompt with a prefix would be a perfect solution but I cant seem to make it work. ...
4
votes
3answers
1k views

Is automated unit-testing on Cognos possible?

Does anyone know if there is any tool or a way to apply automated unit testing in report studio and/or framework manager ? When some regression tests are required and I need to run report by report, ...
3
votes
5answers
4k views

How do I learn Cognos by myself without data to work on?

I have done a course in data warehousing and data mining, and I am interested in going the Cognos business intelligence way. However, I need to practice on data which I cannot find. How do I get ...
0
votes
1answer
657 views

Optional Prompt in Cognos 8.3

I'm new to Cognos report studio. I have data organized in query items per business date. The Cognos report shows a data filter by business date. For business date there is a separate table join. This ...
1
vote
2answers
1k views

Problem getting value from “Checkbox group value prompt”

I've value prompt with ui:checkbox group parameter: p_IsLastMonth Name: Prompt_IsLastMonth ItemCount: 1; UseValue:Yes, DisplayValue: LastMonth? and two Date Prompts. Whenever the checkbox is ...
1
vote
1answer
514 views

SSAS Currency Format measures displaying an * instead of a $ on upgrade from Cognos 8.2 to 8.4

Reports against an SSAS 2005 cube with Currency formatted measures. In Cognos 8.2 a $ is properly displayed. In Cognos 8.4 an * is displayed instead of a $. Have you encountered this problem, and ...
0
votes
1answer
2k views

How can I make Conditional Formatting work for my Cognos Report

I have a simple list report in Cognos 8.3. I have a field with things like this: ETLJobX Completed - SUCCESS ETLJobY Completed - FAIL ETLJobZ Completed - SUCCESS ETLJobA Completed - SUCCESS ETLJobB ...
0
votes
1answer
1k views

Please explain about AbInitio recovery file(.rec)?When should we roll back the file?

Please tell the concept of AbInitio recovery file. When the Abinitio graph fails in execution which cases should we rollback the recovery file and in which cases we shouldnt rollback the recovery ...
7
votes
3answers
29k views

What are some good Cognos tutorials? [closed]

i am a data analyst and programmer and i want to learn cognos. i suppose the only way to do it is to either pay 10k for classes or get an internship where i shadow someone who already uses it. does ...
1
vote
2answers
7k views

Cognos: Using DataItem value in conditional variable expression

I've a list which has a column 'YEAR'. I want to make the recent year(2010) appear bold in that 'YEAR' column. I tried this expression IF ( [myQuery].[YEAR] = [myQuery].[RECENT_YEAR]) THEN ( ...
0
votes
1answer
1k views

Cognos 8 API Integration with asp.net

Guys, I wanted to integrate cognos 8 and fetch the reports in excel/xml/csv format from cognos server. I don't have much knowledge about cognos, so can you provide me some pointers to start this ...
1
vote
2answers
3k views

Cognos Date Prompt Macro Error

This issues applies to Cognos Report Studio Versions 8.3 through 10.1.1. In Report Studio 8.3, I've got this raw SQL query running against a MySQL 5.1 data source: SELECT enc.encounterID, enc.date ...
2
votes
2answers
1k views

Cognos copying between servers

Is it possible to copy objects (cubes, reports, setup) from one cognos 8 installation to another? For instance if a software consultancy company were to develop a cognos solution for a client then ...
0
votes
1answer
1k views

Cognos 8 SDK: How to get Subgroups of a Group?

I try to get the Subgroup of a Group in the standard Cognos Namespace. Quering the Contentstore to get ALL groups works fine. The standard methodes to get "members" of objects return the users or ...
1
vote
1answer
704 views

Cognos Schedule By Trigger - Unix

What would be the equivalent of trigger.bat in a UNIX Cognos installation? In a Windows installation, trigger based scheduling could be achieved managing the trigger.bat file. At least in the UNIX box ...
0
votes
1answer
580 views

Cognos LAE Backup Automation (Batch File?)

Within Cognos 7.4 security.. one would create an LAE file to export all their users... directions here... http://www.cognos-install.co.uk/articles/backups/access%5Fmanager%5Fexport%5Fto%5Flae.asp ...
1
vote
2answers
1k views

javascript for enabling/disabling 2 date range/date in Cognos

I am looking for javascript for enabling/disabling two date range/date prompts in Cognos. Does anyone have any javascript for disabling/enabling two date range prompts? If I select the Date1 prompt, ...
2
votes
3answers
865 views

QA Testing Strategies for Analytical Dashboards

My team is building an analytical dashboard for a SaaS/multi-tenant application using Cognos. The problem I am encountering is the right strategy for testing. Right now, testing one report with start ...
0
votes
3answers
2k views

Cognos 8.3: Can I use parameters in conditional style expressions?

I have Start Date and End date parameters that work fine as filters on a query, as follows: [EMR Reporting].[Appointments].[Appointment Date] between ?Start Date? and ?End Date? But when I attempt ...
1
vote
3answers
3k views

Best method for pulling data out of SharePoint to use with a Business Intelligence application

Asked this first on serverfault, and someone recommended that I ask here. I'm looking for advice from anyone out there who has experience integrating SharePoint with a business intelligence ...
1
vote
1answer
2k views

Using a form HTML form in Cognos 8.4

Iam using a HTML form in my Cognos 8.4 report the code for which is seen below:- <form name="floodzone"><p> <input type="text" size="60" name="address" value="1600 Amphitheatre ...
0
votes
1answer
388 views

Multiselection in prompt using contains operator

We have a column in cognos which has the comma delimited values like (AIX1, AIX2,AIX3) in each rows. We want to multiselect the results where say AIX2,AIX3 contained. How do I do it in cognos.
1
vote
1answer
2k views

COGNOS 8 Bi value prompt

Currently I have a value prompt added to my report (with UI selected as List-Box) and the date item used is name 'YEAR'. Now when I run the report the values in the value prompt are seen as below: ...
0
votes
2answers
877 views

Cognos : Persisting Checkbox state across Multiple Pages

On the Cognos Report Results Page, we need to have a checkbox for each row. The checkbox is designed using HTMLITEM tag. However, the problem we face is that the state of the checkbox (checked or ...
1
vote
2answers
6k views

cognos API and examples [closed]

Can anyone point me to a cognos API document and some example code? The best for me is that the API can be access thru python. But examples in other languages are good also.
0
votes
1answer
950 views

How do I update the password for a Cognos Data Source?

The db password expired and it needs to be updated, how do I update the password for a Cognos Data Source?
0
votes
2answers
570 views

Is there a tool to determine which Cognos 8.x models are being used?

We have a Cognos 8.x installation with hundreds of reports and dozens of models. We believe that many of the models are not currently in use on any reports and want to remove those models. Are ...
0
votes
1answer
357 views

Cognos reports showing no data from url

I can run all my reports from report studio just fine. So its not a question of query or data or even report specs. When i call them from URL i am getting no data in the report. There obviously ...
0
votes
2answers
3k views

Cognos 8.3 No Data Content issues

Upgrading from 8.2 to 8.3 and testing out the new No Data Content functionality. Report looks in order if results are returned. The No Data message does not appear. However if we test the report ...
1
vote
1answer
3k views

Cognos 8 Introduction

Being a programmer who likes all things terminal (like Vim and the GNU tools), I've finally met my match. The company I work for has decided to move from an in-house developed report generator to the ...
0
votes
2answers
832 views

Publish Cognos Content in Sharepoint 2003

What are my options? I'm researching a 3rd party called QueryVision, but would like to explore other alternatives.
1
vote
2answers
2k views

Default selection of checkbox group

I wanted to put checkbox in my cognos 8 report based on some condition i.e if condition is true checkbox will appear with click mark and if it is not then without click mark.
1
vote
1answer
117 views

Want help in setting up Cognos BI in J2EE conpliant server

I am setting up IBM cognos BI in J2EE compliant server. If anyone knows how to do it please help me. Thanks & Regards, Kshitij Gupta
0
votes
2answers
2k views

How to access Cognos PowerPlay Cubes with other applications?

There are Cognos PowerPlay Cubes (Cognos v7.3) which are distributed via Email and then stored on local clients. At the moment, users use MS Access as an interface to access the data and reports in ...