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 TouchToneTommy 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: pramsam1
  • Content: Threads
  • Order by date
  1. pramsam1

    With Clause with UNIONS - how to enforce indexes

    Hello, I have a query as follows. ------------------------------------------------ with base as ( select date, cust_id, amount from multiple tables union all select date, cust_id, amount from multiple tables ) select * from base where snapshot_date = '31-jul-2014'...
  2. pramsam1

    Dynamic SQL for Report Studio

    Hello, I was wondering if this at all possible to do. I am creating a cognos report using native sql. I would like to be able to have the user select the column during the run time to build the sql. For example, the user will type in customer_name (a field in customer table) for the prompt...
  3. pramsam1

    Transformer Cube build with selected dates

    I have to build a cube to show metric for the current date, month before, 3 month before, 6 month before and 12 month before and the difference between current date and month before and so on. How can I set up the date dimension so that the data refresh in the future will keep giving me the...
  4. pramsam1

    Transformer Question

    Hello: I am very new to cognos. I am trying to do the following: 1. Use iqd file to retrieve data from an oracle database. This gives me most of the data I need for analysis. For example, I get the following columns from this query: Month_End_Date, Region and Sales. 2. However the data...
  5. pramsam1

    oracle datasource in transformer 7.4

    I am trying to create a model in Transformer 7.4 and would like to use Oracle as the data srouce. When the wizard prompts for the data source, I do not see Oracle as one of the data source types. Only the following source data type is available: Impromptu Query Definition Delimited-field text...
  6. pramsam1

    How create a chart from a query?

    I am very new to this. Using Report Studio. Database is Oracle 9. I am trying to create a chart from the results out of a query on oracle. I have dragged and dropped query items into the chart as guided in the user guide. But when I run the report, my chart is empty. Do you have to do anything...
  7. pramsam1

    How to restore latest version of dts using dts backup 2000 tool ?

    I have been backing up my dts packages using dts backup 2000. Unfortunately, I am having to restore some of the packages for the first time today due to the hard disk failure on my server. When I tried to restore the pacakges, I discovered that the dts backup 2000 tool actually backs up multiple...
  8. pramsam1

    How to get Latest Version using DTS Backup 2000 ?

    I have been backing up my dts packages using dts backup 2000. Unfortunately, I am having to restore some of the packages for the first time today due to the hard disk failure on my server. When I tried to restore the pacakges, I discovered that the dts backup 2000 tool actually backs up multiple...
  9. pramsam1

    Wierd Stored Procedure Issue

    I have a simple stored procedure. ----------------------------------------------- SET QUOTED_IDENTIFIER OFF GO SET ANSI_NULLS OFF GO CREATE PROCEDURE sp_stproc1 @CurrentDay AS smalldatetime, @WhatDay AS smalldatetime AS Just one select statment GO SET QUOTED_IDENTIFIER OFF GO SET...
  10. pramsam1

    Excel Database Query - Cell Reference

    Hello: I need to access SQL server data via database query from Excel. I would like to use some values in a cell (eg. a date) in the excel file. Can I write a query and pass the data in a cell in Excel as a parameter to the query ? Much appreciated.
  11. pramsam1

    Debugging User Defined Functions

    Hi All: I am new to SQL server. I have got the SQL Server 2000 debugger working for Stored procedures but when I right click on a User Defined Function from the Object Browser in the SQL Query Analyzer, the "Debug" is disabled. Does this mean functions cannot be debugged in SQL server 2000 ...
  12. pramsam1

    Cognos Training

    I have just completed self training with Cognos CDs for Reportnet. Is the Cognos training worth doing after taking the self training with the CDs ? Anyone done both ?
  13. pramsam1

    Cognos Training

    Anyone been to one of those Cognos Traing for Reportnet 1.1 ? Is it worth it ?
  14. pramsam1

    Can ReportNet 1.1 use PowerPlay Cubes ?

    Hello: I was wondering if the ReportNet 1.1 can use PowerPlay Cubes through metadata layer. Or is this feature only available in Cognos 8 ? Thanks in advance... //SS

Part and Inventory Search

Back
Top