Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
.. just chiming into this thread here. I have to do this for a client and it was "non trivial".
I had to make a child table for the Status change records and each one had start and stop date time fields. To change status, the user would click a button on ghe parent help ticket which would update the most recent status record to "stop it" with the date/time of now(), and then add a new child status record and "start it" it now().
Then the actual status for the main help ticket record was a reverse lookup from the most recent child record.
Then I could make summary fields on the help ticket for the total time spent in each stataus.
I had to make a child table for the Status change records and each one had start and stop date time fields. To change status, the user would click a button on ghe parent help ticket which would update the most recent status record to "stop it" with the date/time of now(), and then add a new child status record and "start it" it now().
Then the actual status for the main help ticket record was a reverse lookup from the most recent child record.
Then I could make summary fields on the help ticket for the total time spent in each stataus.
AlexJames
8 years agoQrew Trainee
Thanks, and do you have any suggested resources/links for how to setup this child table? I just began learning QuickBase 4 days ago, so the help is much appreciated!