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!

Recent content by BruceBussell

  1. BruceBussell

    ssrs conditional runningvalues = includes all recs?

    How do you get ssrs conditional running values that only include items that have Shipped.Value = True =IIF(Fields!Shipped.Value = True, RunningValue(Fields!Order_Amount.Value, Sum, "Group1"), RunningValue(Fields!Order_Amount.Value,0 , "Group1")) Still does not work, as it includes Both True...
  2. BruceBussell

    SSRS subreport messes up main report format

    When including an SSRS subreport I have found that it interferes with the column formats in the main report in SSRS. How does one get around that. Crystal by comparison does not have this problem
  3. BruceBussell

    How to set Allow Report Modify in CE9 publish rpts

    How do you publish a CR9 report using CR9 Enterprise Manager or Reports Publiser and set the Allow Modify Report option so runtime users can modify Select, Sort, etc, before running a report
  4. BruceBussell

    How to add results of 2 $amt Oracle subquery fields

    How can you add the results of two $amount Oracle subquery fields together using their AS subquery column names I get invalid column name errors when I try to reuse and add them together using the subquery results AS column names lower down in the main SQL script, although they display OK...
  5. BruceBussell

    Supress 0 in a chart

    I had a similar problem on a stacked bar chart, and if you display the values on each bar, you can double click on a value and use right mouse to change its font but you can't suppress zero in CR11
  6. BruceBussell

    How can one zero suppress bar chart 0 values in CR 11

    How can one zero suppress bar chart 0 values in CR 11. I am using a stacked horizontal bar chart with custom green, yellow, and red bars for each value. But some values are 0 and if I dbl click on the data label value field, there is a font change menu dropdown option but no zero suppression...
  7. BruceBussell

    in Crystal XI, what format is date if default null is selected?

    Ref your note: There is a report option to substitute "default" for any null value in the database. In recent versions of Crystal this convert nulls to default flag appears in File Report options for the existing report, and in File Options Reporting for all new reports. When these flags are...
  8. BruceBussell

    How to increase size of data labels on CR11 bar charts

    I found out that you can double click right on a data label or axis label on a chart, and then do right mouse and bring up a box that lets you increase the size of the font on the label, etc.
  9. BruceBussell

    How to increase size of data labels on CR11 bar charts

    How to increase size of data labels on CR11 bar charts. I am using a CR11 horizontal stacked %bar chart with data labels on each part of the bar. But the labels are so small you can hardly see them, and I only see a flag to Show Data Labels, under Chart Options / Data Labels.
  10. BruceBussell

    Crystal to Excel exporting issue

    Good Luck on your service pack fix. I know of another company I recently worked for on a contract that got a sfix for their CR10 excel export probs by applying a service pack / patch.
  11. BruceBussell

    Crystal to Excel exporting issue

    I have found that Crystal 10 only has 2 Excel export options, one that does a formatted word type doc, which sounds like what you are using, and a very basic simple data only excel export. Crystal 11 has greatly expanded standard excel format and data only excel exports with many optional...
  12. BruceBussell

    Drilldown report isue

    Have you looked at using DrillDownGroupLevel to decide when to print pages for various drill down levels DrillDownGroupLevel -- Returns a number that indicates the group level of the current drill down view, or 0 if it is not a drill down view. Examples If a report has groups on Country and...
  13. BruceBussell

    Will Crystal 9/10 Add Cmd speed up report record sel

    Will Crystal 9/10 Add Command speed up report record selection, and will it be run on the server. My understanding is: Crystal treats Add Command as if it was running on a View or Stored Procedure. And so this should improve processing time vs selecting from tables in a report selection...
  14. BruceBussell

    export to .txt cutting off

    When we had problems with text exports getting cut off in Crystal 7.0 and 8.5 at my old company we had to go back to the Crystal 6 -- u2ftext.dll vers 6.0.0.9 = 08/28/1997, and it did not cut off our text exports that had trailing spaces for example, which was happening in 7.0 and 8.5. When we...
  15. BruceBussell

    Shared data source via parameter

    Assuming that you have the parameter defined in the main report, let's say it is {?period}. Then you can create the same parameter in the subreport, and add it to your subreport record selection formula, and then link the two parameters together, using Change Subreport Links. In the subreport...

Part and Inventory Search

Back
Top