0
How to use ‘modified on’ to display the data modified by the global today?
I have a few questions.
1. Can 'modified on' show only the date and not the time?
2. How to use ‘modified on’ to display the data modified by the global today
3 replies
-
date(_md) gives the modified date
time(_md) gives the modified time
I don't know if there's an global modification-tracking of the entire database. But in the history, you can find the history of changes I guess.
-
How to display today's modified content (sub-table or view) instead of recording?
-
You can add a formula column with the formula:
if date(_md) = today() then date(_md)
and then filter for "not empty"
Best, Jörg
Content aside
- 5 yrs agoLast active
- 3Replies
- 1378Views