Attempting to "View as Spreadsheet" a Results Data compare when a filter is set (such as only Modified Rows) doesn't display the correct data.
For example, I have a compare with 10 rows in it, with only one row with changes (no additions or deletions) which happens to be the last row. Filtering to only modified rows shows just that single, last row. But when I "View as Spreadsheet", the spreadsheet contains only one row but it happens to be the very first row.
![]() |
5 KB
|
954 KB
@ivan: pls have Jenny code review changes
When filtering is enabled we create a mapping of actual row to filtered row. This must be adjusted for when retrieving the value at location. Should function correctly now.
When filtering is enabled we create a mapping of actual row to filtered row. This must be adjusted for when retrieving the value at location. Should function correctly now.
Still need to have the excel file display what the cells display on screen.
Still need to have the excel file display what the cells display on screen.
Issue #13764 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.0-rc-8 |
No time estimate |
1 issue link |
relates to #12452
Issue #12452Add "View in Spreadsheet" to results compare |
@ivan: pls have Jenny code review changes