Upcoming Release
Type | Components | Change log title | Change log description |
---|---|---|---|
Anywhere | Embedded Links to include option to select input based on Name, Key, Unique Name | Its now possible to create embedded links in client using key or unique name.
https://community.targit.com/hc/en-us/articles/360017721237-Generic-Embedding |
|
Anywhere | When setting up a trigger to another document, it is now possible to select a specific layout from that other document | For triggers to open another document, you can also select a specific layout to open
Documentation: https://community.targit.com/hc/en-us/articles/16574145944348-Trigger-to-specific-layout-in-other-document |
|
Anywhere | Support the OpenID Connect logout endpoint | https://community.targit.com/hc/en-us/articles/16965486350364-OpenID-Logout-Endpoint | |
Anywhere | Option for consumer user to show/hide criteria bar in Anywhere client | https://community.targit.com/hc/en-us/articles/17149861707676-Show-or-hide-Criteria-Bar-in-Anywhere-client | |
Management | Bus Matrix in Data Model Editor now respect visibility properties | When setting a measure or dimension to be not visible, than the measure/dimension is shown on the bus matrix.
Documentation: https://community.targit.com/hc/en-us/articles/15958949438364-Data-Model-Editor-Bus-Matrix |
|
Management | Bus Matrix in Data Model Editor - support switching axis | When export bus matrix it is now possible to decide if order the dimensions on horizontal or vertical
https://community.targit.com/hc/en-us/articles/15958949438364-Data-Model-Editor-Bus-Matrix |
|
Server | Improvements to scheduled jobs and prints | Several performance and stability optimizations of scheduled job executions and prints in Anywhere. | |
Windows client | Tab based job editing | Easily edit and compare multiple jobs simultaneously with TARGIT’s new Tab-Based Job Editing feature. Edit job definitions in tabs instead of the current dialog, either one at a time or simultaneously. Experience the convenience of copying and pasting properties between similar jobs in just a few clicks, saving you from the hassle of starting each job from scratch.
See a complete view of all job settings on a single page and quickly access a complete log of all scheduled jobs. From there, you can select and update individual jobs effortlessly. https://community.targit.com/hc/en-us/articles/15954619778332-Scheduled-jobs-open-and-edit-in-tabs |
|
Windows client | Add 'Current user' option to filter in scheduled job list | Easier way to only see your scheduled jobs when you are a scheduled jobs administrator.
https://community.targit.com/hc/en-us/articles/15406515069084-Scheduled-Jobs-filter-by-Current-user |
|
Windows client | Change default setting for Excel export: Enabled "Repeat dimension members for all rows/columns" | When exporting to Excel the "Repeat dimension members for all rows/columns" is not selected by default | |
Windows client | New trigger open document now has 'Saved criteria only' enabled by default | When setting up a new trigger for open document, the 'Saved criteria only' is now enabled pr default. | |
Windows client | Remove unused objects before saving | The TARGIT client will prompt you to remove unused objects upon saving the document.
https://community.targit.com/hc/en-us/articles/16923555660188-Remove-unused-objects-before-saving |
|
Windows client | Default Behavior of PDF and Excel Export Buttons in Menu Objects | In Menu objects: the default behavior of the PDF and Excel buttons has been changed to 'Export active document to PDF' and 'Export active document to Excel' respectively. | |
Windows client | Dynamic content, Criteria: Option to show only leaf level of hierarchy | In Dynamic Content for e.g. a text box, on the Members and Criteria tabs in the dialog, you can tell it to output a list of members.
Members in a single-level hierarchy are simply listed, but in a multilevel hierarchy, this feature will allow the designer to decide if all levels should be included, or only the leaf level. https://community.targit.com/hc/en-us/articles/15846127059228-Dynamic-Content-show-leaf-level-only |
|
Windows client | Copy cell value from crosstab | It is now possible to copy content from a single cell of a crosstab to 3rd party applications.
https://community.targit.com/hc/en-us/articles/15941143323804-Crosstab-copy-cell-value |
|
Windows client | Object Toggling feature | The feature enable show/hide/toggling of objects or groups of objects using a trigger.
https://community.targit.com/hc/en-us/articles/15964747498012-Trigger-Toggle-visibility It is possible to use the scroll when move object in list |
|
Windows client | Server connection information in the 'About TARGIT' info box | When you click 'About TARGIT' in the Designer client the info box now contains information about the current server. | |
ETL Studio | Custom File location for Global Macros | ||
ETL Studio | Add function to compile .impm & copy resulting .imp script to clipboards | ||
ETL Studio | Added new task to unload a database | Introduced a new component that allows unloading a database from a script. This feature becomes crucial as customers outgrow their hardware due to high RAM usage, providing an easy way to manage database resources as part of their ETL processes | |
Data Discovery | Added stop loading functionality for data source formats | It is now possible to cancel the creation or update of a data source format by right-clicking and selecting the 'Cancel' option from the menu.
https://community.targit.com/hc/en-us/articles/15940045539868-Data-Discovery-cancel-Creating-or-Updating |
|
Data Discovery | Added stop loading functionality for cubes | It is now possible to cancel the creation or update of a cube by right-clicking and selecting the 'Cancel' option from the menu.
https://community.targit.com/hc/en-us/articles/15940045539868-Data-Discovery-cancel-Creating-or-Updating |
|
Data Discovery | A setting to prevent reload of cubes after data source update | A new setting has been added to Data Discovery's database settings that prevents the parallel reload of all cubes using a specific data source after that source has been updated. This ensures that cubes are reloaded in sequential order, helping to conserve server resources. | |
Data Discovery | Added stop loading functionality for data sources | is now possible to cancel the creation or update of a data source by right-clicking and selecting the 'Cancel' option from the menu.
https://community.targit.com/hc/en-us/articles/15940045539868-Data-Discovery-cancel-Creating-or-Updating |
|
Data Discovery Back-end | Limit the number of cubes being processed in parallel. | A setting that controls the maximum number of cubes that can be processed simultaneously, with 0 meaning no limit. | |
Data Discovery Back-end | Possibility to configure Out-of-Process setting per data source | A new option to configure the Out-of-Process data source creation setting has been added to plugin forms, allowing it to be specified individually for each data source if needed | |
Plugin: OData | Extra settings added to OData plugin's form | Additional settings for query, connection, and configuration are now available for the OData plugin. | |
Data Drivers | Ability to query data source's new system tables | You can now query a new set of system tables related to each data driver:
sys.exceptions: Stores information about exceptions detected and processed during data load, including any nested exceptions. sys.requests: Gathers details about outgoing requests to other URLs, including URI, HTTP methods, body, timeouts, and timings. sys.requests.headers: Stores header values of corresponding requests, if available. sys.responses: Collects information about incoming responses from requested resources. sys.responses.headers: Stores header values of corresponding responses, if available. Additionally, a QueryId query option is available to correlate queries with exceptions, web requests, and responses across the sys.exceptions, sys.requests, and sys.responses tables. This helps in managing multiple exceptions or requests during parallel imports and improving traceability. The SaveSysResponses option allows you to save response details (default is off to conserve RAM). To enable, use the command: SELECT * FROM [url] (OPTIONS: SaveSysResponses=true;) |
|
Online Data Provider: KRL | Create online data provider for REST API KRL | https://community.targit.com/hc/en-us/articles/16847088218396-Online-Data-Providers-KRL-in-Danish-only | |
Online Data Provider: Uddannelsesstatistik | Create online data provider for REST API Uddannelsesstatistik | https://community.targit.com/hc/en-us/articles/16519445736348-Online-Data-Provider-Uddannelsesstatistik-in-Danish-only | |
InMemory Database Engine | Avoid lazy load copy | WHen a database in LazyLoad mode is opened, it no longer creates a copy of the targitdb file | |
Server | Bundle responses into larger blocks to fix slow response times on high-latency connections | ||
ETL Studio | Add publish option to preserve .imp files after execution | ||
Scheduler Management | Possibility to authorize SYSTEM, LOCAL SERVICE and NETWORK SERVICE accounts | It is now possible to allow system, local service and network service to access scheduler service | |
Data Discovery | Added option to save a data source without automatically reloading it | Sometimes, when you edit a data source, you do not want the data source to reload data when closing the dialog.
Example: You need to change password on your data source, but you don't want the data source to reload as you save and close the new setting. You can control this by closing the dialog with either 'Save and close' or 'Save and reload'. https://community.targit.com/hc/en-us/articles/15943885026844-Data-Discovery-save-data-source-without-reload-of-data |
|
Plugin: TARGIT Analysis | TARGIT Analysis data sources are automatically migrated to v.1.2 | In case TARGIT Analysis data source was created using an older build of Data Discovery a plugin v.1.1 was used. In order to maintain all the latest features existing data sources of v.1.1 are automatically upgraded to v.1.2. This migration does not require any changes to existing data source from the user. | |
Anywhere | PDF/Dynamic content: Period Criteria shows ? in data object when export Dashboard from Anywhere | If you have included a dynamic content criteria in a data object it will show ? instead of the criteria when exported to PDF from Anywhere.
Shows correct when exporting report, but not dashboards |
|
Anywhere | Export to PDF: Object converts to crosstab in PDF if drilled | If you drill on an object and then export to pdf, the drilled object will be converted to crosstab. Furthermore drilling in a report vs a dashboard does not give the same output. | |
Anywhere | Export to Excel and print pdf results in 0KB file if unused menu object has invalid criteria reference | If you have an unused object with a local criteria that refers to a non existing cube, you can open the document with no warnings, but when exporting on the anywhere icons the file is 0KB for both pdf and excel. | |
Anywhere | Expanded hierarchy not expanded in excel output | When having hierarchy on x-axis and expanding last member and exporting using Excel icon in Ribbon the excel output is not showing the expanded level | |
Anywhere | Slideshow in Anywhere stops after a couple of hours | In some cases Slideshows opened directly from Anywhere stops. | |
Anywhere | Print to PDF shows unable to render chart after clicking 'show data' of a graph | "Unable to render chart" error after clicking "Show data" of a graph and printing it to PDF.
The Unable to render chart error is on the PDF itself Anywhere only. |
|
Anywhere | Object with Insufficient data to build chart and not included in export will impact export of other objects | Export to excel creates empty file if one object shows insufficient data to bild chart - even if that object has disabled "Include in document export" in Export Settings. | |
Anywhere | Load on startup: Response status code does not indicate success: 404 (Not Found) | ||
Anywhere | Criteria Bar: Clicking on "No Selection" and a new member afterwards does not clear the existing members | ||
Management | Not a Valid Boolean Value error when a dimension/measure has a equal sign in the name | ||
Server | Server fail if a dimension does not have any levels | ||
Server | When extended logging is enabled, exceptions caused when inserting records into the AUX connection can cause the server to crash | ||
Server | Circular bookmark references can crash the TARGIT Server with a stack overflow error | ||
Windows client | Status bar doesn't change when using criteria editor | When loading dimensions in the criteria editor, the status bar doesn't change status - it just displays 'Ready'. This has been changed such that the status is displayed in the member list until members are loaded. | |
Windows client | Scheduled job with empty members fails in status although the report is sent out to users | Problem occurs doing batch run on a schedule on a single crosstab exporting to excel, where some batch members has empty result. | |
Windows client | Scheduled Job finishes with "Successful", although it fails/has no output | In some specific scenarios a report (based on SSAS) that fails with "Criteria members not found", will show as successful in log. | |
Windows client | Recently used fonts list is adding the font and not deleting it from earlier use | ||
Windows client | In scheduledjob batch fails if batch member has empty iteration page | If an batch job results in an empty iteration page for one of the batchmembers, the whole job will fail. | |
Windows client | Periods/Criteria Bar: Making a static selection and click dynamic time and click Editor will crash client | ||
Windows client | Deadlock when the server reads the list of connections | ||
Windows client | Criteria editor - Cannot search while loading members | When selecting a dimension in the criteria editor, the search field is locked for editing until all members are loaded. A search should be possible during load of members. | |
Windows client | Preserve formatting on Excel export not saved | When creating a scheduled export to excel and selecting Preserve formatting, the setting is not stored. | |
Windows client | Shared local user dimension is still shown as local in define mode for object | ||
Windows client | Source object is not preselected in scheduled job | When creating a scheduled job from the right-click menu, the source object is not preselected in the scheduled job dialog. | |
Windows client | No longer possible to add e-mail in to field when batch is enabled | ||
Windows client | Some documents saved before stateless with local user dimensions can't be upgraded | It is not possible to open document saved before stateless | |
Windows client | Scheduled Job fails when it is batched with a data discovery datasource | ||
Windows client | Errors in Event Viewer after running a scheduled job | In some cases a scheduled job will cause warnings in eventlog although the job is executed successfully. | |
Windows client | Scheduled jobs fail because of old time out in effect | ||
Windows client | Scheduled job error: Sequence contains no elements | ||
Windows client | TARGIT crash when opening Menu files and edit templates | ||
Windows client | No Bookmarks in Scheduled Jobs | It is not possible to create a scheduled job from Bookmarks. Or edit an existing job. | |
Windows client | Map on scheduled publishing: Unable to render chart if maps holds user dimension on x-axis and output HTML | The map is not rendered in the published URL
Works fine in Windows + Anywhere |
|
Windows client | Dynamic Periods in criteria bar shows Question mark if user clicks on Static | When opening a dashboard with dynamic period criteria set as a range and you click static, the specific dates will change to question marks. To get the dates to show again you will have to click where it says Dynamic (Header). Seems to only happen when opening the dashboard. After changing the criteria it seems to show the dates as expected. | |
Windows client | Scheduled job: When clicking source in overview document opens as blank if saved in Designer mode | ||
ETL Studio | Unable to select gateway file list data source folder without double-clicking to expand contents | Users may mistakenly think a folder is selected without double-clicking to expand its contents in the gateway file list data source. This can lead to selection errors and potential runtime issues | |
ETL Studio | Fixed issue with macro code generation after macro is disabled | Resolved a bug where disabling a macro in a script did not prevent the macro's code from being generated in the resulting file. Now, disabled macros will no longer produce code in the output. | |
Scheduler Service | Arguments are not passed from master to child script | Specified arguments were not passed to underlying child scripts when using "Execute script" task | |
Scheduler Service | The Cancel Execution button does not stop the script if failed and is in the retry state | The 'Cancel' button does not work if a script fails with an exception and has retry settings enabled. This causes the full timeout to elapse before the cancellation takes effect. | |
Data Discovery | Fixed behavior when adding new data source/folder by correctly placing it inside the selected folder | Once a folder is selected in the left-hand menu, new data sources and folders will appear as part of the selected folder. | |
Data Discovery | Swapping data sources in a cube removes custom hierarchies created from those data sources | When swapping data sources in a cube, any custom hierarchies built using the original data sources are removed, which may result in the loss of important structure and organization within the cube | |
Data Discovery | Fixed issue with time in Cloud being shown in UTC | Behavior has been updated to use the user's time zone, adjusting date and time values on the UI accordingly. Data Discovery now includes a new setting, 'Server Time Zone,' which should be set to the preferred time zone of the server. Additionally, it is possible to specify a time zone when creating a scheduled data source (defaulting to the server's time zone value). | |
Data Discovery Back-end | Fixed 'Collection was modified' Exception | This error was noticed when running Data Discovery in cloud | |
Plugin: Excel | Excel: Unable to read a file if first column and row are blank | ||
Plugin: Gateway database | Error 401 Unauthorized throws when gateway is queried using Direct URL | ||
Driver: Excel | Unable to read a file if the first column or row is blank | Files with a blank first column or row, or those generated by third-party software, may cause the driver to read the file incorrectly or misapply the 'skip rows' parameter. | |
Driver: Gateway database | Fixed timeout errors for queries using gateway database driver in parallel tasks | Addressed an issue where timeout errors were thrown when queries using a gateway database driver were executed inside parallel tasks. This fix ensures stable query execution in parallel ETL processes. | |
InMemory Database Engine | Lazy Loaded Tables & Columns Need to be marked as Columnized when a database is first opened |
2024 - September (24.09.03003)
Type | Components | Change log title | Change log description |
---|---|---|---|
Anywhere | Display full text of truncated cell data in mouse over hover | If cell text does not fit in cell, show cell text in mouseover.
https://community.targit.com/hc/en-us/articles/15583825847964-Truncated-text-Full-text-in-mouse-over |
|
Windows client | Document path as System variable | In solutions with hundreds or even thousands of documents, you can easily have identical named documents in different locations/paths.
Being able to include the path information will ensure unique identification of the document. https://community.targit.com/hc/en-us/articles/15436829181340-Dynamic-content-System-variable-Document-Path |
|
Windows client | Option to Hide Object Tool Bar buttons | Implemented a new dialog that enables designer users to pick which buttons should be shown in the object toolbar. If all buttons are deselected, the bar will be hidden.
https://community.targit.com/hc/en-us/articles/15774834180124-Object-toolbar-visibility |
|
ETL Studio | New timeout setting for URL-based data sources | A new timeout setting specifies time allocated for a web request. Once the timeout is exceeded an error is thrown by the driver - this prevents “hangs” of the driver in case requested resource is unavailable. This change applies to CSV, Excel, JSON, XML drivers | |
ETL Studio | Lazy Load option is added to TARGIT InMemory data source | With 'Lazy load' disabled on a TARGIT InMemory data source in TARGIT ETL Studio, the full database will be loaded into InMemory before data is requested. This has the advantage of quicker response times, but the disadvantage of taking up RAM resources on the server.
With 'Lazy load' enabled on a TARGIT InMemory data source in TARGIT ETL Studio, only the necessary data will be loaded into InMemory at the time it is requested. This has the advantage of less RAM consumption on the server, but the disadvantage of requests being slightly slower. https://community.targit.com/hc/en-us/articles/15435517882908-Lazy-Load-TARGIT-InMemory-data-source |
|
Data Discovery | "Create cube" option when creating a data source | This option will automatically create a new cube once this new data source gets created. This option simplifies process of creating a simple, ad-hoc cube. This option does not apply to Directory and SQL Server Stored Procedure plugins.
https://community.targit.com/hc/en-us/articles/15943455023388-Data-Discovery-create-cube-from-data-source |
|
Data Discovery | New conversion functions added to data source formats | Functions added under Conversions category and allow conversion of values or expressions to target types: ToInt32, ToInt64, ToDouble, ToDatetime, DateFromTicks, FromOADate, ToOADate.
https://community.targit.com/hc/en-us/sections/10078833813533-Format-Functions |
|
Data Discovery Front-end | Bulk operations for selected data sources, data source formats and cubes | Following operations can be performed, when several items on UI are selected: deletion, reload, enable/disable.
Deletion is available when any combination of data sources, formats and directories are selected. Enable/disable is available only when it is possible to do for all selected items. Reload and deletion also supported on the Cubes overview screen. https://community.targit.com/hc/en-us/articles/15808394689820-Data-Discovery-multiselect-Data-Sources |
|
Plugin: CSV | Ability to use file shortcuts when creating data sources | It is now possible to point to a file shortcut when creating CSV, Excel, JSON, XML data sources
https://community.targit.com/hc/en-us/articles/15829555976476-Data-Discovery-shortcut-as-data-source |
|
Plugin: CSV | Add timeout setting for URL-based plugins | https://community.targit.com/hc/en-us/articles/15584857974556-Custom-Timeout-for-URL-data-sources | |
Driver: CSV | Timeout option is added for drivers that download data from web | This change applies to CSV, Excel, JSON, XML drivers. You can specify a new timeout connection string parameter to specify time in seconds to wait for the response
https://community.targit.com/hc/en-us/articles/15584857974556-Custom-Timeout-for-URL-data-sources |
|
Driver: CSV | Ability to use file shortcuts when creating data sources | It is now possible to point to a file shortcut when creating CSV, Excel, JSON, FixedWidth, FileList, XML data sources
https://community.targit.com/hc/en-us/articles/15829555976476-Data-Discovery-shortcut-as-data-source |
|
Data Gateway Client | Added new Data Driver package to the Data Gateway Client | ||
Anywhere | Login token may expire after 2 hours even with activity | ||
Anywhere | Criteriabar now show the operator when it is not 'equal to' or 'in range' | ||
Anywhere | Dynamic Time: Week to Date is shown as an option in pre-defined list even if week is not included | ||
Anywhere | Load Data error on "Open previous document (last drill state)" in Anywhere | When triggering to "previous document (last drill state)" in anywhere, table objects showed a "Load data" error. | |
Anywhere | Possible concurrency during login related to custom fonts | ||
Anywhere | Too much line spacing in dynamic date drop-down | ||
Management | Spaces between criteria added to role can trick the user to misread the criterias | Added more spacing between the cubes and dimensions | |
Management | Ragged hierarchy not working | After the dimension/hierarchy change, the depth column property (the one regarding ragged hierarchy) was incorrectly stored at the dimension level.
Therefore it is necessary to re-apply the depth column to the correct hierarchy in order for ragged hierarchies to work again. |
|
Management | Can't add users in Cloud solutions using Standard Security | ||
Management | "Test login" button in identity provider script yields "403 Forbidden" error | ||
Server | Possible hang when dimension colors are being stored to disk and other threads are serving requests | ||
Server | Memory leak if loading ROLAP data model fails | If there is something wrong in the data model (e.g. a virtual cube referencing a normal cube that does not exist), the TARGIT Server will keep trying to load the datamodel - and leak a lot of memory in the process. | |
Windows client | Map chart: Longitude & Latitude not placed correct for DD & Tabular | ||
Windows client | Copy/Paste: Copy folder with subfolder will remove folder until refresh | ||
Windows client | Dynamic periods: When selecting Week to date it shows Month to date in the text | ||
Windows client | Gauges with user dimension gives Query Failed | When user dimensions are used in Gauges the query fail | |
Windows client | Scheduled Job: Access violation shown when copy publish link | It is not possible to copy Publish link in Scheduled jobs | |
Windows client | Under certain circumstances hierarchy names will not show full name | ||
Windows client | Not able to refresh datamodel in TARGIT Windows Client | Loading of source data after refresh is slow. | |
Windows client | Required criteria: If dimension and attribute is selected for ANY, it will replace attribute with dimension after saving | If a Dimension (highest level) is selected and an attribute and it's set to ANY, then after saving and opening the document the attribute is replaced by the dimension and it won't work - even if the code shows both the attribute and dimension. | |
Windows client | Ctrl-V does not create copy of file in same folder | ||
Windows client | Trigger Export Layout list shows First Dashboard Layout double. | In layout list shows First Dashboard Layout double. | |
Data Discovery | Data Discovery's settings icon was visible to non-admin users | The settings icon was visible to non-admin users on the cube overview page | |
Data Discovery | Data Discovery's settings are reset after upgrade | During upgrade Data Discovery would ignore existing settings and set settings to their default values | |
Data Discovery Front-end | Collapsed directory gets automatically expanded | A collapsed directory data source would get automatically expanded when another data source gets reloaded | |
Plugin: CSV | Gateway data source fails with an error | "The type initializer for GatewayClient.Core.SimpleLoginResultStorage threw an exception" error is thrown during gateway data source load | |
Plugin: Gateway database | Gateway data source fails with an error | "Unable to establish connection due to: The operation has timed out." error is thrown during gateway data source load | |
Driver: JSON | JSON driver incorrectly parses complex file | Parsing of a complex file, containing multiple levels of nested arrays and objects was not properly done | |
Online Data Provider: Dynamics Sales | Dynamics Sales online data provider fails with "Reached heap limit" error | "Fatal JavaScript out of memory: Reached heap limit" error could be thrown by the driver when big amount of data was retracted from Dynamics Sales |
2024 - June (24.06.19002)
Type | Components | Change log title | Change log description |
---|---|---|---|
Management | Dimensions with multiple hierarchies | Data Model editor now support multiple hierarchies.
https://community.targit.com/hc/en-us/articles/14122927024924-Dimensions-with-multiple-hierarchies The folder organization is restructured by separating dimensions and display folders. This change is aimed at improving the overall overview and navigation within the application. |
|
Management | Enhanced version control check for data model editor | To make sure that we don't have older versions of Management changing data models on a new server where the data model format has changed, a version check is performed when saving the data model. Please note that this will not have practical effect until you upgrade from this version to the next version. | |
Server | Option to change the unique name format of relational connections to look like SSAS unique names | The setting in Management Studio will ensure that dashboards running in a relational environment will be interpreted according to SSAS or current parsing rules.
https://community.targit.com/hc/en-us/articles/14224898373020-Database-Connections-Unique-name-style-setting |
|
Windows client | Export of layouts to Excel through triggers | Trigger to excel dialog extend with export options to select specific or predefined layouts (current layout, first report layout, first dashboard layout and all layouts).
https://community.targit.com/hc/en-us/articles/13690211446428-Trigger-options-Export |
|
ETL Studio | XML Driver now supports data download from URL | We are excited to announce that the XML Driver has been enhanced with a new capability: it can now download data directly from a specified URL. This feature streamlines the data integration process, making it easier and faster to import XML data from web sources into your applications. Simply provide the URL, and the XML Driver will handle the rest, ensuring a seamless and efficient data retrieval experience. | |
ETL Studio | Duplicate functionality for Data Sources | In certain scenarios, managing multiple data sources that point to the same or similar locations becomes imperative. Introducing a duplicate button feature would streamline this process by allowing users to effortlessly replicate selected data sources, complete with their predefined parameters. | |
ETL Studio | Enhanced error handling with Try-Catch Implementation in Import and Script tasks | We've introduced a new feature that adds a Try-Catch flag to Import and Script tasks, enabling automatic generation of try-catch blocks around your import statements or custom scripts. Additionally, a new try-catch task has been incorporated to streamline error handling, ensuring your code is more robust and less prone to runtime errors. This enhancement simplifies debugging and improves the stability of your applications. | |
Scheduler Service | Enable master script to continue execution despite child script failures | Introduce a setting in ETL Studio's execute script task that allows a master load script to proceed with executing subsequent child scripts even if one fails. This feature is crucial for handling unstable data sources, ensuring the ETL process continues and logs failures without halting. The default setting should be off but can be activated for scripts with a higher likelihood of instability. | |
VSCodeExtension | Duplicated entries in autocomplete suggestions | Fixed issue with duplicated entries in autocomplete when multiple same entries come from various databases | |
VSCodeExtension | Added support for information_schema | Information_schema tables are now available as part of autocomplete suggestions:
information_schema.columns information_schema.tables information_schema.updated information_schema.indexes information_schema.foreign_keys information_schema.table_usage information_schema.column_usage |
|
Plugin: XML | XML Plugin now supports data download from URL | We are excited to announce that the XML Plugin has been enhanced with a new capability: it can now download data directly from a specified URL. This feature streamlines the data integration process, making it easier and faster to import XML data from web sources into your applications. Simply provide the URL, and the XML Plugin will handle the rest, ensuring a seamless and efficient data retrieval experience. | |
Driver: XML | XML Driver now supports data download from URL | We are excited to announce that the XML Driver has been enhanced with a new capability: it can now download data directly from a specified URL. This feature streamlines the data integration process, making it easier and faster to import XML data from web sources into your applications. Simply provide the URL, and the XML Driver will handle the rest, ensuring a seamless and efficient data retrieval experience. | |
Driver: XML | Generic REST API now handles XML responses | Our Generic REST API Online Data Provider has been upgraded to support XML format responses. This enhancement allows for greater flexibility and integration capabilities, enabling seamless data retrieval in XML format from our API endpoints. | |
Windows client | Improve error message when Cube is not found in database | ||
Anywhere | Web box not updating dynamic content | ||
Anywhere | Criteria: Unselect on higher level not possible when only some children are selected | ||
Anywhere | Filter delegate: Different from is behaving as equal to | The different from option is behaving as equal to | |
Anywhere | Documents with Immediate refresh disabled do not apply criteria when changing criteria | ||
Anywhere | Menu/Texbox file keeps loading in Anywhere | ||
Server | "Duplicates in data model" error displayed in Source data | Duplicates in data model shows error message in Source data | |
Server | Large dynamic roles can cause problems with token being too large | Any dynamic roles are stored directly in the token, but if these role definitions are too large, it will still cause problems with the size of the token. | |
Server | Crosstab load more is not loading more | The option to load more data from Crosstab is not loading more data | |
Windows client | Mouse over not showing correct member name when criteria is changed | ||
Windows client | Crosstab: Edit for Lookup not visible in Crosstab Title | ||
Windows client | Documents containing slicer objects not included in by indexer | If a document contains a slicer object, it might not be indexed correct. Those documents will not be included in insights, and will fail to show up when editing user dimensions. | |
Windows client | If shared User Dimension were used in iteration page it was not included in index | ||
Windows client | 'Request was interrupted' error is sometimes displayed in objects after triggering | When triggering from a document that isn't done loading all objects the error 'Request was interrupted' is sometimes displayed in the objects of the document you trigger to. | |
Windows client | Calculation: Adding visibility to column with sort will freeze TARGIT | ||
ETL Studio | Null Reference Exception is thrown for Import task within Condition task | We have resolved a Null Reference Exception issue that occurred when adding an Import task into a Condition task. | |
ETL Studio | Fixed error when opening non-existent project folders | We have resolved the issue where an error message was displayed when attempting to open a project's folder that does not exist in the ETL Studio. | |
Scheduler Management | Improved load time for .logs & .events lists in Scheduler Management | We have fixed the issue causing long load times when displaying lists of .logs and .events in the Scheduler Management. This enhancement ensures quicker access and a more efficient user experience when managing and viewing log and event files. | |
Scheduler Service | Unable to login to Scheduler Service using access token with "Never" expiration date | We have fixed the issue preventing users from logging into the scheduler service using an access token with a "Never" expiration date. This update ensures that tokens with indefinite validity are now properly recognized, allowing for seamless access and authentication. | |
Data Discovery | 401 Unauthorized error is thrown when querying for data | An issue was fixed that prevented users from querying for cube's data and resulted in an 401 Unauthorized error | |
Data Discovery Back-end | Certain data sources become unavailable after trying to reload them | Data sources throw error message "Cannot execute the import script for data source" during reload or creation of a new data source for CSV, Excel, JSON, XML, TARGIT Analysis plugins. | |
Plugin: Excel | "Capacity Must Be Positive" error fixed for large excel files | We have resolved the "Capacity must be positive" error encountered when creating a data source for large Excel files. This fix ensures smooth and efficient handling of big Excel datasets, allowing for uninterrupted data processing and analysis. | |
Driver: Excel | "Capacity Must Be Positive" error fixed for large excel files | We have resolved the "Capacity must be positive" error encountered when creating a data source for large Excel files. This fix ensures smooth and efficient handling of big Excel datasets, allowing for uninterrupted data processing and analysis. | |
Online Data Provider: Generic Rest API | Enhance data source configuration to support URL and URL parameter integration | This change addresses the limitation that previously prevented the use of data source parameters as part of URLs or URL parameters within the product. By enabling this functionality, users can now dynamically incorporate data source parameters directly into URLs or URL query strings, facilitating more flexible and powerful data integrations. |
2024 - April (24.05.03003)
Type | Components | Change log title | Change log description |
---|---|---|---|
Windows client | Copy multiple documents from and to VFS through the TARGIT Windows Client | This feature makes it easier to multiselect documents from the TARGIT VFS structure and copy paste them to and from the Windows file system.
https://community.targit.com/hc/en-us/articles/13168996401180-Copy-paste-documents-between-client-and-file-system |
|
Server | Users may get access to list of all other users' user names and personal documents | When a user logs in to TARGIT Anywhere the full list of all personal documents and user names are received. Though the documents do not appear in the user interface of TARGIT Anywhere and cannot be opened, a logged in user is able to go to e.g. Chrome's console log and see a list of all user names and personal document names. | |
Windows client | Access Violation: When adding dynamic caption to expanded hierarchy | When edit dynamic caption on members on this level an Access violation is shown | |
Windows client | Calculation: Adding visibility to column with sort will freeze TARGIT | ||
Windows client | Report: Height different for same columns in chart on different pages | In reports containing column charts that span over multiple pages, the scaling changes from page to page and are not always aligned with values on y-axis. | |
InMemory Database | Ability to load multiple columns in Parallel when in LazyLoad Mode. | To use this feature you need to add a new variable to targitdb.ini called lazyload_streams ,with the desired number of parallel streams. By default it is set to 1, E.g. lazyload_streams=2 will allow 2 concurrent streams. | |
InMemory Database | Added new feature to TargitDB, to help reduce memory consumption. | System now stores row numbers internally when evaluating main loop, and only generates output select values when generating output columns | |
InMemory Database | New Optimization to reduce memory consumption. | When processing the output of a query, the intermediate output produced by the main loop, can be released, to help the garbage collector, to reduce memory consumption, once the output of that column has been processed. | |
InMemory Database | Enabled new row optimization feature that was not previously enabled | ||
InMemory Database | Row optimization is now enabled by whether bitpacking is turned on or off. | ||
InMemory Database | Added a new autokill feature, that can automatically kill queries after a specified time in minutes in tiServer. | By default this feature is not enabled, but can be enabled, by adding autokill=5 to targitdb.ini and restarting the service to kill queries after 5 minutes. | |
InMemory Database | Added Microsoft.Code.Analysis version 2.1 to targitdb | This is the fastest version of the Code Compiler. Newer Versions are slower | |
InMemory Database | Added support for expressions of aggregates in the Order BY clause of the over clause. | This fixes an issue, where this kind of query could cause a server crash | |
InMemory Database | Updated tiquery to show all available information, when you select List_connections, in the Dot Net 8 version. | ||
InMemory Database | Startup failure due to enabled query cache flag | Database fails to start when querycache flag is enabled in targitdb.ini file. | |
Added Microsoft.Code.Analysis version 2.1 to targitdb | This is the fastest version of the Code Compiler. Newer Versions are slower |
2024 - April (24.04.23002)
Type | Components | Change log title | Change log description |
---|---|---|---|
Server | Command Line Tool for TARGIT Server API | The TARGIT Command Line tool may be used to copy documents between your TARGIT Server and your local PC - especially convenient in a cloud scenario. For more information, please refer to this link: https://community.targit.com/hc/en-us/articles/13446472289308-Command-Line-Tool-Targit-Commander-exe | |
Windows client | Quickly reuse a criteria bar across documents through simple copy/paste | This enable a simple copy paste to replicate a specific criteria bar across documents. For further information on setting this up, please visit https://community.targit.com/hc/en-us/articles/13023100901148-Copy-Paste-Criteria-Bar | |
Windows client | Support for member property behavior in crosstab | When having multiple nested dimensions in a crosstab, the performance of the crosstab may now be optimized. This is useful when the data warehouse does not support member properties - e.g. when working with Tabular models. For further information on setting this up, please visit https://community.targit.com/hc/en-us/articles/13096545592220-Behave-as-member-property. | |
ETL Studio | A new Online Data Provider for making Generic REST API requests is available | See details how to set it up on the portal: https://community.targit.com/hc/en-us/articles/13128834115868-Online-Data-Provider-Generic-REST-API | |
ETL Studio | Option to deploy database to cloud | A new option for an .impm file is available that allows you to upload a database to your cloud tenant after script executed successfully. Note that you must create a cloud database and copy it's upload key in order to upload it to your cloud tenant. | |
VSCodeExtension | Visual Studio Code plugin | TARGIT has created an InMemory Database extension for the Visual Studio Code app. It enables you to query your InMemory databases from within the Visual Studio Code app with the additional syntax checking and assistance that is provided by this app. This is an alternative to the native TARGIT InMemory Query Tool, which has less rich options compared to the Visual Studio Code app. For further help on setting it up, please refer to this documentation: https://community.targit.com/hc/en-us/articles/12497741812124-Visual-Studio-Code-extension-for-TARGIT-InMemory-SQL. | |
Plugin: Online Data Provider | A new Online Data Provider for making Generic REST API requests is available | See details how to set it up on the portal: https://community.targit.com/hc/en-us/articles/13128834115868-Online-Data-Provider-Generic-REST-API | |
JS Connector | A new Online Data Provider for making Generic REST API requests is available | See details how to set it up on the portal: https://community.targit.com/hc/en-us/articles/13128834115868-Online-Data-Provider-Generic-REST-API | |
Windows client | The TARGIT Suite now using .NET 8 | When using the TARGITSetup.exe this new requirement are automatically installed. | |
Installer | Https binding was replaced with default http binding during upgrade | A modified behavior will refrain from removing an existing HTTPS binding from the "TARGIT Data Service" website. | |
Plugin: Directory | Unable to delete data source from directory plugin | In earlier versions, removing a data source that belonged to a directory data source was not feasible. Now, it's possible to remove it if the data source has a status of 'Unavailable' or 'Broken'. | |
Anywhere | Criteria Bar: All dynamic date filters other than 'Between' are not displayed | The dynamic filter in criteria bar is not shown in Anywhere | |
Anywhere | Previous document (last drill state) removes parameters from an embedded link | ||
Anywhere | Protocols that are not HTTP or HTTPS are no longer supported in Anywhere. | ||
Anywhere | Criteria from different cube than object will be removed in Windows | When applying a local criteria from another cube than object source data cube, it was removed in the Windows client. | |
Anywhere | Slicer: With local user dimension not able to render in Anywhere | Slicer with local user dimension was not able to render in Anywhere | |
Anywhere | Link from Share in Anywhere not working due to length issue | https://community.targit.com/hc/en-us/articles/13545354103452-Anywhere-Share-Document-link | |
Anywhere | Not respecting axis min in maximized mode and after object is maximized | When set axis min to 0, is was not respected when maximized charts | |
Anywhere | Slicer with search only seems to load full data | Search slicer is loading full data on open document. | |
Insights | Predefined dynamic periods are hidden if members could not be not found | If selecting a dynamic periods the Predefined periods cloud not be shown | |
Server | Better error message when TARGIT Server encounters an unknown column type | ||
Windows client | Member property on x-axis will not be placed correct and in some cases show members not linked to the dimension | Member properties on x axis is not displayed correct | |
Windows client | Slicer: Maximize is missing in Designer Mode | The slicer and show data can now be maximized in designer mode | |
Windows client | Adding dimension to the other axis after data has been fetched will result in error | If data has been fetched and a dimension is added the other axis you will get an error saying "An error occurred while processing the result" Exception Expected 0 dimension on X, received 1". | |
Windows client | Behave as Member property: Dynamic caption not correct if dimension after not set as member property | Dynamic caption is "duplicated" to the first column not set as member property after member property column. | |
Windows client | Trigger criteria: Database is not showed as marked in criteria overview | If whole database is selected as trigger criteria the selection is not showed although it is applied correct.
|
|
Windows client | Language: Description from TARGIT Management Language is not shown in client | The hover and show explanation text is missing | |
Windows client | New calculation name can not be changed via Advanced Calculations | When adding a new calculation the name cannot be changed | |
Windows client | Dynamic date origin: Date can change if local criteria is changed | The Dynamic date origin is changed when the enable "Keep thoughtout the session" is set and user edit the local criteria. | |
Windows client | Embedded links: If connection is translated in Management source data mapping will be removed | When adding translation to source data the Embedded link is broken. | |
Windows client | Consumers and Advanced users can not access Data Discovery cubes | ||
Windows client | Menu: Trigger to PDF in no access folder will be shown in menu (Do not open) | In a menu when linking to PDF, the menu does to behave as when you link to a xview document. The menu item is shown even if the user has no access to the folder. So it can be confused with an error because nothing happens when the user click on the trigger. | |
Windows client | Slicer object do not have the option to toggle to crosstab in Designer mode | The option to shown data in crosstab is not available. | |
Windows client | Not possible to map/unmap if dimension on x-axis and member different from area map name | ||
Windows client | Incorrect dynamic date translation for Dutch language | ||
Windows client | Named colors: In color picker dialog the hover text is not changing when renaming the color | Then renaming a named color the Display name (new name) must be showed as hover text. This fix only applies for color picker dialog. | |
Windows client | Trigger from menu not shown in Bookmark if relative link is enabled and Bookmark saved in other folder | ||
Windows client | Copy/Paste: Copying objects to a solution not containing the used connection will result in error | Copy object from one Solution to another causes exception | |
Windows client | Trigger: Update Global Criteria overwrites local criteria | The trigger was not updating global criteria correct | |
Windows client | Slicer: Visibility settings in hierarchies not respected | When using a hierarchy on a slicer object, all levels are visible even if hidden by visibility, | |
Windows client | Named colors: Mouse over should show Display name and not Original name | The hover text was not showing the name colored display name | |
Windows client | Dynamic Caption: Specific members with dynamic captions only show placeholders - not values | When upgrading to 2024 February release, dynamic captions on specific members are displayed as placeholders, not the values referred to. Saving documents with these dynamic captions in the 2024 February release will save this way of displaying dynamic captions in the future. In this case, the dynamic captions need to be corrected in this or future versions and the document saved.
If the document was not saved in 2024 February release, the dynamic captions will be displayed in the correct way once upgrading to this or future versions. |
|
Windows client | Standard Hierarchy with 1 level visibility unchecked stays blank in new version. | Table will open with no data as the levels are not shown | |
Windows client | Color: Not possible to color calculated row | The color in chart properties cannot be change for Customer hierarchy. | |
Windows client | GlobalDimensions.xml: Custom value in criteria not working | GlobalDimensions.xml: Issue with custom value functionality within criteria | |
Windows client | Missing translation of user dimension | Translation of user dimension was not shown | |
Windows client | Scheduled jobs dialog: Crash if anserver is closed while job is running | If the scheduledjob dialog is open while a scheduled job is running, and the client encounters an error on server, the Windows client will crash/shut down. | |
Windows client | Missing translations of cube titles | Translation was not updated first time selecting data source tree | |
Windows client | Random error shown when Clicking OK in Page setting window | Added some code that checks if the windows has been loaded before Click OK. | |
Windows client | Crosstab: Horizontal scrolling not allways possible | The horizontal scrolling in a crosstab cloud is always possible. | |
Windows client | Trigger: Criteria not transferred to Bookmarks | The criteria was not transferred to bookmarks | |
Windows client | Remove inaccessible members not updating instantly for User dimension and Criteria bar | Remove inaccessible members for User dimension, Global criteria and Criteria bar editor was not updating instantly. | |
Windows client | If a text box template is renamed it will be removed from text box | When rename a textbox template the name was not updated for other textbox using the template. | |
Windows client | Relative links on Trigger in menu file gives blank menu | ||
ETL Studio | A Profiler application icon is missing from ETL Studio | An icon launching Profiler application was missing in ETL Studio's ribbon menu. | |
ETL Studio | Argument null exception thrown when cancelling script execution | An exception could be thrown if a script execution was cancelled using "Cancel" button in output window. A fix was delivered and additional changes were made to ETL Studio's Save & Close dialog to ensure project is saved and synchronized before closing ETL Studio. | |
ETL Studio | Null reference exception thrown when closing a tab in ETL Studio | An exception could be thrown if an .impm tab in ETL Studio was closed by clicking X button or by mouse middle-clicking on it. | |
ETL Studio | Online Data Providers do not save selected parameters | This could happen if an Online Data Provider's form was opened and then saved without any interaction with any control there. | |
Calculation Engine | Htmltotext function throws error | An error will be thrown if a value, passed into the function is either empty string or contains multiple elements on the document's root level | |
Data Discovery Add File button | Duplication of data sources and cubes: case sensitivity in file uploads using "Add file" button | When uploading a file with a different case from an already uploaded file, it causes duplication of the data source and cube. | |
Data Discovery Add File button | The data source isn't generated by employing the "Add file" button or by utilizing the Directory plugin. | Varying file extensions' casing may result in scenarios where the directory data source fails to initiate the creation of a new data source if its file extension differs in case from lowercase. | |
Data Discovery Back-end | Modifying files in the file system linked to data sources can lead to the crashing of the w3wp process. | Enhanced product stability; crashes previously linked to rapid bulk changes to files in the file system, which were associated with data sources, in particular that were created using the directory plugin. | |
Plugin: Directory | Behavior of empty directory data source after restart | After a restart, a directory data source pointing to an empty directory in the file system will not respond to new files, changes to existing files, or trigger subsequent data source updates. | |
Plugin: Directory | Cease the automatic removal of data sources generated through the directory plugin | Previously, data sources generated using the directory plugin would be automatically deleted if the underlying file was removed from the file system. With the new update, the data source will transition to an 'unavailable' status but will still be listed among the data sources. | |
Plugin: Excel | Loading file from network path causes error | Error message appears when you try to load a file from a network share | |
Plugin: JSON | File is locked after data source's creation | A bug caused a file to be locked by Data Discovery even after a data source was successfully created. | |
Plugin: JSON | The performance of the JSON plugin is slow when processing large files | Enhancements have been implemented in a plugin, resulting in accelerated processing for specific files. | |
Plugin: MySQL | Custom query can not be edited | Custom query was always overwritten on data source's edit form with an auto-generated query. | |
Driver: FileList | Unable to use driver via gateway client | A bug caused a driver to throw exception when it was being used via a gateway client service. | |
Driver: JSON | The performance of the JSON driver is slow when processing large files | Enhancements have been implemented in a driver, resulting in accelerated processing for specific files. |
2024 - February (24.02.13001)
Type | Components | Change log title | Change log description |
---|---|---|---|
Windows client | Translation options to calculations and to dynamic captions | https://community.targit.com/hc/en-us/articles/12130813089692-Translations-of-text-titles-labels-dynamic-captions-etc- | |
Windows client | Lock calculated row at top of table | A calculated row can now be locked at the top of a crosstab. It stays at the top of the crosstab – regardless of sorting or filtering data. Multiple calculated rows can be locked at the top of the crosstab in custom order. | |
Windows client | Option to easily copy URL for current document | With this option under the 'Share' functionality, a designer user can quickly share a link to other users. The URL can be freely shared through platform of choice, e.g., Teams (Anywhere only), Messenger, Outlook etc. | |
Windows client | New variable for email subject while Batch Processing | This improves information about the content of the batched email by including the variable in the email subject: E.g: Email subject: “Sold vehicles [batch variable]”. | |
Windows client | Dynamic time support in slicer object | Since dynamic time plays an important role in applying criteria in dashboards, we have added support for dynamic time in the slicer object - implemented much like the criteria bar. | |
Windows client | User Dimensions in other criteria dialogs | When working with criteria settings in a number of different dialogs, these dimensions will also be available in a separate 'User dimensions' folder
The 'User dimensions' folder is available in these dialogs: - Criteria / Ignore dimensions - Criteria / Required criteria - Criteria / Filter delegates - Trigger / Criteria https://community.targit.com/hc/en-us/articles/12327964003228-User-Dimensions-in-other-criteria-dialogs |
|
ETL Studio | Task Hiding Feature in .impm Files | It is now possible to hide specific tasks from the .impm file's designer by clicking Ctrl+Q and accessing the 'Hide task' dialog. Here, you will be able to utilize settings to hide tasks based on partial or full task names, specific text cases, or regular expressions. | |
Anywhere | Empty parameter in embedded links with multiple arguments should no longer contain '=' character | When defining embedded links with multiple arguments, empty arguments should no longer have the '=' character included.
For example: Previously you could include the '=' character after parameter1: ##Test/Test.xview?parameter1=¶meter2=100 The '=' character should be removed going forward: ##Test/Test.xview?parameter1¶meter2=100 |
|
Anywhere | Slicer: Remove object toolbar content | The object toolbar is in the way for combo box slicers in consumer mode and should be removed with the exception of the drill out button. | |
Windows client | Improve error message in Smartpad Source data when there are duplicate metadata | If it is merely duplicates (which can be ignored), there is also a button to ignore and continue, so that the customer knows there is something wrong, but can continue using the rest of the cube. When the cube is refreshed, the error message reappears and can be ignored again.
This is only implemented in Data Source |
|
Anywhere | Refresh menu button does not refresh data in Anywhere | Menu button "Refresh" did not load new data in Anywhere. | |
Anywhere | Criteria are now shown for embedded links in criteriabar | ||
Anywhere | Relative link enabled on Menu file (not trigger) will cause the menu to not show if opened from a Bookmark saved in other folder | Menu file with relative link opened from a Bookmark is not shown in Anywhere | |
Anywhere | Trigger: Criteria only transferred to first document when trigger to Bookmark with multiple documents | A trigger only transferred the criteria to first document when using Bookmark with multiple documents | |
Anywhere | Generic embedding links cannot have two filters on same argument | ||
Anywhere | When Refresh immediately is disabled 'Apply' not working in Anywhere | When Refresh immediately is disabled and user press 'Apply' in Anywhere criteria is not applied. | |
Anywhere | Anywhere: "Load data" does not work | When pressing load data in Anywhere nothings happens | |
Anywhere | File and folder names with # cannot be opened in Anywhere | ||
Anywhere | Slicer based on user dimension is shown as unable to render chart in Anywhere | In the anywhere client either never appears or shows the error message "Unable to render chart" for user dimensions. | |
Anywhere | Mailto URL not working in Anywhere | In a Menu, the mailto function for URL would open a new browser tab instead of Mail software. | |
Anywhere | "Criteria member not found in database" is not colored in Anywhere | In the criteria bar when selected members on a dimension are not found, they are highlighted in red in the Windows client. This is not the case in the Anywhere client. | |
Anywhere | Textboxes affected in Anywhere when "Criteria members not found in the database" | The members data are now shown | |
Anywhere | Generic embedding link does not work when key contains an '&' | When using generic embedding and the key is equal a string that holds an '&', the criteria does not work. | |
Anywhere | Triggers with Relative links not working for Bookmarks | If a document has relative links and is opened in anywhere through a bookmark, the relative links will not work. | |
Bootstrapper | Missing warning when installling TARGIT on a OEM version | A warning saying is cannot be upgraded | |
Management | “Expression not found” error in Mangement. | “Expression not found” error in Management when you Look up user permissions and click on the Database tab | |
Server | The Designer used to be able to see the Data Discovery (DD) cubes that they had created in the source data | The role permission in none management is not respected
|
|
Server | Dimension used more than once in a cube makes it unable to use custom value search | ||
Server | Unable to login when security model is configured as OpenID only | The server checks the security model for the user logging is configured to run as.
|
|
Server | Search by key values did not work on SSAS via Gateway | Search by key values and other features do not work on SSAS via Gateway if the Gateway connection name is different from the database name on the SSAS server | |
Server | Missing IP adresses in TARGIT Auxiliary Log | All transactions in TARGIT log are logged with '::1' in IP column. | |
Windows client | Color a calculated column with Color by measure not possible | It was not possible to set a color in Set color by measure for a calculated column (possible for measure). | |
Windows client | User dimensions are show under under Dimensions and not just User dimension in Source Data | This fix will remove user dimensions from the root of Dimensions. | |
Windows client | Shared User dimension / Documents not listed in "Used in" if used in criteria bar with no members selected | Documents not listed in "Used in" if used in criteria bar with no members selected. So when cleaning up you might delete user dimensions that are in use, but not listed. | |
Windows client | SVG maps not saving locations when using hierarchy | ||
Windows client | Filter delegate: The specified query is too complex to be evaluated as a single statement | In some cases when many members are used as filter delegate an error is returned - "The specified query is too complex to be evaluated as a single statement". | |
Windows client | Menu files properties displaying earlier linked menu file name | Improved updates of menu files properties | |
Windows client | Named colors can not be saved for font color in crosstab title | The Name color is not save when used in Crosstab title | |
Windows client | Fixed so color sorting is done by Display name | ||
Windows client | Measures which have names that are given the same key in an internal list causes duplicates not allowed error | Reports/dashboards can be opened because of this error. | |
Windows client | Fixed an error where the Windows client could crash when deleting report page. | ||
Windows client | Gauge / User dimensions colors are shown as BGR instead of RGB | Gauge using user dimension shows element colors as BGR instead of RGB | |
Windows client | Color palette not selected correctly when Color by is "Automatic" | The selected color palette now shown. | |
Windows client | Coloring of non-shared user dimensions not possible in charts | ||
Windows client | Not possible to see if Named Color is selected or not when selecting colors | Since the name of the named colors is not displayed in the color selection dialog, the user cannot see that it is a named color that has been selected. | |
Windows client | Slicer missing dropdown if changed from list to dropdown | ||
Windows client | Switching between consumer/designer mode causes axes in charts to change | In some cases the measure axis intervals will change when switching between consumer and designer mode. The more times you switch the more the axis will change. | |
Windows client | Adding a color in new color sequence causes 'Stack overflow' error | ||
Windows client | Not able to use Shift to select a range for a hierarchy | ||
Windows client | Unable to drill on a mashup dimension used in charts | ||
Windows client | Creating a new dashboard will enable design tab but not go to design-mode | It is possible to insert elements, and they are added, but not visible because client is still in consumer-mode. | |
Windows client | Source data in embedded link dialog does not match Source data in Smartpad | Embedded link dialog the hierarchies turn are shown as member properties | |
Windows client | File can not be dragged to folder outside the scrolled area | Then using drag and drop in file list, the list does not scroll if list is too long. | |
Windows client | Colors are not saved on shared user dimensions. | If an object is using a user dimension, changing shared colors are not saved, so you cannot change color on the objetct | |
ETL Studio | Data Sources are missing for some users | Users may experience experience lack of data sources in ETL Studio when they open it if ETL Studio was originally installed by another user. | |
Data Discovery Back-end | Possible to create data source with a duplicate name | Fixed issue when it was possible to create a data source with a name that already exists as part of data sources created using directory plugin. |
Comments
Please sign in to leave a comment.