if (Value > Previous) return '<b style="color:#00ff00;"> ▲</b>'; 07 if (Value < Previous) return '<b style="color:#ff0000;"> ▼</b>';