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!

Search results for query: *

  1. hyde42

    Crystal Reports Show Latest Date

    Sorry...I skipped out for a bit... I tried putting in the your suggestion but received zero results.
  2. hyde42

    Crystal Reports Show Latest Date

    The ID is returning both the true SSN and the pseudo SSN from the db. Mickey Mouse is listed twice each under his SSN and his pseudo ID. I'm grouping on UniqueMember which consists of {@LastNameShortened} & {CSO_CUS_ORG_Sub.CSO_FIRST_NM} & {CSO_CUS_ORG_Sub.CSO_DOB} & {CSO_CUS_ORG_Sub.CSO_SEX}...
  3. hyde42

    Crystal Reports Show Latest Date

    Why wouldn't I want to use the ID as a group for this? I want to group by the VW_HSN.CID_ID...I want to see that Mickey Mouse has an 886 and a true SSN. This is at least getting me the two ID's to show, now I just want to show the most recent of these items. I don't want to see the Donald...
  4. hyde42

    Crystal Reports Show Latest Date

    -LB... I already have this in the report... DistinctCount ({VW_HSN.CID_ID}, {@UniqueMember}) > 1 and {LGCEE_ELIGIBILITY_EXTRACT.LGCEE_INSP_EXP_DT} = Maximum ({LGCEE_ELIGIBILITY_EXTRACT.LGCEE_INSP_EXP_DT},{VW_HSN.CID_ID})
  5. hyde42

    Crystal Reports Show Latest Date

    Yes...I'll have a parameter that the end-user will put a date in for. Most likely, it'll be with the week they are running it for.
  6. hyde42

    Crystal Reports Show Latest Date

    I'm trying to show the most current date on two lines of data based on two different fields called ID#. Basically I have one member with two different SSN's. One SSN is real and one is a pseudo SSN. I need to see this member when one of the dates associated with the member is within a certain...
  7. hyde42

    How to Calculate % of Calls Completed

    Thank you, again, fishymetrics! Your assistance was very helpful!! h
  8. hyde42

    How to Calculate % of Calls Completed

    Thank you, fishymetrics! This is phenominal! I do have a question though...so I have 94% Same Day, 4% 10 Days, 0% 30 Days and 0% >30 Days and no Bad Dates and No Other...what happened to my other 2%? Could it be that the numbers are so small that they don't come out to 1% for the 30 Days or...
  9. hyde42

    How to Calculate % of Calls Completed

    I need to create a Crystal Report (XI) that will show the number and percent of calls completed within the same day, within 10 days, within 30 days and greater than 30 days. The two fields I have to work with are: Service Date (when call was placed) Add TS (when call was completed) Any help...
  10. hyde42

    Displaying Multiple Contacts in Separate Columns

    I need help in showing multiple "cc's" in a sub-report. For example, I need to be able to send a letter to a CEO and then "CC" all of the Union Contacts contained in my report. For example: Mickey Mouse, CEO Donald Duck, Shop Steward Daffy Duck, Union Rep Elmer Fudd, Union Super I need it...
  11. hyde42

    How Do I put Leading Zeros in Crystal Report Amount Field?

    and it wants something after the last + sign like a number, currency amount, boolean, date, time, etc...
  12. hyde42

    How Do I put Leading Zeros in Crystal Report Amount Field?

    it's saying a boolean is required after my and statement from the previous line
  13. hyde42

    How Do I put Leading Zeros in Crystal Report Amount Field?

    I'm trying to have an amount show up with the actual amount and right fill with zeros so that the field length is always 13...for example 42471 would show as 4247100000000. Right now, in my criteria I have the following...
  14. hyde42

    MicroSoft Excel 2003 Formatting Numbers

    When I try to format social security numbers, the cells do not hold all nine digits. For example, if there are zeros in the first digits, the zeros are being dropped. I want the zeros to remain there...please help...

Part and Inventory Search

Back
Top