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 strongm 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: *

  1. BethBoyer

    OpenReport vs OpenReportNoExecute

    I have reports that I am running in a loop with prompts that change each time. Rather than opening and closing the report each time, I am just doing an OpenReport on the existing report with new prompts. This seemed to speed things up, but was unreliable. It didn't always reexecute the query...
  2. BethBoyer

    GetDataValue Method

    Has anybody tried to use the GetDataValue in a macro in Cognos. I am trying to run a list of reports that I have stored in a hotfile. I use the GetDataValue to get the prompts. At row 101 it quits working. Any ideas? Thanks, Beth
  3. BethBoyer

    drill through reports

    I would like to create a set of drill through reports but would like the underlying data to be a set of data CONTAINING the filter from the parent report, not just the data equal to it. Is there any way to make this happen?
  4. BethBoyer

    Windows 2000 Compatibility

    I'm glad to know I am not the only one. Check your printer and make sure it is available at all times. My problem was that I was using a network printer that was not always available. Good Luck
  5. BethBoyer

    Windows 2000 Compatibility

    I have had trouble running Impromptu in Windows 200. I have tried this twice and both time it runs fine for about a month and then it gets a little unreliable. After a few days of that it just quits working altogether. Frequent problems I see are not being able to switch between screen and...
  6. BethBoyer

    Impromptu data fetching

    You need to make sure the records will only have one instance. Either take the Name, number, sal, and deptno out of the report so that you don't have multiple records for each job, or summarize the other fields so that they will come down to one value. (Minimum(ename)). Hope this helps.

Part and Inventory Search

Back
Top