Adding mean line by script
I can build a graph and add a horizontal mean line. When I try to extract the script it doesn't reproduce any line.I have attached the script belowGraph Builder(
Size( 1964, 1192 ),
Variables( X( Column ), Y( Column ), Group X( Column_a ) ),
Elements( Bar( X, Y, Legend( 11 ) ), Line( Y, Legend( 12 ) ) ),
Local Data Filter(
Add Filter( columns( Column_a ), Where( Column >= 0 & Column_a <= 3.2
...