Forum Discussion
Hide (Blank) label but keep values
Hi there!
when making a chart using a double X axis with labels and a date hierarchy, there are values that fall outside off the dates for whatever reason and as such, cannot be plotted to the axis. This results into a (Blank) category.
Now i want to simply remove this label, but keep the values.
I tried 'hiding' it with conditional formatting, but that doesn't work.
Any suggestions would be welcome!
6 Replies
- decarsul
Helper V
exactly, it is weird. why would blank show as a value while its a nill?
Hope someone has a solution
- danextian
Super User
If the conditional formatting works fine, you should be able to render a text invisible by making it fully transparent using RGBA(0,0,0,0) in the conditional formatting measure (it will return 100% transparency as long as the 4th number is zero, the other zeroes can be anywhere from 0 to 255).