Hi,
We have one Cognos Server but we have 2 DB servers one for develeopment and one for Production.
How can I use same cognos server for prodcution as well as development for cognos reports.
What are the steps to do that like
1) Do I need to create seperate cognos connection and what else...
Hi,
I m facing with one issue, Please help on this.
we have January, Feb,mar..Upto December. these are the columns.
our requirement is..we have Resource column and Jan, feb, ...upto December columns.
Now we have to calculate total hours worked per resource. here we have to create one query...
Hi,
I m facing with one issue, Please help on this.
we have January, Feb,mar..Upto December. these are the columns.
our requirement is..we have Resource column and Jan, feb, ...upto December columns.
Now we have to calculate total hours worked per resource. here we have to create one query...
I have added image in report and If I run the report I am able to see the image in the HTML and excel output but If i export the same in pdf then I am not able to see the image.
Any idea why is that?
Please help.
Hi everybody,
I am trying to insert and image on to my report. But when i click the Browse button in the Image Browser Dialogue box to browse to my image location, it gives me the following error.
WEB SERVER ERROR :
404 NOT FOUND.
I am not able to figure out the cause. Can somebody please help...
round( (
case when ([Database View].[ResourceAssignment].[Remaining Start Date]>_add_days([Database View].[Project].[Data Date],43)) THEN (0)
when ([Database View].[ResourceAssignment].[Remaining Finish Date]<_add_days([Database View].[Project].[Data Date],43))
then ([Database...
I am designing report using Report Studio. See the template of the report attached. I am not sure u will get an attachment....let me explain the issue.
Its a one pager report for a project, for all project.
That means on each page will have complete data for each project.
Data is not displayed...
I am writing a calculated field in a report:
IF ([Query1].[Remaining Start Date]>_add_days([Query1].[Data Date],43)) THEN
0
ELSE
if ([Query1].[Remaining Finish Date]<_add_days([Query1].[Data Date],43))
then
( [Query1].[Remaining Units] )
else
( [Query1].[Remaining...
I am using a report studio.
In one of the columns, I am getting the value as "High" from database but in the final report I want to show the same column as "tick mark", how do I do that?
[Business View].[ProjectSpread].[Start Date] > [Business View].[Project].[Data Date] And [Business View].[ProjectSpread].[End Date] <= dateadd (day,43,[Business View].[Project].[Data Date])
The above statement in filter is giving an error. I think I am missing something in syntax. Please help.
Projects (table1) in database, have a number of project code classifications. These are stored in a table with project-code-value combinations (table2).
How do we convert this to have a separate column for each code? (project-code1-code2-…-codeN)
Right now as per my data model my results shows...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.