Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
2 dimensional heatmap with 3 legends.
Rule 1 : If count is 1 then ‘Red’
Rule 2: if count is greater than 1 or <= 10 then ‘Yellow’
Rule 3: if count is greater than 10 then ‘Green’.
Be waiting for a ton of responses.
Hi!
if(expr = 1,
Red(), if(expr>1 and expr<=10,
Yellow(),
Green())
)
* Enable checkbox: [v] Expression is Color