Forum Discussion
vrv
3 years agoHelper II
DateTime 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
3 years agoSuper User
it 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.