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?
For example, here you can see three rows and their values in those two columns:
[paymentStatus]="Pagado" | [deliveryStatus]="Pendiente" | |
[paymentStatus]="Pagado" | [deliveryStatus]="Pendiente" | |
[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! Go to 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.
User | Count |
---|---|
17 | |
12 | |
5 | |
5 | |
5 |