Format rule bugged on simple use case?

Hello friends, I was setting up some simple format rules for a view in a dashboard, and I can't get it to work how it should, there are 4 format rules: 

[deliveryStatus] and [paymentStatus] are virtual columns.

[deliveryStatus]="Pendiente" which means "Pending", show red box icon (Format rule 1)
[deliveryStatus]="Entregado" which means "Delivered" show green box icon (Format rule 2)

[paymentStatus]="Pendiente" which means "Pending", show red dollar icon (Format rule 3)
[paymentStatus]="Pagado" which means "Paid", show green dollar icon (Format rule 4)

Just look at it, how can this not work?

Rafael_ANEICPY_0-1649108038208.png

For example, here you can see three rows and their values in those two columns:

Rafael_ANEICPY_1-1649108299599.png[paymentStatus]="Pagado"[deliveryStatus]="Pendiente"
Rafael_ANEICPY_2-1649108308765.png[paymentStatus]="Pagado"[deliveryStatus]="Pendiente"
Rafael_ANEICPY_3-1649108318214.png[paymentStatus]="Pendiente"[deliveryStatus]="Entregado"


And just in case I messed up and my brain is blocked, which happens, here are the screenshots of each individual format rule configuration:




Solved Solved
0 3 148
1 ACCEPTED SOLUTION

You can format a single column with multiple icons, but only a single highlight color can take affect on that single column at a time. That highlight color applies to all icons on that column. Move your last 2 format rules to an adjacent column and they should show the colors how you're wanting.

View solution in original post

3 REPLIES 3
Top Labels in this Space