Hi! im working with a Combined chart, I have one dimension (year) and four expressions:
Exp1: sum( {< type = {'myvalue1'}, subtype = {'myval1'}>} value)
Exp1: sum( {< type = {'myvalue1'}, subtype = {'myval2'}>} value)
Exp1: sum( {< type = {'myvalue2'}, subtype = {'myval1'}>} value)
Exp1: sum( {< type = {'myvalue2'}, subtype = {'myval1'}>} value)
The problem is that I want to set color to EACH expression, no matter the value it give to me.
The color dependes from the type and subtype, but becouse these arent in dimensions, cant see how can put color in the graph' lines.
Thank you everyone!!