In the first row appearance expression condition I have:
and it's works fine to me, this highlighting the title row.((string)e.Value) == "Promedio"
But in the calculated rows appearance expression condition I have (reading the tutorial):
but the row data is not highlighting when row title is "Promedio"tag == "Promedio"

I change this for "tag == null" then all calculate data is highlighting (all rows), and if i have "tag != null" nothing calculate data is highlighting.
Thanks!