0
votes
1answer
48 views

Conditional Query or Model in Cognos Reporting

I'm new to Cognos Reporting and I'm wondering there is a way to create models/queries that are conditional. For example: "if x is not null then append this 'where line' to query" Something like ...
0
votes
0answers
23 views

Backup or fix install in Tivoli Common Reporting with Cognos

In case I have to reinstall TCR, is there a way to keep all my reports, folders and users (with proper permissions)? Maybe a "fix install" or creating a backup I can lift with the new install? ...
0
votes
0answers
30 views

Error in Tivoli Common Reporting - Cognos

I got this error after restaring with ./stopTCRserver.sh and ./startTCRserver.sh : Error 500: javax.servlet.ServletException: SRVE0207E: Uncaught initialization exception created by servlet This ...
0
votes
0answers
78 views

Cognos Framework Manager Datasources Exception

I'm trying to create reports connecting my CFM with Tivoli Common Reporting using a db2 "WAREHOUS". The TCR and FM are installed in different machines. In the TCR I created a datasource and test went ...
1
vote
1answer
2k views

Cognos Report Studio Total of Column based on Distinct values of Column2

Cognos by default suppress duplicate/identical records. Duplicate rows do not appear in the report, but summaries are performed on all rows - including the duplicates that were eliminated. To ...
0
votes
0answers
38 views

Cognos Framework - installation in different equip

I am new to Cognos technology and was wondering if you could help me with the Framework installation. I don't have the Framework installed and I installed Tivoli Common Reporting with cognos on a ...
0
votes
1answer
110 views

A head start on Tivoli Common Reporting and Cognos

I've just started working with Tivoli Common Reporting 2.1.1 using cognos. Already installed the TCR and configured a datasource to a db2 database by going to: Reporting-Work with ...
0
votes
0answers
83 views

What is the industry standard for reporting on an EAV database model?

Everywhere I look, I see explanations and deep dives showing why EAV is bad, and what we should be doing instead. I have yet to find a post that actually shows a solution for the reporting side of an ...
0
votes
2answers
133 views

How can I report off generic sql data in Key/Value pairs?

I'm having a hard time wrapping my head around this. I have some normalized tables, laid out (simplified) as follows: Person ( PersonId Email ) Info ( InfoId InfoDescr ) ...
0
votes
1answer
401 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
2answers
371 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 ...
1
vote
3answers
741 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
2answers
1k views

How Do I Create A Global Style for All Cognos 10 Reports?

My team has been working with creating dashboards and drill-through reports. We've moved past our proof-of-concept phase and are now working to build the "production ready" reports. In our meetings ...
0
votes
1answer
2k views

How Do I Build a Mailto Hyperlink Column in a Cognos Report?

I am building a report which shows a list of users that are out of compliance due to not meeting a training deadline. The queries that show and filter the data have been built and I have verified the ...
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 ...
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
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 ...
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 ...