Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I'm using Scatter chart and also taken Trellis in that , the total chart data is sub-divided into 4.
Now when i select its X=4 and Y=2 values of the listboxes,then chart 4th Quadrant is displaying on top. But it should not move to top, all the positions should be fixed even X and Y values are selected or not.
Ex: Below figure when i didn't select any value in X and Y , then look like below image.
Ex: If i Select x=4 and Y=2, the 4th place sub-divided chart is moving to top in 1st place like below.
How can we make that not movable when x and y values are selected also in Scatter chart ?
Thanks in advance.
Hi,
That's not possible, as far as I know. The chart doesn't allow you to customize positions for each value of the dimension, so every time you select one value, that trellis goes to the first row, left. Same if you select two values for that dimension, and so on.
Regards.
Miguel
Thanks Miguel for response.
Please find the attached QVW file.
One more Question,
how can i replace the label names of 3/1,3/2,4/1,4/2 shown in below screenshot. I'm using trellis in scatter chart. And in Dimensions tab using 5 fields.
i.e; Instead of 3/1 i should rename as "X1", in sameway,
3/2 as "X2"
4/1 as "X3"
4/2 as "X4".
Thanks in advance.
Hi,
I cannot open your file, for some reason it says it weighs 3,5 Mb but I only download 600Kb. Anyway, the value it takes for label is the value of the dimension. Create a new dimension with the values to display in your script, and use this dimension in the chart instead.
Hope that helps.
Miguel
Thanks Miguel.