Saved search question: Let's say you for example have a list of all posting transactions that is sorted by internal ID. I want it to be more readable, by highlighting when a new transaction starts. So internal ID = 1 then all lines from that transaction is grey, internal id = 2 is white, internal id = 3 is grey and so on.. Achievable?