Forum Discussion
vrv
Helper II
3 years agoDateTime question
hi all, I have a table with two columns and one row. The first column was obtained by applying To Table to a query. The result is a datetime and it is supposed to show the time of teh last refresh ...
lbendlin
Super User
3 years agoit is supposed to show the time of teh last refresh of the source.
You are solving the wrong problem. That time of last refresh is meaningless. Instead, find an appropriate column in your actual data (Last Modified Date, for example) and use that to indicate data freshness.