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 derfloh 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 AngelaAS

  1. AngelaAS

    count with conditions crystal report

    hello Pmax9999 please help me out
  2. AngelaAS

    count with conditions crystal report

    ok pmax9999, please the code below //Determine how many Business Hours //are within a date range WhilePrintingRecords; //example (Y,M,D,H,M,S): datetime(2000,04,17,8,0,0) DatetimeVar FDay:= {MOBILE_NMC_Trouble_Ticket.+Date_1}; //example (Y,M,D,H,M,S):Datetime(2000,04,18,17,0,0) DatetimeVar...
  3. AngelaAS

    count with conditions crystal report

    Thnx Fisheromascse but i get an error with SUM({@EvalForSum},{GROUPEDtable.field}) it tells me {@EvalForSum} cannot be summarised
  4. AngelaAS

    count with conditions crystal report

    hello ALl, can someone help me with the formula i have below if ({@businesHours}<8) then count({MOBILE_NMC_Trouble_Ticket.Trouble Ticket ID}) am expecting it to return a value, but it returns nothing formula checks records to count tt ids with @businesHours <8

Part and Inventory Search

Back
Top