Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
More measures - different DataSource size/lenght - BUG
posted

Hi,

I have for example 10 measures. Each of them has different DataSource size:

Measure 1: 0,1,2,3,4,5,4,3,2,1,0 -> 11 elements

Measure 2: 0,1,2,3,4,4,3,2,1,0 -> 10 elements

Measure 3: 0,1,2,3,4,5 -> 6 elements

Measure 4: 9,8,7,6,5,4,3 -> 7 elements

.

.

.

When the graph displays the measures, i cant zoom it, because the application closed.

My bad solution is the following:

I check every measure, how many element has, than is save the number of maximum element's measure.

After it i fill all the measures with 0, which haven't the maximum elements:

Max: 11 elements

Measure 1: 0,1,2,3,4,5,4,3,2,1,0   

Measure 2: 0,1,2,3,4,4,3,2,1,0,0

Measure 3: 0,1,2,3,4,5,0,0,0,0,0

Measure 4: 9,8,7,6,5,4,3,0,0,0,0

.

.

.

Now the graph displays all the measures with zoom and i can it scroll without closing the application.

I think it is a bug, isn't it?

Thanks

Zollie

Sorry for my bad english.