Forum Discussion
- Contract
- Details
- Available
- Completed
- Billing
- Final Costing
- Closed
Do I need another table to do this?
------------------------------
Tina Revermann
------------------------------
Then write out a new Status Log record. The Start date/ time can actually come from either the date Created field or else a field set to default to the Current Date Time.
The advantage of this logging method is that status changes can go backwards in the sequence. You can then make a summary report as an embedded Report Link on the main Parent record of the total time by Status.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ChaitaliDamani2 years agoQrew Member
I am trying to build a table that takes the "change of status" as input and then add the days mentioned to move to another phase. I want to record the time stamp when someone enters the phase + number of days to complete that or get out of that phase, which will be the due date. If someone fails to update the phase or misses the due date, it will show the number of overdue days and turn red. How can I do that on QuickBase without pipelines as I do not have access to create pipelines??
------------------------------
Chaitali Damani
------------------------------- ChayceDuncan2 years agoQrew Captain
Can you clarify a little bit? It sounds like you're wanting to have someone enter some kind of update that would capture the current timestamp, and then they would enter a number that is a a new expectation for when they would finish/exit that stage? That number input + timestamp is now the new expectation that the phase is expected to end/due?
If yes, then your simplest solution without pipelines would be to have a new table that:
- User adds a record that is related to the Phase in question where phases have many 'updates'
- Add a snapshot field that when you create the update it snapshots the current due date of the phase
- In the update, enter a duration field for the number of days
- Calculate snapshot field of current due date + duration is your new due date
- Summary the new date date into the Phase and that is the Due Date that you'd be referencing.
Please feel free to correct any gaps though in my understanding of your request.
------------------------------
Chayce Duncan
------------------------------- ChaitaliDamani2 years agoQrew Member
Can you elaborate more on how to create snapshots for the field "recruitment status" and automate the process of recording timestamps? Also, I would like to know if this can be done using formulas.
------------------------------
Chaitali Damani
------------------------------