![]() |
342 KB
|
202 KB
![]() |
342 KB
|
30 KB
|
30 KB
![]() |
342 KB
@sachin: TableDisaggregation collects dataSource row indices for the entire table at once, then bins values associated with them. PerPane and PerCell disaggregation bin values per iter.dataPoint. Since perTable combines all the sets of indices, the perPane index ordering is lost. I can move the value binning block inside the table construction block to prevent this. I will also test against the slow performance cases to be sure this nesting does not affect anything there.
v17 check in pending next build.
[SP] You may check it in now
v17 check in pending next build.
[SP] You may check it in now
[m):I have checked in ADS 18.0.0-dev-37
Reference Line is displayed at -158.8 for both Per Pane and Entire Table scope
Expected Result:Reference Line should be displayed at -947.3 because last value of Profit column is "-947.3" in data set and here reference line is displayed on "-158.8" which is last value of bar chart.
Hence Re-opening this issue
Please refer attached screenshot and vizx file (18.0.0-dev37.png and 18.0.0-dev-37.vizx)
[m):I have checked in ADS 18.0.0-dev-37
Reference Line is displayed at -158.8 for both Per Pane and Entire Table scope
Expected Result:Reference Line should be displayed at -947.3 because last value of Profit column is "-947.3" in data set and here reference line is displayed on "-158.8" which is last value of bar chart.
Hence Re-opening this issue
Please refer attached screenshot and vizx file (18.0.0-dev37.png and 18.0.0-dev-37.vizx)
Yesterday's fix was actually inverse of this issue. Will roll back tableDisaggregate changes and make analogous changes to totalDisaggregate.
Yesterday's fix was actually inverse of this issue. Will roll back tableDisaggregate changes and make analogous changes to totalDisaggregate.
Verified in ADS 18.0.0-dev-38
Please refer attached screenshot and vizx file (Verified-dev-38.png and Verified-dev-38.vizx)
Verified in ADS 18.0.0-dev-38
Please refer attached screenshot and vizx file (Verified-dev-38.png and Verified-dev-38.vizx)
Issue #14247 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 17.0.1-2, 18-dev-38 |
No time estimate |
@sachin: TableDisaggregation collects dataSource row indices for the entire table at once, then bins values associated with them. PerPane and PerCell disaggregation bin values per iter.dataPoint. Since perTable combines all the sets of indices, the perPane index ordering is lost. I can move the value binning block inside the table construction block to prevent this. I will also test against the slow performance cases to be sure this nesting does not affect anything there.