Tagged Questions

Cognos is an IBM business intelligence and performance management product.

learn more… | top users | synonyms

5
votes
7answers
13k views

What are some good Cognos tutorials?

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 ...
4
votes
4answers
1k views

What were the main disadvantages of CGI-BIN based web development?

I was fortunate enough to not do any cgi-bin .cgi based web development. But generally those who have do not seem to 'miss' those days. A project I recently joined has a performance issue when ...
3
votes
2answers
484 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 ...
3
votes
3answers
587 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, ...
2
votes
1answer
66 views

Cognos query with two filter expressions OR'd that can be executed out of order?

This is from a Cognos report, it has an interactive, multi-valued prompt (P_prompt_param). The query is written with Tabular SQL. To make it an optional filter on the column (someval) the report ...
2
votes
1answer
337 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' ...
2
votes
3answers
477 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 ...
2
votes
3answers
2k views

How do I change the top value name in a text box on a Cognos Report?

The default value for the first item in a drop down list is the name of the database field. I need to change it to a more user friendly name. How do I change the value?
2
votes
2answers
3k views

Multi-select in the prompt is not working properly in Cognos 8.1

Changing a value prompt to a multi-select value prompt in Report studio, provide single select functionality. How can i get multi-select functionality?
1
vote
1answer
43 views

Best practice for Cognos metadata

We have multiple people in multiple departments developing Cognos 7 reports which get deployed to a web server. Months later, questions come in and we don't know who developed the report, who they ...
1
vote
0answers
91 views

Cognos: Connect to PostgreSQL by ODBC

I am trying to connect to a PostgreSQL database on my cognos framework manager. Since there is no default connection for this, i'm trying to connect by ODBC. But what is the connection string here? ...
1
vote
1answer
82 views

Help With Self Referencing XSD Producing Circular Reference

I am trying to build a C# class from a XSD file. In short I'm getting a circular reference error when trying to execute the XSD.exe tool: Group 'setFilterCondition' from ...
1
vote
2answers
345 views

Where can I find Cognos 10 API?

I am trying to migrate some code from Cognos 8 to Cognos 10 and am trying to find the developer guide for the Cognos 10 API but can't find it anywhere, I can only find the documentation for Cognos 8. ...
1
vote
1answer
290 views

Is There an Editable File in Cognos For Importing Stylesheets or Javascript?

I have recently asked where global stylesheets are for editing Cognos 10 styles (Here). After some discussions with our team we would like to find the CGI or base imported file that Cognos uses to ...
1
vote
0answers
317 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 ...
1
vote
1answer
258 views

sso between J2EE and Cognos application

