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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.