Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I tried changing the color of the line, but I can only change the color of a cell or text...
There's no way that I'm aware of (please let me know if there is) to highlight the entire line based on a single expression or control.
Alternatively set the Properties > Style> Current Style to something you need but this is static so alternatively set the 'Background Colour' condition of each Dimension and Expression - expand the '+' next to the label of each (all can use the same expression) - eg: if(sum(Sales)>100,rgb(198,255,198),rgb(255,198,198))
Bit of a pain but it works.
Hope that helps,
Matt - Visual Analytics Ltd
thanks, I'll try