Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
Is possible, turn some years as Columns?
I tried, but it failed.
Thanks !
The problem is :
-I have only 1 field as Dimension : Year
I dont have another Field to use as "Customer". So, i cant use the actual expression as Dimension, because i have 2 distinct expressions.
Let me have your expressions...
=(count({<Segmento=(p ({$<Marca={'CHEVROLET'}>} Segmento))>}Numero_Chassis)/Below(count({<Segmento=(p ({$<Marca={'CHEVROLET'}>} Segmento))>}Numero_Chassis),-1))-1
=count(Numero_Chassis)/Below(count( Numero_Chassis),-1)-1
have you got year field in your database?
Hello
got to chart properties > presentation and mark "horizontal"
Yes !
Any idea?
Thank you !!!!
It worked !
Create a Straight Table...
Don't keep any Dimension
Expression 1
=(count({<Year = {'$(=Max(Year))'},Segmento=(p ({$<Marca={'CHEVROLET'}>} Segmento))>}Numero_Chassis)/Below(count({<Year = {'$(=Max(Year))'},Segmento=(p ({$<Marca={'CHEVROLET'}>} Segmento))>}Numero_Chassis),-1))-1
=count({<Year = {'$(=Max(Year))'}>}Numero_Chassis)/Below(count({<Year = {'$(=Max(Year))'}>}Numero_Chassis),-1)-1
Same way use Year = {'$(=Max(Year)-1)'} and Year = {'$(=Max(Year)-2)'}