It would be great if we could receive a summary of how many records (rows) per day are touched/worked by a “user”. Does that option exist now? Thanks!
1 pm EST update - Could the results by user be shown as a separate tab in a table or list on the app? Great management tool!
You could pull it off on Edit but not on View. You would add three columns to the sheet in question. For instance DatePriorEdit, DateCurrentEdit and one called NumTimesEdit. You would need a script that would run on a timed trigger. On the edit screen you would add a special value component, the current datetime. This would be hooked to the DateCurrentEdit column. The script would run every minute and compare the two datetimes and if they differ it would increment the counter and copy the current date column to the prior date column.
Hi Neighbor George… sending you private message