Forum Discussion
jeannejeanne
8 years agoQrew Cadet
At a lost. Don't want to use forms, have a status field that has 9 choices, and will most likely be at least 7 or 8 of them as it goes through the process. for three the processes i have to store the date it was set to that specific status and for one of the status i have to record the person who set it to that specific status. I have tired log edit and using and creating a table to and using actions to put data in the table. but with both i cannot get the specific information i need by lookup or formula to get the specific data I need. Is this possible in grid edit? thank you for any help or insight!
- jeannejeanne8 years agoQrew CadetThink i figured out by creating a (action) table for each status, is that the best solution or is there a better way? thanks.
- QuickBaseCoachD8 years agoQrew CaptainWhy can't you just use one table to have the Action write to, to record the Status changes? Why a table per Status?
- jeannejeanne8 years agoQrew Cadet
i wasn't able to figure out how to do a lookup from the parent table to the status table to get the date/time of a specific status
- QuickBaseCoachD8 years agoQrew CaptainYou can do a summary maximum of the date subject to the filter that the status was a particular status.
- jeannejeanne8 years agoQrew Cadet
in the report? How? I couldn't figure out how to do that, so did the summary on the table relationship
- QuickBaseCoachD8 years agoQrew CaptainYes, the Summary field is created in the relationship.
- jeannejeanne8 years agoQrew Cadet
You can do multiple summaries with different criteria in the relationship?
- QuickBaseCoachD8 years agoQrew CaptainThere is no limit to the number of summary fields you can create in a relationship.
The easiest way to make the 2nd one is to duplicate the first field and change the filter criteria. - jeannejeanne8 years agoQrew Cadethow would i do this if i want to get the user name of the last modified by?
- QuickBaseCoachD8 years agoQrew CaptainOK, so that is a bit more complicated with a child table. You will need to make a summary maximum field of the maximum [Record ID#] of the status log records for that Status.
Then make a new "reverse relationship" where 1 status log has many Parent records. (I don't know what your parent records are called). But them use that [Maximum Record ID#] field on the right side of the relationship. Then lookup the user field up to the Parent.