I'm looking to add horizontal lines to group my output within a Chart. I've tried "Customer Format Cell" and it only allows me to adjust the line before or after all outputs. For example, if my Calculated Dimension is the following:
IF(code = 1, 'test1',
IF(code = 2, 'test2',
IF(code = 3, 'test3',)))
I'm trying to figure out a way to add a line above 'test2' and after 'test3'.
Does anyone know of a way to do this? All my searches seem to show that formatting with lines in this way does not come easy within charts.