May 19, 2022 12:48 AM
Hi,
I am using the Kanban view to follow the application process of my students.
I would like to see on every card how long this card has been in this stack to quickly see if a card has been in a stack for too long.
And if possible, I would like to be able to quickly see on a card if it has been move rencently in this stack (with a different color for this card for exemple).
Do you know if it is possible to do this ?
Thanks !
May 19, 2022 01:14 AM
Hi Olivier,
yes, this is possible. There is a field type called “Last modified time”, for which you can specify to which field it shall apply. That shows you how long a card has the same status (Kanban boards just being a different visualisation for the single select / dropdown field).
For the second part: You could create a color based on conditions. The condition would again be based on the “Last modified time” field. As an example: Apply color green IF Last modified time is less than 3 days.
Hope that helps!
May 19, 2022 04:04 AM
Thanks ! Helps a lot
I used this formula :
DATETIME_DIFF(TODAY(),LAST_MODIFIED_TIME(Statut),'days')