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

    Reporting Null values

    I am reporting on 2 db tables {CLASSIFICATION} and {FACILITY}. Using a left outer join I have connected the 2 tables at {CLASSIFICATION.IND_ID} and {FACILITY.IND_ID}. The best I can tell, if no other fields are populated in the {CLASSIFICATION} table, then on {CLASSIFICATION.IND_ID} is recorded...
  2. dkellam

    Comparing result to limit value or limit override value

    In Crystal Reports XI, I am trying to compare sampling results {TESTRAW.RESULT} from table TESTRAW to applicable limit. The database setup is where a automated limit is populated for for each parameter - {LIMITS.LIMIT}, if there is a change the limit is stored in {LIMITS.LIMIT_OVERRIDE}, leaving...
  3. dkellam

    Pulling records that has a null end date

    I am writing a report that I am trying to pull current records into. That which makes them current is a blank end date. Is there a formula to accomadate that? I current have to following formula in the Select Expert: {POLLUTANT_L.POLLUTANT_DESC} = "Zinc, total" and...
  4. dkellam

    Most recent date

    I am trying to filter my report with the most recent effective date. When I use the formula under select expert in CRXI, {SURCHARGE_FWA_RESULTS.EFFECTIVE_DATE} = maximum {SURCHARGE_FWA_RESULTS.EFFECTIVE_DATE}, I get an error message stating "The remaining text does not appear to be a part of the...

Part and Inventory Search

Back
Top