4972eeb38abed56aa69358a3012ad87ee1550e09
6-dot-8-Release-Notes-Archive.md
| ... | ... | @@ -0,0 +1,528 @@ |
| 1 | +#6.8 Release Notes Archive |
|
| 2 | + |
|
| 3 | +[[TOC]] |
|
| 4 | + |
|
| 5 | +# 6.8.0.8 (April 21, 2015) |
|
| 6 | + |
|
| 7 | + |
|
| 8 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 9 | + |
|
| 10 | +Note: The Visualizations help text contains a link directing the user to the Visualization feature page on the Izenda Wiki. If you would like to remove this like, you can modify the Doc.html files within the Resources/Vis folder for each chart type. |
|
| 11 | + |
|
| 12 | +|Case|Category|Subcategory|Description| |
|
| 13 | +|:----|:-----------|:----------------|:---------------| |
|
| 14 | +|**HF:19382**| **MVC Builds Only**|**API**|**In 6.8.0.x MVC kits downloaded prior to 4/24/2015, there was an issue where using AdHoc settings would not disable the ability to create new reports and dashboards. To fix this issue, please replace the _SiteLayout.cshtml file located in Views/Shared with [this one](https://izenda.sharefile.com/d-scab81cb6d6e43b3a).**| |
|
| 15 | +|FB:14779|Report Design|Visualization|Corrected allowable size of bars (Auto Chart, Combo).| |
|
| 16 | +|FB:17625|API|UI|Adressed localization not being applied in new UI elements.| |
|
| 17 | +|FB:17962|API|Logging|Internal logger can now be completely disabled| |
|
| 18 | +|FB:18248|Report Design|Visualization|Fixed breaking visualization with URL Advanced Field Setting.| |
|
| 19 | +|FB:18281|API|Constraints|Implemented bulk adding constraints, Optimized FusionDriver.GetAllTables method, FusionConnection.GetColumns() method and Driver.ExtractSchema method| |
|
| 20 | +|FB:18303|API|UI|Implemented possibility to configure join aliases in Advanced mode, and possibility to switch from Advanced to Simple mode without loosing join aliases| |
|
| 21 | +|FB:18332|API|Optimization|Fixed error in JS when opening field properties window several times| |
|
| 22 | +|FB:18371|API|Optimization|Trim trailing space to group Visual Grouping according to the ANSI/ISO SQL-92 standard for MSSQL| |
|
| 23 | +|FB:18373|API|Optimization|Cleaned up .ascx pages in RI/Resources| |
|
| 24 | +|FB:18418|API|Optimization|Removed excess string concatenations, made "variable cache" optimization in ResponseServer.IsTableVisible and ResponseServer.GetFunctionsList, removed excess ToLowerInvariant calls. Refactored AllTablesWithColumns member in Drivers, and thus fixed not-working part of disk schema cache for oracle and postgresql drivers. Changed linear search to picking from dictionary in "Column[] GetColumns(Table table)" methods of Driver-s.| |
|
| 25 | +|FB:18422|Instant Reports|UI|Automatically sort VG fields in the report created on the Instant Report page| |
|
| 26 | +|FB:18474|API|Optimization|Try to load only particular itextsharp assembly version to avoid versions conflicts| |
|
| 27 | +|FB:18485|Report Design|UI|Visual Group headers now respect colors set for fields| |
|
| 28 | +|FB:18508|API|Export|Apply all formatting levels to the Bulk CSV output| |
|
| 29 | +|FB:18515|Instant Reports|Optimization|Improve autocomplete performance on the Instant Report page| |
|
| 30 | +|FB:18560|API|Optimization|Fixed data filtering bug.| |
|
| 31 | +|FB:18591|Report Design|Optimization|Fixed drill-down key field showing as a smart-tag| |
|
| 32 | +|FB:18594|Report Design|Charts|Fixed applying simple custom formats to DundasCharts. Added properties to Funnel and Plot (Dundas) and Funnel (HtmlChart)| |
|
| 33 | +|FB:18595|Report Design|Filters|Do not include extra param when filter operator is changed to Between| |
|
| 34 | +|FB:18597|Report Design|Filters|Client-side sorting of dates before 1970 fixed| |
|
| 35 | +|FB:18661|Report Design|Filters|Do not refresh filters automatically in the Viewer if CascadeFilterValues is set to false. Properly handle filters with identical structure in the Viewer.| |
|
| 36 | +|FB:18670|API|Database Mode|Fixed null reference error when Fusion Driver is used together with DatabaseAdHocConfig and reportList caching| |
|
| 37 | +|FB:18695|API|Optimization|API to specify a valid native type to override internal DB type for temp SP table creation| |
|
| 38 | +|FB:18710|Report Design|Optimization|Apply "Page Break After VG" setting to the field-value styled VG| |
|
| 39 | +|FB:18714|API|Fusion|Made it possible to create and use virtual datasources with FusionDriver against databases exposed via fusion connections| |
|
| 40 | +|FB:18736|API|Pagination|Removed pagination from dashboards.| |
|
| 41 | +|FB:18737|API|Optimization|Apply AdHocSettings.TimeZoneOffset to some Date aggregate functions, AdHocSettings.TimeZoneOffset datatype is now double| |
|
| 42 | +|FB:18756|API|Optimization|New auto-join algorithm| |
|
| 43 | +|FB:18766|API|Pagination|Tiny fix for correct calculation of the amount of pages. Properly format both Detail and Summary grids when pagination is used| |
|
| 44 | +|FB:18802|API|Expressions|Properly handle FieldAliases in the expressions| |
|
| 45 | +|FB:18828|API|Caching|Fixed cherry pick conflict| |
|
| 46 | +|FB:18845|Report Viewer|Charts|Restore fade-out of the long labels in a vertical Bar Chart| |
|
| 47 | +|FB:18849|API|Data Sources|Do not show SavedReportsTable as available data source. Properly handle SavedReportsTable with schema name in Oracle and PostGreSQL| |
|
| 48 | +|FB:18854|API|Optimization|Fixed out of range exception in DrillDownKeys| |
|
| 49 | +|FB:18858|API|Expressions|Allow tabulation chars in the Expression for better formatting| |
|
| 50 | +|FB:18859|UI|Expressions|Refresh calculated fields list when Arithmetic or Expression is changed| |
|
| 51 | +|FB:18869|API|Export|Fixed exporting from the Designer (regression bug from the FB-17901)| |
|
| 52 | +|FB:18873|API|Visualization|Refactored Visualization charts and fixed help text| |
|
| 53 | +|FB:18915|Report Design|Joining|Fixed missing joins on switching between modes, and another issue with join aliases after switching to simple mode| |
|
| 54 | +|FB:18919|UI|Database Mode|Do not create duplicates in the report list in DatabaseAdHocConfig when CurrentUserTenantId is specified| |
|
| 55 | +|FB:18920|API|Pagination|Use cache with pagination so SQL request is not required to change the page| |
|
| 56 | +|FB:18942|Report Design|UI|Fixed Gradient Cell not working in case of some formats.| |
|
| 57 | +|FB:18949|Report Design|Charts|Properly round Axis labels in Bar and Trend charts when integer format is used| |
|
| 58 | +|FB:18955|API|Optimization|Removed unused empty class.| |
|
| 59 | +|FB:18970|API|Optimization|Distinct keys values in the AdHocSettings.FieldAliases collection| |
|
| 60 | +|FB:18973|Save|Visualization|Fixed bug saving the properties in the case of two or more visualizations in a single report.| |
|
| 61 | +|FB:18974|Report Design|Visualization|Fixed showing subreport charts in expand panel of the Auto Chart.| |
|
| 62 | +|FB:18977|Report Design|Optimization|Fixed the Record Count metric.| |
|
| 63 | +|FB:18980|API|Optimization|Fixed malformed mime type header| |
|
| 64 | +|FB:18998|Report Design|Optimization|Avoid to add empty HAVING clause| |
|
| 65 | +|FB:19014|API|Saving|NullReferenceException on save when UseReportID setting is set to true fixed| |
|
| 66 | +|FB:19022|Save|Forms|Save Form in the proper location when CurrentUserTenantId is set| |
|
| 67 | +|FB:19030|API|Optimization|Replace text for Divide-By-Zero will now show empty strings| |
|
| 68 | +|FB:19034|API|Optimization|Prevent XSS attack via HTTP header on the Settings and rs pages| |
|
| 69 | +|FB:19044|API|Logging|Added logging to ListReportsCache/ReportListCacheStorage classes.| |
|
| 70 | +|FB:19046|Report Design|Optimization|Fixed NullReferenceException when processing hidden filter with empty column| |
|
| 71 | +|FB:19061|API|Expressions|Subtotals Expression feature implemented| |
|
| 72 | +|FB:19080|API|Optimization|Fixed deadloop in GetConstraintsInfo| |
|
| 73 | +|FB:19087|Report Design|UI|Properly handle VG Hierarchy rows visibility according to the ExpandVisualGroupGrids setting value| |
|
| 74 | +|FB:19107|API|Optimization|Added public method Utility.InitFakeHttpContext() which customer can call to ensure that Izenda is not running null http context in win32 (not web) application.| |
|
| 75 | +|FB:19110|Report Viewer|Export|Fixed hiding wrong fields when using /csv and BulkCSV.| |
|
| 76 | +|FB:19123|UI|Optimization|Changed margin of the AllowNulls checkbox.| |
|
| 77 | +|FB:19125|API|Caching|Added disabling query cache if SavedReportsTable occurs in parameters values.| |
|
| 78 | +|FB:19294|API|Arithmetic|Changed ShowArithmetics default value to true| |
|
| 79 | +|FB:19304|Report Viewer|Optimization|Fixed JS error when opening field properties in viewer| |
|
| 80 | + |
|
| 81 | + |
|
| 82 | +# 6.8.0.7 (March 24, 2015) |
|
| 83 | + |
|
| 84 | + |
|
| 85 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 86 | + |
|
| 87 | +Note: The Visualizations help text contains a link directing the user to the Visualization feature page on the Izenda Wiki. If you would like to remove this link, you can modify the Doc.html files within the Resources/Vis folder for each chart type. |
|
| 88 | + |
|
| 89 | +|Case|Category|Subcategory|Description| |
|
| 90 | +|:----|:-----------|:----------------|:---------------| |
|
| 91 | +|HF:19020|API|Filters|Fixed issue resulting in unneeded HAVING clauses| |
|
| 92 | +|FB:12976|API|PostgreSQL|PostgreSQL type mapping reviewed.| |
|
| 93 | +|FB:13008|Report Design|Filters|Selecting a value for "Require" in the Report Viewer will no longer throw an exception when calculated columns are being filtered upon.| |
|
| 94 | +|FB:14209|Report Viewer|Visualization|Text labels are removed from the World Tour when the user takes control using the mouse. Resume the animation by clicking the visualization.| |
|
| 95 | +|FB:14271|Report Design|Joining|Automatically COLLATE Stored Procedures columns to the database_default if Stored Procedure is used in the JOIN| |
|
| 96 | +|FB:15381|Report Design|Fusion|Fixed Pivots and Filters when Fusion connection is used| |
|
| 97 | +|FB:17588|Save|Export|Modified exports to use the report name as the file name. If the report has not been saved, the name will default to 'Report.xxx'| |
|
| 98 | +|FB:17695|Scheduler|Resources|Internal static resources load directly instead of using HttpRequests so emailed reports appear correctly| |
|
| 99 | +|FB:17783|API|Caching|Implemented updating databaseschema on new session | |
|
| 100 | +|FB:17942|Report Design|Pagination|Fixed pagination error in Report Designer where changing pages would result in "No field selected"| |
|
| 101 | +|FB:17943|API|Browser|WorldMap in FireFox now appears correctly| |
|
| 102 | +|FB:18080|Save|Export|Pie charts can now cross pages without being cut off.| |
|
| 103 | +|FB:18082|Report Viewer|Responsive Grid|Updated Responsive Grid to work with higher rowcounts| |
|
| 104 | +|FB:18107|Scheduler|Dundas Charts|Fixed bug in rendering DundasChart within scheduled reports.| |
|
| 105 | +|FB:18140|Report Design|Gauge|Pass correct parent report param to the drill-down report of the Gauge report inDashboard| |
|
| 106 | +|FB:18165|Report Design|Pivots|Properties of columns in Pivots and Fields are not independent of eachother| |
|
| 107 | +|FB:18171|Report Viewer|Fields|Fixed group issue on fields adding in report viewer| |
|
| 108 | +|FB:18218|API|License Key|Fixed Data Sources page error when license contains no +MAPS.| |
|
| 109 | +|FB:18226|Report Viewer|Charts|Fixed inconsistency between Value field and available Functions in charts.| |
|
| 110 | +|FB:18231|API|Data Sources|Fixed issue in fusion driver when odata connection to webservice behind load balancer is used| |
|
| 111 | +|FB:18245|Report Design|Filter|FilterLogic with HAVING fixed| |
|
| 112 | +|FB:18295|Report Design|Expressions|Allow NOT key word in Expression| |
|
| 113 | +|FB:18304|API|Caching|Do not include Report Position in the cache signature| |
|
| 114 | +|FB:18323|API|Performance|made driver calls to the ParentReportSet more consistent| |
|
| 115 | +|FB:18349|Report Design|Charts|Fixed inconsistency in formatting between Field and Chart (Trend, Pie, Funnel).| |
|
| 116 | +|FB:18354|Dashboards|Analysis Grid|Fixed showing Analysis Grid on Dashboard.| |
|
| 117 | +|FB:18359|Report Viewer|Fields|Do not show fields that are part of the arithmetic in the Viewer Fields control| |
|
| 118 | +|FB:18369|Report Viewer|Fields|Persist field properties when it's moved to the unused pane in the Viewer| |
|
| 119 | +|FB:18370|API|Caching|Synchronize report list cache in DB storage mode when App server and DB server have different time zones| |
|
| 120 | +|FB:18380|Report Design|Forms|Ensure tinymce empty form is removed from report| |
|
| 121 | +|FB:18390|Save|Dashboards|Use real form id instead of the hard-coded one on the Dashboards page| |
|
| 122 | +|FB:18413|API|Caching|Fixed showing obsolete data on UpdateResults click when CacheQueries enabled| |
|
| 123 | +|FB:18455|Report Design|Forms|Allowed to put fields absent in Form without sorting to the top of selection list| |
|
| 124 | +|FB:18491|Report Viewer|Summary|Fixed Gradient Cell Shading in Summary.| |
|
| 125 | +|FB:18508|API|Export|Execute report only one time for BulkCSV export & ProcessDataRow method added to the API| |
|
| 126 | +|FB:18509|Instant Reports|Fields|Properly sort field names on the Instant Report page.| |
|
| 127 | +|FB:18532|Report Design|Auto Chart|"Auto chart" refactoring. Fixed non-unique element ids.| |
|
| 128 | +|FB:18534|Save|Export|Allow HTML content (in report header/footer/title and field description) to be rendered in export output| |
|
| 129 | +|FB:18545|UI|Filters|Filters with long names UI issue fixed| |
|
| 130 | +|FB:18552|API|Forms|updated CodeMagic to use syntax highlighting| |
|
| 131 | +|FB:18559|Report Design|Visualization|Use Visualization from any Chart tab rather than from the first only| |
|
| 132 | +|FB:18573|Report Viewer|Report List|Authentication no longer impedes thumnail viewing| |
|
| 133 | +|FB:18577|Save|Database Mode|Properly handle SavedReportsTable with schema name| |
|
| 134 | +|FB:18602|Dashboards|Security|Encode user input on the Dashboard Designer page| |
|
| 135 | +|FB:18610|Report Design|Fusion|Do not auto group fields with aggregate function in expression - Fusion connection fix| |
|
| 136 | +|FB:18621|API|Save|AdHocSettings.ShowModifiedReportMessage setting added| |
|
| 137 | +|FB:18622|API|Export|Modified build script. Only distributes phantomjs exe now.| |
|
| 138 | +|FB:18624|Save|Export|Fixed exporting of the visualizations.| |
|
| 139 | +|FB:18641|Report Design|Filters|Fixed '(blank)' behavior of the multi-selection operators in the filters.| |
|
| 140 | +|FB:18696|API|Security|Implemented concealing connectionstring in logs| |
|
| 141 | +|FB:18715|API|Data Sources|Made virtual datasources working correctly together with changes from 16086| |
|
| 142 | +|FB:18721|Report Design|Visualization|Upgraded Visualization Helptext. This text contains a reference to the Izenda wiki that can be removed in the doc.html file for each visualization contained in the Resources folder| |
|
| 143 | +|FB:18731|Report Design|UI|Fixed hiding of service field.| |
|
| 144 | +|FB:18732|Report Viewer|Resizing|Fixed report title, description and other header items from maximum 33% size to100%, removed nowrap from description, header and footer of report.| |
|
| 145 | +|FB:18735|API|Broswer|Fixed error in IE9 when cssText property is changed.| |
|
| 146 | +|FB:18793|Report Design|Arithmetic|Fixed checking on division by zero.| |
|
| 147 | +|FB:18833|Report Design|Forms|Made autocompletion hidden on forms by default| |
|
| 148 | +|FB:18834|API|Visible Datasources|Fixed missing constraints| |
|
| 149 | +|FB:18838|API||Fixed izenda crash on null value in Xml column in reports table| |
|
| 150 | +|FB:18871|Report Design|Visualization|Fixed Timeline visualization not working.| |
|
| 151 | +|FB:18902|Dashboards|Charts|Fixed charts on dashboards not working.| |
|
| 152 | +|FB:18939|Instant Reports|Auto Chart|AutoChart fixed on the Instant Report page| |
|
| 153 | +|FB:18961|Report Viewer|Saving|Added confirmation of overwriting reportset in reportviewer| |
|
| 154 | + |
|
| 155 | +# 6.8.0.6 (February 25, 2015) |
|
| 156 | + |
|
| 157 | + |
|
| 158 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 159 | + |
|
| 160 | +* **HF-18699: Predefined Constraints Not Being Recognized - Download links updated 2/26/2015** |
|
| 161 | +* FB-13156: Show friendly error when Analysis Grid report is designed incorrectly |
|
| 162 | +* FB-13980: Fixed formatting values for: Matrix, Waterfall, Time Bubble, World Tour, Combo, Tree and Autochart Visualizations. Fixed displaying "Others" and percent values in Autochart. |
|
| 163 | +* FB-14319: Grammatical issue was fixed "does" not "do" |
|
| 164 | +* FB-14067: Fix common filters in Dashboards when there are several filters on the same column and with the same Operator. |
|
| 165 | +* FB-14744: Fixed Appearance tab on Settings page. |
|
| 166 | +* FB-14779: Fixed correct rendering of visualization in small containers. Hide breadcrumbs if the content overflows an element's container. |
|
| 167 | +* FB-15238: Fixed behavior of Pie and Funnel chart types. |
|
| 168 | +* FB-15790: Implement Filters on the Instant Report page |
|
| 169 | +* FB-16415: ReportDesigner fixed to handle browser width while piechart generates |
|
| 170 | +* FB-17549: Fixed bulkcsv export crash when pivots are used |
|
| 171 | +* FB-17669: Added possibility to post-process highcharts labels |
|
| 172 | +* FB-17790: Expand analysis grid groups in Scheduler output |
|
| 173 | +* FB-17821: Fixed missing of FusionConnection.getDataSetUrl value in new session |
|
| 174 | +* FB-17852: Scheduler - Include category in the Report link |
|
| 175 | +* FB-17869: Added support for DB Mode in PostGreSQL and Amazon Red Shift |
|
| 176 | +* FB-17901: Implemented Loader... until print window is closed. Fixed multiple html-prints in ReportDesigner |
|
| 177 | +* FB-17918: Implemented possibility to export reports without redirection. Changed name of setting. |
|
| 178 | +* FB-17935: Made FORMSCRIPT and VISUALISATION Forms smart-tags case-insensitive |
|
| 179 | +* FB-17948: Re-implemented AddAll and RemoveAll on fields tab |
|
| 180 | +* FB-17961: Fixed issue with scheduler where clients were getting multiple copies of the same email |
|
| 181 | +* FB-17981: Fixed indicators in dundas map |
|
| 182 | +* FB-18008: Finished changes to wrap labels on horizontal bar chart |
|
| 183 | +* FB-18091: Properly select reports from DB when name contains special symbols or spaces |
|
| 184 | +* FB-18100: Respect UseBulkCSV setting in scheduled output. Fixed subtotals in Bulk CSV export when filters are used |
|
| 185 | +* FB-18117: Apply new color scheme to the Filters, Field Properties and Instant Report page elements |
|
| 186 | +* FB-18132 Fixed waterfall/html-charts component updated |
|
| 187 | +* FB-18144: Fix :hover behavior in Report List on touch interfaces. Use link controls on the ReportList page. |
|
| 188 | +* FB-18155: Simplified instant reports UI related to totals/subtotals. Disabled applying SUM subtotal function on IR page. |
|
| 189 | +* FB-18175: Reconciliation of changes in 15602 with 18175 |
|
| 190 | +* FB-18175: Optimization of first reportlist loading |
|
| 191 | +* FB-18251: Fixed datetime formatting when exporting to excel |
|
| 192 | +* FB-18276: Or issue in hidden filters fixed |
|
| 193 | +* FB-18336: Optimize ReportSet objects writing. Do not include GUIDs of the hidden filters. Do not use auto-generated IDs when calculating ReportSet cache key |
|
| 194 | +* FB-18344: Fixed stack overflow when loading reports from DB (issue introduced in FB-16086) |
|
| 195 | +* FB-18352: Added codemagic as the new source editor for forms. Added z-index property to pop up box. |
|
| 196 | +* FB-18357: Forms popup hidden behind main navigation bar |
|
| 197 | +* FB-18356: Fixed issue where a user with full access is unable to move from the fields tab and no user is able to view the report thereafter. |
|
| 198 | +* FB-18381: Fixed infinite recursion when updating report in reportviewer |
|
| 199 | +* FB-18419: Prevent recursion call of GetDataSet method when CurrentReportSet is not initialized |
|
| 200 | +* FB-18439: Populate columns for data sources when VisibleDataSources collection is changed |
|
| 201 | +* FB-18470: Fixed Virtual Data Sources column names generating |
|
| 202 | +* FB-18528: Altered ToolbarBackgroundImageUrl's default value to be empty |
|
| 203 | +* FB-18605: Allow only fields from the Details to be used for the new Filters in the Viewer |
|
| 204 | + |
|
| 205 | + |
|
| 206 | +# 6.8.0.5 (January 29, 2015) |
|
| 207 | + |
|
| 208 | + |
|
| 209 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 210 | + |
|
| 211 | +* FB-15635: Fixed chart name position for pie charts |
|
| 212 | +* FB-15913: Fixed "Print HTML" and "HTML-powered PDF" for visualizations ("Auto Chart", "Sunburst", "Heatmap"). Fixed a bug of printing inconsistent data (Chart and Table). |
|
| 213 | +* FB-16304: Pass only parameters with values to the SP |
|
| 214 | +* FB-17519: Show note message in Preview if labels on the Line Chart were hidden automatically |
|
| 215 | +* FB-17524: Implemented front-end Money and % formatters for autocharts. Implemented front-end PercentOfGroupFormatter for aurocharts |
|
| 216 | +* FB-17640: Fixed exception which could occur if table is not found during constraints deserialization |
|
| 217 | +* FB-17692: UseTablesFromSchemaOnly setting implemented for MSSQL connections. Load objects from different schemas mechanism implemented for PostgreSQL connections |
|
| 218 | +* FB-17698: Changed powered by Izenda logo to new logo |
|
| 219 | +* FB-17753: Fixed Time-slider values changing |
|
| 220 | +* FB-17754: Use current Thread culture to format dates in the Slider control |
|
| 221 | +* FB-17771: Fixed field properties button in reportviewer |
|
| 222 | +* FB-17807: Implemented changing pdf export button when itextsharp is engaged |
|
| 223 | +* FB-17818: Do not auto group fields with aggregate function in expression |
|
| 224 | +* FB-17825: Fixed Drill-Down links in AG value cells |
|
| 225 | +* FB-17826: Apply font style to values cells in AG |
|
| 226 | +* FB-17827: Apply column Width to AG value columns |
|
| 227 | +* FB-17828: Fixed labels and values alignment in AG |
|
| 228 | +* FB-17851: Trim long labels in Heatmap Vis |
|
| 229 | +* FB-17858: Apply Width, font style and justification settings to AG hierarchy columns |
|
| 230 | +* FB-17951: Fixed Numbers subtotal calculation in PostgreSQL |
|
| 231 | +* FB-17958: Made Cancel button always enabled in form designer |
|
| 232 | +* FB-17969: Quick fix of tiny issue - not showing thumbnail image in reportlist which was requested first. ReportList optimizations #1 |
|
| 233 | +* FB-17976: Remove used fields from the available columns panel in the Viewer |
|
| 234 | +* FB-17982: Do not show labels if container is too small in Heatmap Visualization |
|
| 235 | +* FB-18071: Fixed error with thumbnail retrieval in database mode |
|
| 236 | +* FB-18081: Fixed Trend(Line) chart value labels |
|
| 237 | +* FB-18104: Fixed issue which caused ignoring overriden methods. |
|
| 238 | +* FB-18110: Fixed failure of creating thumbnails when there are two or more thumbnail generation tasks in queue. Reverted back public methods signatures which were erroneously modified. |
|
| 239 | +* FB-18130: Fixed Gauges headers formatting |
|
| 240 | +* FB-18157: Use minimum value as a floor of the Y axis in linear chart |
|
| 241 | +* FB-18158: Do not cache requests to the table with reports |
|
| 242 | +* FB-18278: Fixed appearing invisible datasources on IR page |
|
| 243 | +* Changed button colors to new color scheme |
|
| 244 | +* Implemented printing report using current position on breadcrumb (Sunburst, Heatmap). |
|
| 245 | +* Modified build script to move phantomJS dependencies to bin |
|
| 246 | + |
|
| 247 | + |
|
| 248 | +# 6.8.0.4 (January 8, 2015) |
|
| 249 | + |
|
| 250 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 251 | + |
|
| 252 | +* FB-13507: Moved forms out of sessions, switched to new form designer, moved templates out of sessins, fixed issue with forms being modified concurrently |
|
| 253 | +* FB-13832: Fix of null reference exception for two different users with the same tenantid and optimize report list loading |
|
| 254 | +* FB-15612: Fix charts width in PDF render and increase timeout limits |
|
| 255 | +* FB-16097: PieChart doesn't smash anymore on mousemove while starting |
|
| 256 | +* FB-16120: Fixed radius of the inner circle in Sunburst visualization. |
|
| 257 | +* FB-16228: Fixed not working in some cases forced left joins |
|
| 258 | +* FB-16286: Added missing variable to JoinedTablesList.js |
|
| 259 | +* FB-16295: Fixed error when url doesn't contain port number. |
|
| 260 | +* FB-16351: Implemented switch from advanced to simple datasources |
|
| 261 | +* FB-16415: Fixed Pie char labels cutting off |
|
| 262 | +* FB-17478: Combine Bottom % - ViZ Pie implementation |
|
| 263 | +* FB-17513: Fixed showing visualization on dashboards (reports with VG). |
|
| 264 | +* FB-17543: Use current report state when exporting charts as images |
|
| 265 | +* FB-17586: Fixed subreports cascade filters loading |
|
| 266 | +* FB-17663: Buttons below field list |
|
| 267 | +* FB-17699: Fixed logo sizing issue and hanged main navbar color scheme and logo |
|
| 268 | +* FB-17718: Join aliases of self-joined tables support in Viewer |
|
| 269 | +* FB-17723: Added forms data to objects in report list cache |
|
| 270 | +* FB-17787: Fixed broken charts when report part is on page without rs.aspx in folder, missing dashboard.css, implemented support of custom reportpart locations in visualizations |
|
| 271 | +* FB-17788: Respect fields visibility in Bulk CSV export |
|
| 272 | +* FB-17793: Made it possible to configure path to rs.aspx in html reportpart |
|
| 273 | +* FB-17796: Fixed funnel cutoff in dashboards |
|
| 274 | +* FB-17797: Removed jquery191 script from reportpart |
|
| 275 | +* FB-17801: Switch between plus-minus icons in responsive grid |
|
| 276 | +* FB-17803: Added deprecation information for AllowSelfJoin |
|
| 277 | +* FB-17805: Fixed dialog dropdowns "Loading..." issue |
|
| 278 | +* FB-17819: Case-insensitive AdHocSettings.DataSourceCategories |
|
| 279 | +* FB-17822: Fixed Bulk CSV export with Oracle connection and filters |
|
| 280 | +* FB-17844: Avoid zero columns for pie charts |
|
| 281 | +* FB-17856: Fixed Heatmap visualization vertical justification and size |
|
| 282 | +* FB-17857: Fixed false messages upon 2nd+ saves in the Designer. |
|
| 283 | +* FB-17861: Added percents to animated half circle gauge and implemented percentage values in animated gauges |
|
| 284 | +* FB-17870: Fixed Equals(Select) filters in the Designer |
|
| 285 | +* FB-17829: Fixed GaugeRadial.png resource loading |
|
| 286 | +* FB-17940: Fixed crash when fieldForHaving is null |
|
| 287 | +* FB-17959: Added using _global_ report if report for current user tenant is not found |
|
| 288 | + |
|
| 289 | + |
|
| 290 | +# 6.8.0.3 (December 17, 2014) |
|
| 291 | + |
|
| 292 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 293 | + |
|
| 294 | +* FB-15865: Fixed bulk CSV output for reports with custom ProcessDataSet results |
|
| 295 | +* FB-17715: Probable fix of null reference exception |
|
| 296 | +* FB-17765: Fixed not-working "update results" button when report is without filters. |
|
| 297 | +* FB-16228: Chose correct base table for join when Forced Left Joins are used. |
|
| 298 | +* FB-15157: fixed RemoveUsedFields function |
|
| 299 | +* FB-15884: Implemented storing custom chart legend in report |
|
| 300 | +* FB-14600: Filter field quoted to prevent js-injection |
|
| 301 | +* FB-15330: Borders, background and chart sizes in HTML-print fixed |
|
| 302 | +* FB-17760: Synchronize calculated fields descriptions in the Designer |
|
| 303 | +* FB-17759: Fixed rendering HTML report parts |
|
| 304 | +* FB-17682: Added blank option to InTimePeriod values |
|
| 305 | +* FB-17536: Fixed shift of plus symbol on collapsed grid rows |
|
| 306 | +* FB-14714: Update calculated fields and filters automatically when Field Description is changed in the Viewer |
|
| 307 | +* FB-14703: SMTP SSL support added to the Scheduler |
|
| 308 | +* FB-16350: Fixed adding fields from the data source with join alias in the Viewer |
|
| 309 | +* FB-16443: Always align report title, header, description and footer to the left in Excel output |
|
| 310 | +* FB-17721: Implemented possibility to embed scripts in server response when using reportPart on HTML page |
|
| 311 | +* FB-17710: Made highcharts stretching to the width of hosting container |
|
| 312 | +* FB-17669: Filters functionality added to the HTML Report Parts |
|
| 313 | +* FB-15672: Numerous javascript fixes |
|
| 314 | +* FB-17701: Fixed crash of summary report with subtotals when VG style is set to VGHierarchy. |
|
| 315 | +* FB-17729: Fixed possible out of range error when copying rows between tables. |
|
| 316 | +* FB-17542: Fixed dynamic filters with HTML markup in values |
|
| 317 | +* FB-17669: Fixed subtotals calculation of non-numeric fields |
|
| 318 | +* FB-17709: Fixed report deletion on the Report List page |
|
| 319 | +* FB-17702: Insert Quick Add fields below all selected fields |
|
| 320 | +* FB-13700: Added 'X' to report list search |
|
| 321 | +* FB-17644: Fixed issues on IR page |
|
| 322 | +* FB-15815: Fixed show thumbnails of the visualization (Auto Chart, Sunburst). |
|
| 323 | +* FB-15895: Headers style changed |
|
| 324 | +* FB-15501: Changed position of the legend of the "Combo" visualization. |
|
| 325 | +* FB-15118: Fixed missing form on first reportset save operation |
|
| 326 | +* FB-17475: Fixed issue with pivots and FusionDriverMySql+MsSqlConnection |
|
| 327 | +* FB-17460: Fixed issue with pivots when FusionDriver is used |
|
| 328 | +* FB-16405: Fixed losing pivots when INFO logging level enabled and subtotals enabled. |
|
| 329 | +* FB-16439: Autocharts fixed with pivoted source |
|
| 330 | +* FB-15157: Copy resources to DLL |
|
| 331 | +* FB-17654: Fixed filters values update in the Viewer |
|
| 332 | +* FB-17594: Correct hiding fields and filters columns in Viewer |
|
| 333 | +* FB-16350: Show data sources join aliases in the Viewer. |
|
| 334 | +* FB-15157: Fix issue with modifying existing field |
|
| 335 | +* FB-15746: Do not modify aggregate function when Total field property is changed in the Viewer |
|
| 336 | +* FB-15157: Numerous fixes and performance upgrades |
|
| 337 | +* FB-16090: Properly sort fields list at the Viewer Fields tab |
|
| 338 | +* FB-17483: Fixed several issues relating to hidden fields. |
|
| 339 | +* FB-15684: Show Vis documentation if Vis is failed to render |
|
| 340 | +* FB-17518: Fixed Field-Value grids PDF printing |
|
| 341 | +* FB-17558: Fixed data extraction when AdHocSettings.CacheQueries is false |
|
| 342 | +* FB-17503: Fixed report Title in the Viewer |
|
| 343 | +* FB-16189: Reload some settings when lic key is changed |
|
| 344 | +* FB-16255: Fixed reports with hidden fields formatting |
|
| 345 | + |
|
| 346 | +# 6.8.0.2 (November 25, 2014) |
|
| 347 | + |
|
| 348 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 349 | + |
|
| 350 | +* FB-10702: Language Pack GUI Updated |
|
| 351 | +* FB-13603: Disable VG automatically if report contain Form |
|
| 352 | +* FB-14598: Implemented support of multiple drilldown keys in reportset |
|
| 353 | +* FB-14969: Encode HTML in inputs on misc tab |
|
| 354 | +* FB-14976: Added auto refresh functionality in viewers |
|
| 355 | +* FB-15075: Added sub report filter control from master report |
|
| 356 | +* FB-15077: Added multi line header and width field properties |
|
| 357 | +* FB-15164: Hide Summary with Title if there are no summary rows on the current page is pagination is used |
|
| 358 | +* FB-15300: Fixed Instant Report schema loading when HiddenColumns setting isused |
|
| 359 | +* FB-15320: Legend disabled for piecharts with separator |
|
| 360 | +* FB-15322: Fixed gauge color styling |
|
| 361 | +* FB-15471: Implemented confirmation of saving reportset which was modified onserver side by other user |
|
| 362 | +* FB-15556: Increased subtotals calculation performance when VG is used |
|
| 363 | +* FB-15579: Fixed slowdown caused by Preview button handling in IE8 |
|
| 364 | +* FB-15623: Support Stored Procedures in BulkCSV output |
|
| 365 | +* FB-15624: Send all scheduled emails using single SmtpClient |
|
| 366 | +* FB-15631: Scheduler for Dashboards implemented |
|
| 367 | +* FB-15671: FORMS - Default adjusted to x |
|
| 368 | +* FB-15686: Fixed broken Save button in dashboard preview, made join aliases hiddable, fixed in highcharts error related to overflowing number of styles in IE8 |
|
| 369 | +* FB-15708: Use AdHocSettings.Culture to format Date values in filters description |
|
| 370 | +* FB-15716: Fixed js exception in animated gauges |
|
| 371 | +* FB-15737: Fixed missing datetime stamp in excel/word export |
|
| 372 | +* FB-15776: Disable filters inputs when loading |
|
| 373 | +* FB-15782: Fixed overlapping labels in pie charts |
|
| 374 | +* FB-15784: Report List page - show message when no reports found |
|
| 375 | +* FB-15794: Fixed slowdown when adding many fields through QuickAdd |
|
| 376 | +* FB-15801: Fixed axis labels on the Linear Gauge |
|
| 377 | +* FB-15804: Fixed subtotals when single SP is used as a data source |
|
| 378 | +* FB-15864: Removed hidden filter fields from fieldlist while viewing |
|
| 379 | +* FB-15876: Removed redundant report refreshes in the Viewer |
|
| 380 | +* FB-15877: Format labels and tooltip values in Combo Chart |
|
| 381 | +* FB-15883: Fixed issue with HTML Footer in HTML2PDF print |
|
| 382 | +* FB-15889: Properly sort DateTime values on the client if format is not specified |
|
| 383 | +* FB-15896: Updated Waterfall/Doc.html preview to show the preview image afterclicking the help box on the report designer. |
|
| 384 | +* FB-15900: Removed onhover checkboxes from InstantReport page. Also removed old data-sources.css from Resources/css folder. |
|
| 385 | +* FB-15922: Fixed css for instant report table |
|
| 386 | +* FB-15949: Properly apply Value format in the Dundas Pie chart when "Show percentage" is checked |
|
| 387 | +* FB-15953: Adjusted the settings tabs to make them more responsive to UI changes.Added missing separators to the toolbar menu to make the UI more consistent. |
|
| 388 | +* FB-15981: Improved locating of Vis folder in site folders tree |
|
| 389 | +* FB-15983: Altered css to fix thumbnail API defect |
|
| 390 | +* FB-15984: Enhanced security in Dashboards |
|
| 391 | +* FB-16015: Fixed responsiveness in Pie and Funnel charts |
|
| 392 | +* FB-16032: Subtotals added to BulkCSV export |
|
| 393 | +* FB-16037: Properly sort results from the SP in a simple mode |
|
| 394 | +* FB-16039: Show Loading message in Filters/Fields tabs during initialization |
|
| 395 | +* FB-16050: Show only valid to join data sources sets in the Recent Data Sources list |
|
| 396 | +* FB-16052: Fixed report export after exporting to Bulk CSV |
|
| 397 | +* FB-16079: Optimized query Cache for all SQL requests |
|
| 398 | +* FB-16105: Removed duplicate Report List javascript reference |
|
| 399 | +* FB-16122: Fixed apostrophes in fields aliases |
|
| 400 | +* FB-16123: fixed world tour animation pathing |
|
| 401 | +* FB-16135: Fixed VG and Pivots when AdHocSettings.ExpandVisualGroupGrids is false |
|
| 402 | +* FB-16137: Fixed Gauges in reports with pagination |
|
| 403 | +* FB-16145: Fixed Pivot columns Advanced Properties |
|
| 404 | +* FB-16162: Fixed Forms reports rendering when filter operators with no valuesareused |
|
| 405 | +* FB-16194: Apply Field Description to the corresponding Filter in the filtersdescription |
|
| 406 | +* FB-16200: Fixed Count Distinct function in Maps |
|
| 407 | +* FB-16201: Adjust Charts height in Excel export |
|
| 408 | +* FB-16210: Do not try to create clustered index on IzendaAdHocReports table if index already exists |
|
| 409 | +* FB-16226: Allow for data sources to be in multiple categories in the Designer |
|
| 410 | +* FB-16243: Refresh report Thumbnail with every save |
|
| 411 | +* FB-16253: Summary title now wraps around if too long |
|
| 412 | +* FB-16254: Fixed emails from the client Subject text encoding |
|
| 413 | +* FB-16297: Fixed resources folder location when dll works in offline mode |
|
| 414 | +* FB-16317: Combine Bottom option fixed for piechart with separator |
|
| 415 | +* FB-16320: Bread crumbs alignment improvement in the Heatmap vis |
|
| 416 | +* FB-16360: Added intelligently forced disabling value labels on trend High Charts |
|
| 417 | +* FB-16372: Fixed Stored Procedures without available columns serialization |
|
| 418 | +* FB-16377: Use appropriate Parameters types for Ansi and Unicode strings |
|
| 419 | +* FB-16445: Fixed crash on second reportset viewing |
|
| 420 | + |
|
| 421 | +* HF-15686: Fixed adhoc failure when query caching is disabled |
|
| 422 | + |
|
| 423 | +# 6.8.0.1 (October 31, 2014) |
|
| 424 | + |
|
| 425 | +**[Important Update Notes for 6.8](http://wiki.izenda.us/How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL)** |
|
| 426 | + |
|
| 427 | +##Features: |
|
| 428 | +* FB-13936: Pure HTML Report Parts |
|
| 429 | +* FB-14462: Responsive Grids - Refactored tables to diplay data responsively for smaller screens |
|
| 430 | +* FB-14865: Vision - Visualizations are a D3-based visual supplement to Izenda’s core charting engine |
|
| 431 | + |
|
| 432 | +##Enhancements: |
|
| 433 | +* FB-13393: JQuery version Upgrade and move of jquery into /resources/js |
|
| 434 | +* FB-13872: Simplified Expressions - supports statements with/out parenthesis |
|
| 435 | +* FB-13982: Secondary Drill Down Keys |
|
| 436 | +* FB-14227: Date picker localization |
|
| 437 | +* FB-14383: Extraction of CSS/JS/Images from DLL |
|
| 438 | +* FB-14488: Navigation, Toolbar and Breadcrumb Responsive |
|
| 439 | +* FB-14548: Jquery namespace change from $ to jq$ |
|
| 440 | +* FB-14898: Optimize PostProcessEqualsSelectList |
|
| 441 | +* FB-15057: Multiple Self Join Alias Support /Displaying the values of multiple datasources |
|
| 442 | + |
|
| 443 | +##Fixes: |
|
| 444 | +* FB-13282: Fix subtotals order in Forms |
|
| 445 | +* FB-13557: Optimize bulk CSV streaming operation |
|
| 446 | +* FB-13847: Avoid truncation of datasource names |
|
| 447 | +* FB-14216: Separate Null and Empty String values if both are presented in the data set. |
|
| 448 | +* FB-14219: Smoothly cut long labels in the Funnel chart |
|
| 449 | +* FB-14310: Optimized reportParts with htmlCharts |
|
| 450 | +* FB-14448: Removed overlapping of breadcrumb and field with metric selector |
|
| 451 | +* FB-14528: BreakPage property added to the Field advanced properties |
|
| 452 | +* FB-14601: Fixed unexpected increasing chart height |
|
| 453 | +* FB-14715: Fixed highcharts legend cut off when chart is exported |
|
| 454 | +* FB-14780: Hide Fields tab in the Viewer for View Only reports |
|
| 455 | +* FB-14836: Added support Equals(Field) filters in the Viewer |
|
| 456 | +* FB-14870: Fixed Auto Chart not working on IE8 |
|
| 457 | +* FB-14937: Apply DIV/0 formatter if there is a division operation in Expression |
|
| 458 | +* FB-14942: Fixed subtotals calculation if arithmetic is used |
|
| 459 | +* FB-15068: Fix phantom "Summary" and "Detail" creation for new dashboards. |
|
| 460 | +* FB-15070: Fixed broken gauge subreports |
|
| 461 | +* FB-15081: Fixed several issues related to gauge hover subreports |
|
| 462 | +* FB-15097: Use CurrentThread.CurrentUICulture to format dates |
|
| 463 | +* FB-15103: Fixed broken legends in piechart |
|
| 464 | +* FB-15115: Fixed rendering of Pie/Doughnuts charts with Separator |
|
| 465 | +* FB-15148: Made reportset created/modified dates to be correct in logs |
|
| 466 | +* FB-15160: Fixed sorted grid columns export |
|
| 467 | +* FB-15165: Fixed missing styles in report viewer, not-working styles application to sample grid |
|
| 468 | +* FB-15169: Made page numbers disabled by default |
|
| 469 | +* FB-15176: Fixed VisibleDataSources saving form the Settings page |
|
| 470 | +* FB-15238: Removed unnecessary changing of chart type, added storing of legend data while changing of chart type |
|
| 471 | +* FB-15276: Use LEFT join if it is available in auto-join algorithm |
|
| 472 | +* FB-15280: Do not add redundant ddk filters to automatic subreport |
|
| 473 | +* FB-15288: Fields responsive design in the Viewer and InstantReport page |
|
| 474 | +* FB-15304: Fixed Group(Week) format in charts |
|
| 475 | +* FB-15322: Style tab header color only applies to all guages |
|
| 476 | +* FB-15326: Fixed erroneous adding to grouping of field with expression which effectively doesn't present in report |
|
| 477 | +* FB-15344: Made simple databaseSchema (de)serialize optimization |
|
| 478 | +* FB-15351: Populate correct ReportInfo.OwnerName in FilteredListReports method |
|
| 479 | +* FB-15370: Added line-polar and spline-polar chart types |
|
| 480 | +* FB-15377: Fixed pagination when SP is used as a data source |
|
| 481 | +* FB-15379: Fixed issues with downloading data when authentication is used on the site |
|
| 482 | +* FB-15383: Fixed Filter Logic in the classic ReportViewer |
|
| 483 | +* FB-15390: Additional pagination controls implemented |
|
| 484 | +* FB-15398: Added message about forcibly fields reordering |
|
| 485 | +* FB-15405: Implemented datasource alias support in reportviewer |
|
| 486 | +* FB-15472: Fixed behavior when Total is checked in report viewer. |
|
| 487 | +* FB-15482: Fixed hidden filters when fusion is used. |
|
| 488 | +* FB-15488: UseReportID affects subreport references on fields and TargetReport property in ReportSet |
|
| 489 | +* FB-15529: Fixed client side alphanumeric sorting |
|
| 490 | +* FB-15547: Fixed Report saving and report name titles in Viewer and Designer when ReportID is used |
|
| 491 | +* FB-15550: Fixed formatting in csv output generator after 10000-th line |
|
| 492 | +* FB-15566: Fixed erroneous write to log |
|
| 493 | +* FB-15584: Allow to close image modal dialog when image is invalid |
|
| 494 | +* FB-15586: Trimmed description to avoid undefined exporting behavior |
|
| 495 | +* FB-15625: ReportScripting.js in FromDLL directory updated |
|
| 496 | +* FB-15652: Do not attach volatile Form to the random reports |
|
| 497 | +* FB-15657: Implemented simple form designer for elrte-incompatible browsers |
|
| 498 | +* FB-15685: Fixed JS error in IE8 |
|
| 499 | +* FB-15686: Fixed numeric formats in Chart Labels |
|
| 500 | +* FB-15699: Fixed js error on hover item in Timelime chart |
|
| 501 | +* FB-15700: Fixed out of memory exception in gauges |
|
| 502 | +* FB-15704: Fixed scheduled reports sending to many recipients |
|
| 503 | +* FB-15715: Added indexes to the reports table |
|
| 504 | +* FB-15725: Fixed required parameters filters for operators without value in the Viewer |
|
| 505 | +* FB-15733: Removed unnecessary resources from outside of dll |
|
| 506 | +* FB-15750: Changed AdHocSettings.ShowTableNames setting behavior |
|
| 507 | +* FB-15753: Implemented ExtendedFunctions support in expressions |
|
| 508 | +* FB-15753: Fixed issue with ExtendedFunctions and refactored Fusion |
|
| 509 | +* FB-15760: Fixed issues with dup fields in reportViewer |
|
| 510 | +* FB-15762: Fixed animated gauges in reportparts |
|
| 511 | +* FB-15797: Fixed issues with Time Slider |
|
| 512 | +* FB-15801: Fixed axis labels on the Linear Gauge |
|
| 513 | +* FB-15823: Fixed auto-complete filters in the Viewer |
|
| 514 | +* FB-15851: Fixed simple-mode filters for Dashboards |
|
| 515 | +* FB-15852: UI improvements on the Instant Report page |
|
| 516 | +* FB-15853: Update to allow modification of resources in English |
|
| 517 | +* FB-15857: Fixed date filters when Thread Culture is not default en-US |
|
| 518 | +* FB-15858: Removed all RTF funcationality |
|
| 519 | +* FB-15859: Call PreExecuteReportSet and PostExecuteReportSet when exporting to Bulk CSV |
|
| 520 | +* FB-15887: Fixed Edit/View controls on the Dashboards page when saving new report |
|
| 521 | +* FB-15913: Export to PDF now uses currently selected breadcrumb node to render the report |
|
| 522 | +* FB-15949: Fixed Chart formatting |
|
| 523 | +* FB-15955: Do not show Edit and Delete buttons in the Report List when ShowDesignLinks setting is false |
|
| 524 | +* FB-15975: Fixed stored procedures interaction with fusiondriver |
|
| 525 | +* FB-15990: Fixed automatic subreports in Gauges |
|
| 526 | +* FB-16020: Fixed "Zoom To Data" property of the Map |
|
| 527 | +* FB-16064: Fixed inputs justification |
|
| 528 | +* FB-16077: Apply "require filter value" rules to Stored Procedure Parameters |
|
| ... | ... | \ No newline at end of file |