I have 2 dimensions and 1 expression and I need to display based on the increase number of messages at particular day in particular time as per the live data. And that should display a red color that indicates more messages.like a heat map.
if(Field1<=4,RGB(97,147,13), if(Field1>=5 and Field1<=8,RGB(246,158,22),Green()))
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful