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

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    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.

    • cyan_silver
    • 4 yrs ago
    • Reported - view

    How to display today's modified content (sub-table or view) instead of recording?

    today

    • Jorg
    • 4 yrs ago
    • Reported - view

    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

  • 4 yrs agoLast active
  • 3Replies
  • 1373Views