Report designer help

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}'

You should be able to get the format needed by selecting the format tab and selecting, or creating the desired format you want.

Greg, thanks much, that was exactly what I was looking for. Sorry to show off my inexperience with the report designer.