Table value mappings not working

I create a table panel. The panel’s datasource is elasticsearch. I want to make the last column’s cell color become yellow if the value in cell is Warning. And the cell’s color is green if the value in cell is Normal.

My setting is in the picture. But it’s not working.

1 Like

I found out that table panel is only mapping numeric values to text. And threshold is only apply to numeric values.