below is the detail description of my problem. Could any one can guide me here. Thanks - Ashwani Problem description: Theren are two subsystems. One is a web based J2EE application and the other a ...
1
vote
2answers
404 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
323 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 ...
1
vote
4answers
707 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
903 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
4answers
2k 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 ...
1
vote
1answer
300 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 ...
1
vote
1answer
4k 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 ( ...
1
vote
1answer
2k views

Cognos 8.3 - date prompt macro problem

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 FROM enc WHERE enc.date between #prompt('textPromptStartDate')# AND ...
1
vote
2answers
457 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 ...
1
vote
2answers
727 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, ...
1
vote
3answers
1k 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
1k 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 ...
1
vote
1answer
1k 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: ...
1
vote
1answer
2k 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 ...
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. could you please help me ...
1
vote
2answers
89 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
1
vote
3answers
701 views

Can you export packaging information (ERD or other data model) from Cognos 8.3?

I was wondering if there's a way to export package information from Cognos 8 from a regular user level or from the framework level. For instance, I want the field names that cognos is pointing to on ...
1
vote
5answers
618 views

Statistics based marketing campaign measurement tools

Currently using SAS as measurement engine and Business Objects as display layer. Looking to develop a new, faster, slicker solution. Has anyone developed or purchased a campaign measurement reporting ...
1
vote
4answers
2k views

Crosstab in Cognos

I have a set of data that needs to be displayed as a crosstab in Cognos. Example data includes ID, Month, Year, State 1, 10, 2008, 25 2, 10, 2008, 26 The problem is that in the ...
1
vote
2answers
3k views

Can I customize a “Date Prompt” in Cognos8?

I am working with Cognos8 Report Studio. In my report there are two date prompts: START date and END date. Users can select two different dates or make them both the same date. But the report has ...
0
votes
1answer
20 views

Connect IBM Cognos to SQL Server

Currently i'm using IBM Cognos Express, database from SQL Server 2008. But error has occured when i try to retrieving database from SQL Server to IBM Cognos. How to connect IBM Cognos Express to SQL ...
0
votes
0answers
21 views

Cognos - creating subqueries

I'm very new to cognos, so need your help on the following: One of the report input parameters is Order-By with options First name,Last name,Default. I have a query item MainQuery which has these ...
0
votes
0answers
17 views

How do I keep Cognos from splitting my subgroups across pages?

I am reporting off of a cube into a crosstab with the results being summarized. For example: | Val 1 | Val 2 ---------------------------------------------------- ...
0
votes
0answers
24 views

related to Cognos version 10 “Bussiness Insight”

Is it possible to add a created and saved DashBoard in "Business Insight" as a widget under the "tools" option which is under contents. I need this to act like 'web page', 'image', 'my inbox', etc. ...
0
votes
2answers
94 views

Cognos-how to create a end report for a calendar with aggregation

I would like to create an end report, which shows a calendar(month) with aggregation for the specified data. I am working on cognos 8.4, I have a requirement where I have to show the statistics of ...
0
votes
1answer
77 views

Insert Editable Text Field in Cognos Report (v.8)

Objective: Genrate a report in PDF or HTML with an Editable text field (for Comment) Purpose: The PDF or HTML report is delivered to customer (a statement of work). They should be able to type in ...
0
votes
1answer
78 views

Cognos TM1 - how to get username into Excel report

I need to have cube with usernames dimension. I need to write to the cells of username that is actually logged in when he opens report. I have some idea about solution, but I need to get username of ...
0
votes
1answer
249 views

Cognos BI 8 Report Studio - Line Chart (x axis limitations)

I'm creating a line chart in RS where total dollars is on the Y axis and year/month is on the x axis. There are currently three years of data (36 months) and I believe that because the chart is too ...
0
votes
2answers
469 views

How to use Cognos report studio creating a list with dynamic columns?

I need to create a table list in cognos, but the columns of this table would change depend on the data.I don't know how to do this. I just know in cognos report studio, we can drag data into cognos ...
0
votes
1answer
26 views

Addressing Form objects with dynamic name

I am using Cognos web reporting and we commonly use Javascript to manupulate the tool generated objects. In this case, I have some textboxes on the page which are generated by Cognos and I can access ...
0
votes
1answer
131 views

System.IO.FileNotFoundException when executing CLR Stored Procedure to run a Cognos Report

Good Morning. I am currently experiencing an issue with a CLR Stored procedure calling an assembly created in Visual Basic (VS 2008). At the highest level, the assembly executes a report contained ...
0
votes
2answers
513 views

Cognos 8.3 failing to connect to data source. Why?

I have installed Cognos BI 8.3 on my machine, which has a Windows 7 OS 64-bit. In IBM's supported environment list for Cognos 8.3, Windows 7 is not listed. On top of that, it says the product will ...
0
votes
1answer
75 views

Need resource on how to write Cognos security provider

I need to write Cognos security provider. However, I have no clue where to start from. Is there any resources that can help me start. Also do you know of any classes that teach about how to write ...
0
votes
0answers
89 views

Cognos Report Studio Standard Deviation after aggregation?

I currently have a query that is calculating for [core task] [task family] mapping pairs the volume and the amount of time it takes to process. Example: [user] [core task] [task family] [volume] ...

1 2