Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all 13003 articles
Browse latest View live

Re: Create Global prompt template / CSS stylesheet

$
0
0
You could use layout components to achieve this.
Create a new report that sits in a central area that everyone who needs to run a report using this template can access.
In the new report add a Block item and name it something like CSS in the Properties...

Re: How to create a "backlog" report Service Requests

Re: How to create a "backlog" report Service Requests

$
0
0
I also need to know if there is nothing I can do at the report level. 

Will any of the dimensional measures such as PeriodsToDate be useful?

Thanks!
Deanna

BMT-MD-2007 on all relationships model after minor changes

$
0
0
Just looking for advice.

We are running Cognos Analytics 11.0.6 in a Windows Server 2012 Environment and have a Dynamic model built against a relational Oracle database.

We have a good number of reports built, but are adding to the model.  Today I adde...

RMIAsynchronousCach Replicator Error

$
0
0
I have two Content Manager's set up on two separate boxes running Cognos 11.0.6.   the Second box is setup  as a standby.  I have replication set up between the boxes for security.  I have entered the ports in the configuration of each.  I have verifie...

Re: Drill Up and Down and Drill Through in Cognos Report 10.2.2 Dynamic Cube

$
0
0
Thank you MFGF and Stepharia.. Will try to apply the technique and post the outcome
Regards
geetha

Re: Filter for first time use and onwards

$
0
0
You want the first date from when that Customer ID started using Feature D?

Re: Creating a button to switch between pages or tables

$
0
0
I know radio button group is built-in for active report but how can I achieve the same effect in normal report. Or is there ways to create buttons with function without the help of JavaScript?

Thank you for the reply.

Re: Filter for first time use and onwards

$
0
0
try to convert the date column using Cast function
CAST ([Fieldname]  AS DATE )
and then try the filter which you are trying to apply.

I guess since the date column is in numeric format, its creating problem.

Re: Filter for first time use and onwards

$
0
0
this is by no means a rookie question, don't worry. here's how to do it (on relational):

- create a data item "date check" as such:
Code: [Select]
minimum(
  case when [Feature] = 'D' then [Transaction_Date] else null end
  for [Customer_ID]
)

- add a ...

Re: How to create a "backlog" report Service Requests

Re: Creating a button to switch between pages or tables

$
0
0
A radio button is just a way of viewing a value prompt

Reports using multiple packages

$
0
0
Hi all,

Has anyone had any luck using multiple DQM packages in reporting?  Not being able to use joins/unions is a real limitation and, IMO, defeats the purpose of this "enhancement".  We have members in package A that we want to pull detail info on fr...

changing the regular dimension datasource

$
0
0
Hello all,

I have two datasources A & B in my model. When generating mds for a regular diemnsion, I see the A datasource. I want to know how to do to change it to the datasource B.

Thanks for your reply.

Re: How to create a "backlog" report Service Requests

$
0
0
I like the method hespora linked to from tjohnson3050 as it is database independent, incorporates a selectable range, and in this case I think it is probably good to have the processing on the Cognos server.

Join that up with your request data and use ...

Re: Reports using multiple packages

$
0
0
It is correct that queries from two packages cannot be part of joins or unions in the report and it is definitely a feature most required. We cannot also combine them in data modules. I guess at this point data sets might help as they are just snapshot...

Re: Javascript for Tooltip

$
0
0
The Title attribute length is browser dependent. It is not meant to hold lengthy text.

Put your text between the attributes so that it renders as

<div>your really long text goes here</div>

Honestly, I would ask your user/client why it cannot just go i...

Re: Debating moving to Cognos 10.2.2

Combine two rows into one

$
0
0
Hello Cognos Experts,

I am trying to combine two rows into one. See the image below:



I am creating a project list output that should look similar to printing a project list from MS Project where the task assig...

Re: Creating a button to switch between pages or tables

$
0
0
The result looks good for me and the last thing I have to do is to make it fancy.

Thank you for the answer.  ;D
Viewing all 13003 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>