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 shipcd

  1. shipcd

    Memo Field Forcing Line Breaks on Specified Characters

    This worked PERFECTLY! Thanks for the quick and easy solution synapsevampire! This is not the first solution I've received from you - you ROCK! :)
  2. shipcd

    Memo Field Forcing Line Breaks on Specified Characters

    I am using Crystal Reports 10 against an excel datasource which contains a running memo worklog field. The worklog entries are stored using "***" entry points - but concantenated together in one long string. Example worklog memo field: [2/5/2007 1:34:53 PM by dxd0477 (BTSA Wireline)] ***...
  3. shipcd

    How to create PRINT button to specified format.

    We are wanting to be able to add a PRINT BUTTON to different levels of a report which will allow users to print the data directly to their local printer. Is there an existing function to allow us to do this easily? We are using Crystal Reports 10, on Crystal Enterprise 10.
  4. shipcd

    Invalid Military Time Entries

    0800 = 8:00 am 0130 = 1:30 am 1330 = 1:30 pm 1359 = 1:59 pm Basically, need to be able to ignore any invaild entries when pulling or reviewing the data. Thanks for your assistance!
  5. shipcd

    Invalid Military Time Entries

    I have a database which contains invalid military time entries. I do not have any opportunity to "clean" the data before run-time, therefore, the scheduled report fails when selecting on COMPLETIONDATE in LASTFULLMONTH. Example bad entries: 0779 2365 0099 Any ideas how I can direct the query...
  6. shipcd

    How to pass Report Title in Email Hyperlink

    I am still receiving the following error: "The Command line argument is not valid. Verify the switch you are using." We're using an SMTP address book via Outlook. Is there something else which should be used?
  7. shipcd

    How to pass Report Title in Email Hyperlink

    I'm trying to build a feedback hyperlink which will pass the title of the report in the Subject line. I'm using 8.5 and formatting the text box with hyperlink settings as follows: An Email Address "mailto:" + EMAIL ADDRESS(S)" + "?Subject=" + REPORTTITLE; I receive the following error: "The...
  8. shipcd

    Splitting out Progress Array Fields - Crystal Reporting

    I have several progress fields which store arrays of data. When trying to report on that data in Crystal, it reads through as one field. What is the best way to read the multiple arrays as separate fields? The multiple arrays may or may not be populated, so a mid-character function breakout...
  9. shipcd

    How to Add Drill Down Status Bar in Crystal 10

    I recently reviewed the Crystal 10 Demo found at the following Business Objects hyperlink: http://www.businessobjects.com/product/dev_zone/downloads/demo_crystalreports_easeofuse.zip?ref=devzone_reporting_main. Within this demo, it displayed a really cool drill down status bar. I'd like to...
  10. shipcd

    Extracting MAXIMUM Insert Date detail

    Thanks for the ideas - we've tried both and still run into the error message that the MAXIMUM cannot be applied. Error message is as follows: "This function cannot be used because it must be evaluated later." We've tried to apply WHILEPRINTINGRECORDS - still doesn't work. Further ideas?
  11. shipcd

    Extracting MAXIMUM Insert Date detail

    We have a scenario where we have user data sorted by MONTHID and INSERTDATE which illustrates supervisor hierarchy as of that change date. Example: MONTHID INSERTDATE USERID NAME SUPERVISOR 200401 1/1/2004 X123 SMITH JILL JONES 200401 1/15/2004 X123...
  12. shipcd

    Has anyone seen or heard about new features in Crystal Enterprise 10?

    Thanks ahead of time - would love a copy as well. :) shipd dana.s.garberg@mail.sprint.com
  13. shipcd

    Has anyone seen or heard about new features in Crystal Enterprise 10?

    Is anyone aware of the timeline for Version 10 availability? Can users jump from Reports 8.5 and Enterprise 8.5 directly to V. 10?
  14. shipcd

    Passing Variable to Previous Groups

    Thank you very much for the excellent idea. It was a quick and easy solution to utilize the sub-report. I then passed the final variable to the main report for use in the denominator. Voila! It works! It works! Much appreciated!
  15. shipcd

    Passing Variable to Previous Groups

    I have a requirement to create a variable to total all hours falling within Plan and include only a portion of those falling into Groups WITHIN Plan. This I have. My problem is that I also need to pass that final total back up to previous groups to utilize in a formula to calculate averages...

Part and Inventory Search

Back
Top