Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
This seems like basic function, but I'm not able to find it answered anywhere. I have a straight table that I would like to alternative background colors based on a dimension (Order ID). My goal is a result like this (aka banding).
Thanks in advance for your help,
Chris
Olá,
@cfountain72 , você pode fazer da seguinte forma segue os dados do print, em expressão de cor de fundo
na expressão vc pode usar um if. como o exemplo abaixo:
if(
ORDER ID='16535130','AZUL'
,
if(
ORDER ID='21316563','VERMELHO'
))
OBS: Para cada coluna você irá colocar o cor de fundo com a expressão.
Caso tenho ajudado, por favor marcar como solução e deixar um like
Grato!
Thanks MatheusC, but I don't l have any predefined list of OrderIDs. There will be hundreds or thousands, so we need an expression that automatically alternates colors.