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!

Recent content by NewCrystalUser

  1. NewCrystalUser

    Half Hour Grouping

    Thanks a million for your quick response and useful suggestions. I had thought of creating a table and left joining on it but have decided that I will only display existing records and group these by half hours as follows: NumberVar MinExtract := Minute({END_DATETIME}); TimeVar AMDMins...
  2. NewCrystalUser

    Half Hour Grouping

    Thanks a million for your quick response and useful suggestions. I had thought of creating a table and left joining on it nut have decided that I will only display existing records and group these by half hours as follows: NumberVar MinExtract := Minute({END_DATETIME}); TimeVar AMDMins...
  3. NewCrystalUser

    Half Hour Grouping

    My issue is that I have a number of records that I have to group by half hour. The records may exist or not but I need to display from the Start Time entered and the End Time entered for each half hour. I know how to group the records by each half hour only if the records exist. For example...

Part and Inventory Search

Back
Top