Hi, Does AppSheet have a Countdown feature? Would be useful in Project Management
What kind of countdown feature are you looking for?
I am working on the Construction Daily Report App and would like to include a feature or column with “Days to completion” where it days will deplete based on the scheduled completion date
Okay… then add a virtual column for your counter like [CompletionDate]-TODAY(). It will count it every time when you sync the app.
If I hear you correctly:
- I must create a column called “Completion Date” on the Date format,
- Then create a column “Days to completion” - set this as Virtual Column with App Formula “CompletionDate - TODAY()”
Question - What format must the Virtual column be on?
The result is a number.
-
If a set the Virtual Column formula to Number I get this error message: “Column Name ‘Days To Completion’ in Schema ‘Job_Schema’ of Column Type ‘Number’ has an invalid app formula ‘=[Completion Date] - TODAY()’. The type of the app formula ‘Duration’ does not match the column type 'Number”
-
If a set the Virtual Column formula to Duration I get a result of “4704:00:00”
In both instances, I created a spreadsheet column and typed in a Completion Date (same name as column name) of 11/25/2019.
I then created a Virtual Column with App Formula: [Completion Date] - TODAY(). which gives me the above results.
My typo error… HOUR([Completion Date]-TODAY())/24