Forum Discussion
Losing conditional formating after using "Show items with no data"
Hey guys,
I am using conditional formating on a field to change the background color, in a table.
It works great.
The problem is that I need to include a column in the table that might or not have values for that relationship so I need to tick the "Show items with no data" option.
The problem is that for the records with no data on the new table the conditional formating disapears...
| without new column | |||||||
| col1 | col2 | col3 | col4 | col5 | col6 | col7 | |
| A | 34 | ongoing | ABC | DEF | GHI | ||
| A | 34 | ongoing | RC | abc | def | ghi | |
| A | 34 | ongoing | RV | ABC1 | DEF1 | GHI1 | |
| including new column | |||||||
| col1 | col2 | col3 | col4 | col5 | col6 | col7 | col_from_newtable |
| A | 34 | ongoing | ABC | DEF | GHI | ||
| A | 34 | ongoing | RC | abc | def | ghi | XX |
| A | 34 | ongoing | RV | ABC1 | DEF1 | GHI1 | |
| moving the column up (notice that all the columns after that column will not have values anymore…) | |||||||
| col1 | col2 | col3 | col4 | col_from_newtable | col5 | col6 | col7 |
| A | 34 | ongoing | |||||
| A | 34 | ongoing | RC | XX | abc | def | ghi |
| A | 34 | ongoing | RV |
Can anyone help me with this?
Thanks
5 Replies
- tex628
Community Champion
Hi Anonymous ,
This is an issue i've battled with myself several times. To my knowledge there is no way to do this yet.
Where there is no data there is no evaluation being made which furthermore means that there is nothing to format.
If I'm wrong and there is a solution I would be very interested in seeing it as well! 🙂
Br,
J- AnonymousNot applicable
Hi tex628 ,
but the conditional rule does not deppend on the new column. It just depends on the column I calculated with the color (col4).
Also, the fact that every time I slide the new column along the table, all the values after that will disapear...what is the explanation for this?
- v-lionel-msft
Community Support
Hi Anonymous ,
Could you show the conditional rule formula you created?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- amitchandak
Super User
Anonymous , I doubt any solution as blank means no value and if add +0 to the measure and try to color that, it will give all the values from dimensions in use so unnecessary values will come