I’m trying to build a “user activity” panel showing username, their last activity and the time of that last activity. I’d like to use thresholds to colour the rows based on how recent the last activity was - green row for activity within the last 4 hours, amber row for activity within the last 4-24 hours and red for any activity older than that.
I can’t get my head around how to set up the thresholds and how to have the table panel colour the whole row based on threshold on the time column.
This is far as I’ve got - the thresholds aren’t working and only the time column is changing colour the rest of the columns always show green.
It must be a simple solution but I just can’t see how to do achieve it. Can anybody assist?