f383443747160a498242f70b41166f4be41677cd
Known-Issues.md
| ... | ... | @@ -5,30 +5,34 @@ |
| 5 | 5 | <!---[Known Issues Report](http://fogbugz.izenda.us/reporting/reportviewer.aspx?rn=Tracking_DO_NOT_EDIT\\KIL\\KnownIssues)--> |
| 6 | 6 | ##Known Issues |
| 7 | 7 | |
| 8 | -|Expected Release|Tentative Date|Case|Notes|Known Duplicate Tickets| |
|
| 9 | -|:----|:----|:----|:----|:----| |
|
| 10 | -|6.10.0.14|1/10/2017|25823|Using this setting "AdHocSettings.CategoryCharacter = '#'" can cause issues with URL's as it is used in New Dashboard page and New Instant Report page. Updating to properly escape the report name.|| |
|
| 11 | -|6.10.0.14|1/10/2017|26040|In some environments visible data sources are not persisting causing reports to be missing on the report list.|| |
|
| 12 | -|6.10.0.14|1/10/2017|26147|Removed underscored from multi-word filter descriptions.|| |
|
| 13 | -|6.10.0.14|1/10/2017|26183|ValidateBeforeSave setting displaying errors which are invalid.|| |
|
| 14 | -|6.10.0.14|1/10/2017|26242|Nulls are now aggregated together in a pivot instead of being discarded.|| |
|
| 15 | -|6.10.0.14|1/10/2017|26270|Added more relative paths to visualizations and other resources to prevent 404s when loading report part components.|| |
|
| 16 | -|6.10.0.14|1/10/2017|26273|Update behavior of record count in dashboard tiles. This limit should reflect record limit set on report parts set in the report record limits for each report part. This can be altered in the dashboard if user has permissions to flip the tile and access the record count.|| |
|
| 17 | -|6.10.0.14|1/10/2017|26299|Added ability to refresh dashboard items in the gallery. Add the following to the global file and these options will appear on the refresh menu in the dashboard. public override Dictionary<string, int> GetAutoRefreshIntervals() { var result = new Dictionary<string, int> { { "Every day", 60 * 60 * 24 }, { "Every hour", 60 * 60}, { "Every minute", 60}, { "Every 5 seconds", 5 } }; return result; }|26324| |
|
| 18 | -|6.10.0.14|1/10/2017|26311|Fixed error which would occur if a field comparison filter were used in a popup subreport. The report would fail saying that the filter value could not be found.|| |
|
| 19 | -|6.10.0.14|1/10/2017|26313|Prevented a situation where custom css on one dashboard tile could override the css of another tile.|| |
|
| 20 | -|6.10.0.14|1/10/2017|26336|Fixed problem which prevented left joins from being recognized when using table aliasing on self-join.|| |
|
| 21 | -|6.10.0.14|1/10/2017|26343|Corrected a problem with stacked bar charts in auto visualization which would cause the bar elements to render in reverse order from the chart legend.|| |
|
| 22 | -|6.10.0.14|1/10/2017|26357|Fixed an error preventing popup subreports from displaying from a Form.|| |
|
| 23 | -|6.10.0.14|1/10/2017|26370|Corrected a set of linked bugs relating to grouping by date in filters, dates cascading improperly in filters, as well as dates not properly respecting culture settings.|| |
|
| 24 | -|6.10.0.14|1/10/2017|26383|_INTERNALDOTCHAR_ showing on scheduled CSV column headers where a "." exists in the column name.|| |
|
| 25 | -|6.10.0.14|1/10/2017|26389|Heatmap results change in visualization when using the setting to hide grid.|| |
|
| 26 | -|6.10.0.14|1/10/2017|26395|Clarified behavior of Auto Chart - Pie, when using the 'Other' slice setting - these other values cannot be used for a subreport or drilling to another level of data on the same report.|| |
|
| 27 | -|6.10.0.14|1/10/2017|26397|When exporting to CSV system generates TMP files and they are not being properly removed from temp directories.|| |
|
| 28 | -|6.10.0.14|1/10/2017|26416|AdHocSettings.ShowDistinct ensure distinct text box is shown or hidden based on the setting and that query will remove distinct setting if datatype does not support this function.|| |
|
| 29 | -|6.10.0.14|1/10/2017|26442|Custom URL field should not be available for any field if a subreport is already configured for that field.|| |
|
| 30 | -|6.10.0.14|1/10/2017|26461|Calendar Visualization advanced setting options do not work properly in the New Instant Report page.|| |
|
| 31 | -|6.10.0.14|1/10/2017|26485|When inserts a new row in the middle of a field list all field functions are shown and are not limited by the field's data type|| |
|
| 32 | -|6.10.0.14|1/10/2017|26506|Corrected a problem which would prevent datetimes in non-US culture settings from being exported to Excel properly.|| |
|
| 33 | -|6.10.0.14|1/10/2017|26532|Corrected error when encoding datetimes which would sometimes cause them to be wrapped in bad HTML when exported to Excel.|| |
|
| 34 | -|6.10.0.14|1/10/2017|26540|Corrected a null reference error which could happen when filters are applied to a calculated field which is on a report using a stored procedure joined to a table or view.|| |
|
| 8 | +|Expected Release|Tenative Date|Case|Notes| |
|
| 9 | +|:----|:-----------|:----------------|:---------------| |
|
| 10 | +|March 7, 2017|6.10.0.16|25920|Removed dependence on Izenda's rs.aspx from being in the application root folder rather than an Izenda subfolder.| |
|
| 11 | +|March 7, 2017|6.10.0.16|26111|Prevented a null reference exception from being thrown in some circumstances when using an expression to calculate a field and not setting an expression type.| |
|
| 12 | +|March 7, 2017|6.10.0.16|26609|Changed back end code to make it easier for filters to identify calculated fields by a guid rather than description string.| |
|
| 13 | +|March 7, 2017|6.10.0.16|26673|Added support for filterable calculated fields in Instant Reports.| |
|
| 14 | +|March 7, 2017|6.10.0.16|26692|Corrected behavior of stored procedure params when inheriting filters across subreports.| |
|
| 15 | +|March 7, 2017|6.10.0.16|26731|Ensured parent report filters inherit to embedded subreports.| |
|
| 16 | +|March 7, 2017|6.10.0.16|26758|Fixed page break behavior when visually grouping in Analysis Grid style.| |
|
| 17 | +|March 7, 2017|6.10.0.16|26822|Corrected discrepancies in sort order between default and user-triggered sort.| |
|
| 18 | +|March 7, 2017|6.10.0.16|26848|Corrected problems when constructing pivots which caused fields to be hidden in error.| |
|
| 19 | +|March 7, 2017|6.10.0.16|26851|Using VG Hierarchy and Pivot at the same time throws an index exception when exported to PDF.| |
|
| 20 | +|March 7, 2017|6.10.0.16|26864|Expanded setting DataSourceLimit to incorporate Instant Reports.| |
|
| 21 | +|March 7, 2017|6.10.0.16|26873|Fixed some subtotals being dropped from a pivoted analysis grid during excel export.| |
|
| 22 | +|March 7, 2017|6.10.0.16|26877|Added report visibility control to Instant Report toolbar.| |
|
| 23 | +|March 7, 2017|6.10.0.16|26878|Expanded support for custom characters such as # and ^ when creating categories.| |
|
| 24 | +|March 7, 2017|6.10.0.16|26889|Updated angular.js to 1.6.1.| |
|
| 25 | +|March 7, 2017|6.10.0.16|26893|Corrected some conditions under which the Instant Report designer would not properly update field descriptions.| |
|
| 26 | +|March 7, 2017|6.10.0.16|26894|Corrected issue which would prevent subreports from rendering correctly if a parent report has a filter on a calculated field.| |
|
| 27 | +|March 7, 2017|6.10.0.16|26924|Changed handling of special character encoding in column headers.| |
|
| 28 | +|March 7, 2017|6.10.0.16|26926|Corrected page error preventing a column from appearing on the report output if added in the report viewer.| |
|
| 29 | +|March 7, 2017|6.10.0.16|26962|Consolidated some unused scripts to secure internal methods and increase safety.| |
|
| 30 | +|March 7, 2017|6.10.0.16|26980|Fixed handling of url feature to prevent encoding or modification of strings which could lead to bad links built from data.| |
|
| 31 | +|March 7, 2017|6.10.0.16|26981|Cleaned up creation and deletion of temporary files when using the report scheduler.| |
|
| 32 | +|March 7, 2017|6.10.0.16|26983|Changed internal workings of databaseSchema method to be more responsive to report design modification.| |
|
| 33 | +|March 7, 2017|6.10.0.16|26990|Suppressed help text from being appended to the end of a custom url.| |
|
| 34 | +|March 7, 2017|6.10.0.16|27004|Corrected tile bounding and sizing in dashboards to prevent an error which prevents tiles from being extended to the edge of the dashboard page.| |
|
| 35 | +|March 7, 2017|6.10.0.16|27020|Fixed an error which would happen if you attempted to bundle multiple resources through rs.aspx and one of those resources was empty.| |
|
| 36 | +|March 7, 2017|6.10.0.16|27034|Corrected preview not displaying in old version of the Instant Reports designer.| |
|
| 37 | +|March 7, 2017|6.10.0.16|27041|Fixed arrows for datetime calendar control if focus is changed unexpectedly.| |
|
| 38 | + |