It’s always the simple things that get you. Below is a screenshot of a report from the report designer, and another showing the report I get. Also included is the simple query that the report pulls from. Question: how can I get the date/time column to show the time as well as the date? Thanks in advance.
SELECT * FROM CELL1
WHERE t_stamp >= '{Date Latches/START DATE}'
AND t_stamp <= '{Date Latches/END DATE}'