I have a project tracker for different widgets installed at a project by several different installers. It includes a table that records a timestamp each time a widget is installed, what type of widget was installed, the installer and some other information. The columns in the table are: ID, Timestamp, Quantity Installed, Installer, Widget Installed.
I need to have a calculation between the timestamps between each time a widget is installed and to view that by installer.
This expression checks if there are any previous installations by the same installer with an earlier timestamp. If such installations exist, it calculates the time difference between the current installation and the most recent previous installation. Otherwise, it leaves the cell blank.
Save the virtual column, and it will automatically calculate the time difference for each widget installation.