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

    String Field probs in CR10 / CE10 on a DB2 / UDB db

    We are running CR10 / CE10 on a DB2 / UDB database on a backend Unix system, from an NT client. Our local CR10 Report Designer environment uses ODBC and the CE10 backend uses DB2 drivers. CR10 Report Designer interprets the DB2 / UDB String fields as TWICE as long as the db says they are...
  17. BruceBussell

    Invalid Group error in Crystal Enterprise 10

    We found that we had to Trim all the String Fields in Crystal before we ran the report on The DB2/UDB database as Crystal was seeing the string fields as twice the length that they were in the db. Now the report runs a long time (many minutes) in CE10, where it only takes a few seconds in CR 10...
  18. BruceBussell

    Invalid Group error in Crystal Enterprise 10

    I tried your suggestion and the field we are trying to group on does not print in CE10 when it is put in the detail line. But it does print in CR10. So it appears to be a field access problem? Our runtime is on a DB2 / UDB database on a Unix system.
  19. BruceBussell

    Invalid Group error in Crystal Enterprise 10

    We have found that we are not able to run CR10 reports containing groups on CE10 Enterprise Manager even though we can run these same reports in the Crystal Report 10 design tool all day. We keep getting an Invalid Group error in Crystal Enterprise 10, when a report containing group(s) is...
  20. BruceBussell

    How do you pass Crystal 10 parameters to subreports

    How do you pass Crystal 10 parameters to subreports. I would like to pass a Fiscal Period parameter from my main report to a Payable To Date Subreport, so the S/R knows which Fiscal Period to use when it selects records, but Crystal won't let you use a Shared Variable containing a parameter in...

Part and Inventory Search

Back
Top