Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: udaykamble
  • Content: Threads
  • Order by date
  1. udaykamble

    One Cognos Server but we have 2 DB servers

    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...
  2. udaykamble

    Based on From Date and to date.. we have to calculate the column

    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...
  3. udaykamble

    Based on Date prompt we need total values...its urgent..

    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...
  4. udaykamble

    Image not displayed in PDF

    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.
  5. udaykamble

    Conditional Display of Images in Report

    I want to display different images depending on diff conditions in one of the column in the report in report studio. How do I do that? Please help.
  6. udaykamble

    Error while opening an existing Framework Manager Project

    We are facing an issue while opening an existing Framework Manager Project. Error is : BME-EX-0125 The Document Object Model (DOM) parser failed.
  7. udaykamble

    Framework manager-Create query subject Using stored Procedure

    How to create a query subject using a SQL Stored procedure and what is the syntax if I have call the SP from SQL tab? Please help.
  8. udaykamble

    Image Error

    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...
  9. udaykamble

    Need help in syntax error in Report Studio

    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...
  10. udaykamble

    Need help in Report Studio Layout Design

    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...
  11. udaykamble

    Syntax error in Calculated Field

    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...
  12. udaykamble

    Report Studio Formatting

    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?
  13. udaykamble

    Date Format in the Report Studio

    In Report studio how do I get the date format like "Dec-09" in the final report.
  14. udaykamble

    Filter Syntax in Report Studio

    [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.
  15. udaykamble

    Framework Manager, need modelling tips

    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...

Part and Inventory Search

Back
Top