Jump to content
We've recently updated our Privacy Statement, available here. ×
  • What's New in Spotfire® 11.2


    Message added by Surbhi Khimesra,

    This article is kept for reference but some of the links may be broken due to Spotfire systems being updated over the years, please post a question in our Forum or submit a support ticket if you need any assistance with an older Spotfire version that is still supported  

    TIBCO Spotfire® 11.2 adds a number of highly requested features such as excluding all and none from filters, coloring cross table cells by other columns and the ability to add a default visualization when loading data. Map chart users will benefit from updated and richer worldwide map data and new data sources are also available with support for GeoJSON files, Brytlyt GPU databases, and SingleStore databases.

     



    >

    TIBCO Spotfire® 11.2 adds a number of highly requested features such as excluding all and none from filters, coloring cross table cells by other columns and the ability to add a default visualization when loading data. Map chart users will benefit from updated and richer worldwide map data and new data sources are also available with support for GeoJSON files, Brytlyt GPU databases, and SingleStore databases.

    This release also provides an enriched documentation for mod developers, and administrators may find support for Windows Server 2019 with Citrix and Remote Desktop Services valuable.

    Data Access

    GeoJSON files

    Spotfire now supports connecting to GeoJSON files, making it easier to add custom geospatial data into your analysis.

    GeoJSON is an open standard format that is designed to represent simple geographical features along with their non-spatial attributes.

    converted-file.png.384f5630b59bd0309916054da0f8d3ac.png

    Brytlyt GPU database

    The Spotfire Connector for PostgreSQL now supports the GPU accelerated database Brytlyt.

    Brytlyt, in combination with Spotfire, provides blazingly fast query response times for ad-hoc, interactive push-down queries, providing a snappy user experience without the need to import data into the in-memory data engine of Spotfire. By keeping potentially enormous amounts of, for example, transactional or routing data, in GPU data tables, you can query and gain insights from these with a few clicks in Spotfire, just by using the built-in, self-service connector for PostgreSQL. Smaller data sets, like dimensions or master data, can be stored in cost-efficient PostgreSQL Brytlyt data tables. These are automatically joined with GPU data tables on the fly, when required by the Spotfire connector.

    Brytlyt is also supported on TIBCO Cloud Spotfire. The full list of data sources supported in the web clients TIBCO Cloud Spotfire Business Author and Consumer is available here.

    converted-file.png.e4a06b6495cf62af2aea96d8a63b3d93.png

    For more information, please visit the Brytlyt web page.

    SingleStore on TIBCO Cloud Spotfire

    The Spotfire Connector for MySQL now supports SingleStore (formerly MemSQL) on TIBCO Cloud Spotfire and TIBCO Spotfire Cloud Enterprise.

    The full list of data sources supported in the web clients TIBCO Cloud Spotfire Business Author and Consumer is available here.

    memsqlsinglestore.png.c2a72a10f2dff3c2a4e0d7c0a88722db.png

    For more information, please visit the SingleStore web page.

     

    Visual Analytics

    Remove all and none options from filters

    You can now remove the (All) and/or (None) options from the item-, list box-, and radio button filters. This can be useful, for example, when creating reports where you want the data to always be filtered. By default, (All) and (None) are included in item and radio button filters. In list box filters, (All) is included by default.

    image.png.dd0a7bb3129167265dcca5efd705f4e7.png

     

    Display default visualization when loading data

    You can now select a default visualization type that will be displayed when adding data to Spotfire. For example, you can display a table visualization to view the imported data. This feature was available in Spotfire 7.14 and earlier versions, and is now reintroduced.

    An administrator can specify different default visualizations for different user groups.

    image.png.045bd27c07e5e30fb7bd1d5c94def54a.png

    image.png.6dd77c90987525b3e862c00438e285c5.png

    Updated worldwide map data

    All the available default map types in the map layers have been updated with fresh geographical data to provide a richer, more detailed, mapping experience.

    Note that all map charts using any of the default map types will be updated regardless of the Spotfire version.

    image.png.f4cbdd353fbc44df4effc3f75dc5a02b.png

    image.png.54f1d4a0d7d2381c4b7f2cfa08dee783.png

     

    Color cross table cells by other columns

    In cross tables, you can now color table cells using another column or custom expression than the expression used for calculating the actual values that are displayed.

    As an example, this makes it possible to color a cell according to whether its value is higher or lower than another cell's value.

    image.png.60e084e2e9979e4101b90f0a375e4ae4.png



     

    Administration

    Windows Server 2019 with Citrix for Spotfire Analyst & Desktop

    Microsoft Windows Server 2019 is now supported with Citrix for Spotfire Analyst and Spotfire Desktop. 

    Added support for Citrix Virtual Apps and Desktops 7 1912 LSTR. Note that "Citrix Virtual Apps" is the new product name for the former Citrix "XenApp" series (https://www.citrix.com/products/citrix-virtual-apps-and-desktops/feature-matrix.html).

    Removed support for Citrix XenApp 6.5 and 6.0. Note that Citrix XenApp 6.5 and 6.0 entered EOL on 2016-08-24, and End of Extended Support on 2020-01-14 (https://support.citrix.com/article/CTX122442).

    Windows Server 2019 with Remote Desktop Services for Spotfire Analyst & Desktop

    Microsoft Windows Server 2019 is now supported with Remote Desktop Services for Spotfire Analyst and Spotfire Desktop.

    Removed support for Remote Desktop Services with Windows Server 2008 R2. Note that Microsoft Windows Server 2008 R2 entered End of support on 2020-01-14 (https://docs.microsoft.com/en-us/lifecycle/products/windows-server-2008-r2).

     

    APIs and SDK

    Mods developer documentation

    To make it even easier to develop mods, we have now enriched the Mods Developer Documentation with more detailed information on how to use the Mod API and other aspects related to Mod development.

    Check out the new API Overview page that gives an interactive graphic overview of the complete API, including all classes and the relationships between them. A flyout panel gives you a preview of selected items and you can easily toggle between the AI Overview and the standard API Documentation for more details on methods and properties.

    image.thumb.png.7c9f686f019ca8cf75d0a24ffce4d7c8.png

     

    In the Mod reader article you will learn how to work with readers, a central part of all mod development that let you consume data and other values from the API and to register callbacks and subscribe to changes.

    We are continuously adding more source code examples to the Mods GitHub repository. The latest addition is a spider chart developed in TypeScript, rendered with D3, and bundled with webpack.

    If you are new to mod development, we recommend that you start with the Getting started guide.

    API to remove all and none from filters

    The new capability to remove (All) and/or (None) options on the item-, list box- and radio button filters is also accompanied with an addition to the C# API that allows you to automate this functionality in IronPython scripts and C# extensions.

    API to color cross table cells by other columns

    The new capability to color cross table cells by values and custom expressions of other columns is also accompanied with an addition to the C# API that allows you to automate this functionality in IronPython scripts and C# extensions.

     

    Data Science

    Updated required version of Python interpreter

    The version of the Python interpreter required to run data functions in this version of Spotfire has been updated to 3.7.

    Spotfire 11.2 filters Spotfire 11.2 default visualization option Spotfire 11.2 default visualization preference Spotfire 11.2 map update Spotfire 11.2 map update Spotfire 11.2 cross table cell color Spotfire 11.2 mods api overview

    Spotfire 11.2 SingleStore


    User Feedback

    Recommended Comments

    There are no comments to display.


×
×
  • Create New...