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

    Cascading prompt not pulling all parameters

    Hello - I am working in CR XI, and the data source is SQL. I am using a view as the data source behind my cascading parameter. The parameter has 3 levels. I am allowing a multple selection on each level, when I select the parameters in the 1st and 2nd level parameters, the 3rd level of the...
  2. khoke

    Parameter triggers another parameter.

    I am using CR XI, and a MS SQL database. Is it possible to trigger a parameter from another parameter- For example, I want only 1 parameter to prompt when I first run the report. Based on that choice, I want another parameter to appear. For example - when I first run the report, I am...
  3. khoke

    Parameters missing values

    Hi! I am using CR XI, against a MS SQL database and am having trouble with my cascading parameter prompts. I have a parameter with 5 levels, and after I enter the 3rd parameter, data starts 'disappearing.' I am using one view as the data source, and the data pulled in by this view is correct...
  4. khoke

    Export hyperlinks to PDF

    I am trying to export hyperlinks to a pdf file. I am using CR11, and when I export to .pdf, the hyperlinks do not export. Per KB article c2014405 on Business Object's website, this is by design for CR10. I could not find anything on CR11, so am I to assume this is the same? Has anyone been...
  5. khoke

    Parameters slow down report

    I have a report in CR XI, which generates approximately 31,000 records. If I do not use parameters, the report runs within several seconds. If I use parameters to narrow down the number of records I return, the report slows down, and takes approximately 15 minutes to generate. Any idea why...
  6. khoke

    Change Page Layout for one section

    I want to print my report in Portrait layout until the Report footer, I want to print landscape. Is this possible? I am using CR 10, with SQL. Thanks!
  7. khoke

    Calculating daily totals

    I need to calculate daily totals of the number of employees for a beginning date to the current date. So, if my start date is 08/01/05, and current date is 08/31/05, then I would need the counts for employees for 08/01, 08/02, .... .... 08/31. How to I get each date to print? The fields I am...
  8. khoke

    Evaluate a formala against a parameter

    I am using CR 10, and want to select records based on a sum. For example, I want to select all groups who have a total number of hours less than my parameter. Parameter (number)= @Hours Group 1 = @EmployeeName @TotalHours = Sum (ClockHours, @EmployeeName) I want to display records when @Hours...
  9. khoke

    Finding the Maximum Average

    I am calculating average costs, and need to determine the maximum "average cost." I have average costs calcuating per group, and want to determine which one is the greatest. Everytime I try to find the average on a calcualtion, I get an error message, "Field cannot be summarized." Is this even...

Part and Inventory Search

Back
Top