Skip to content

Version History 12.2.1

12.2.1.245

29th January 2020
Improved ADMIN > We now ensure that for all CALUMO Admin pages that show a list of databases for each connection, (configured in Server Configuration), the list will only show the databases that the connection user has access to, instead of potentially all databases on that SQL instance. Connections to these inaccessible databases was never possible, it just caused a cluttered interface.
Improved ADMIN > MAINTENANCE > Updated the background task that keeps the Recent Usage tables in check so that it will keep the last 10 items of each category for each user.
Improved ADMIN > CONFIG RELOADING > When CALUMO is running across multiple web servers (in a web farm) we have improved the way the configuration changes on one web server propagate to the other servers in the farm and also trigger a re-build the various caches because of how the configuration change might affect them. Now, when a configuration change is received in from a user saving the Server Configuration, all web servers will receive that change within 1 second and then cause their Olap Cache and Database Search cache to be rebuilt.
Fixed ADMIN > SERVER CONFIGURATION > Resolved an issue where re-saving a connection would cause the encrypted password for the connection to be re-encrypted again making it not work.

12.2.1.244

28th January 2020
Fixed CLIENT > AUTHENTICATION > Resolved an issue in the new client authentication mode where using the Connect ribbon button was not setting up the user that was already authenticated correctly and causing issues when users subsequently used web based forms from the client like Skylights and Member Explorer.

12.2.1.243

21st January 2020
New ADMIN > SERVER CONFIG > DATASOURCES > Each datasource now has a flag to hide it from showing in the Data drawer. This has replaced the Server Configuration setting Olap Servers and the values in that setting have been migrated into new Datasources where applicable.
New ADMIN > SERVER CONFIG > DATASOURCES > Each datasource can now have the catalogs that it will display restricted via configuration with the Visible Catalogs setting on each Datasource.
New ADMIN > USERS > The list of users in the admin interface now uses a server-side lookup so it can handle a much larger volume of users.
New CORE > You can now reference icons in Font Awesome 5
New EDITABLE TABLES > LOOKUPS > They can now be configured to be server-side lookup enabled so that for large lists of values, an initial page of (default: 100) is returned and then the user can type-ahead search for other items in the list.
New EDITABLE TABLES > LOOKUPS > You can now also specify a where clause for them that can use the value from another field on the current record to restrict the list.
New HOME > DATA > This drawers content will now auto-expand down to the cube level unless there are too many ( > 10 ) catalogs in a datasource.
Improved EDITABLE TABLE > IMPORT > We have added a batch mode to importing files into an Editable Table so that merge queries are not run against the backend database server when they are too large. The batch size is controlled via the “Table Editor Import Batch Size” setting in Server Configuration.
Improved EDITABLE TABLE > NUMBER CONTROL > We have removed the spinner part of this control based on user feedback.
Improved PERFORMANCE > CMEMBER > Optimisations have been made to the way that CMEMBER is making queries against the backend Olap datasource to batch up the queries as much as possible.
Improved PERFORMANCE > WRITEBACK & DRILL TO TRANSACTIONS > Significant optimisations have been made to the way that we query and re-query for the datapoint keys to pass to the Cube Events.
Improved VIEWS > Changed the way a role playing dimension shows in the Dimension tree so that it just shows its Hierarchy name, not the two part [Dim].[Hier] caption.
Fixed ADMIN > CUBE EVENTS > Resolved an issue where if a Cube Event member property was not given a property and left blank, an error would occur. It is now given the default property of MEMBER_KEY.
Fixed APPS > DESIGN MODE > Resolved an issue where an error may be shown because of a missing web asset.
Fixed APPS > PANEL MODE > Resolved an issue where Font Awesome icons would not display.
Fixed APPS > INFO PAGES > Resolved an issue where an Info Page on a sub-folder would not show when selecting the folder.
Fixed CLIENT > AUTHENTICATION > Resolved an issue in the new client authentication mode where the fallback, when looking up a user, was not correctly using all valid values to find them.
Fixed CLIENT > AUTHENTICATION > Resolved an issue in the new client authentication when using AzureAD as an SSO source where AzureAD had made changes to its browser detection and how it handles different browsers.
Fixed CLIENT > EXCEL > CREPORTINPUT > Resolved an issue where CREPORTINPUT would lose the set value of the AutoCalc argument after a user wroteback over the top of it to update its value.
Fixed DRILL TO TRANSACTIONS > Resolved an issue when drilling on a member with an apostrophe in its name.
Fixed EDITABLE TABLE > IMPORT > Resolved an issue where a column is a DateTime and allows NULL in the database and the column in the imported file has blank cells for that column would throw an “Invalid Date Time” error instead of writing a NULL to that field on that record.
Fixed EDITABLE TABLE > LOOKUP > Resolved an issue where the incorrect field name was being passed through to get the lookup list which caused the list to show as a blank and the value in the field to show as the Key not the Description.
Fixed HOME > TABS > PRIVATE REPORTS > Resolved an issue where using the tab Refresh icon would not reload a Private Report.
Fixed INSTALLER > WEB > Resolved an issue when installing into IIS 8.5 (Windows Server 2012 R2) where the CALUMO website would launch with an internal server error.
Fixed INSTALLER > WEB > Resolved an issue when installing into IIS versions less than v10 where the web.config for the site was incorrectly formed.
Fixed INSTALLER > WEB > Resolved an issue that caused a certain database migration when run on SQL Server prior to SQL 2016 and left the schema of the CALUMO database at an incorrect version.
Fixed REPORTS > CGETSQL > Resolved an issue with numeric decimal field number formats where neither the cell format in Excel, nor the format specified in the Editable Table definition were being applied. The format from the cell in Excel will be applied unless there is a format specified in the Editable Table definition
Fixed REPORTS > CMEMBER > Resolved an issue where when a CMEMBER was being used in the padding range of CREFLEX it would lose the connection to its UID cell and not stay up to date.
Fixed REPORTS > CREFLEX > Resolved an issue where when there are two CREFLEX on the same report, Drill to View (Magic Views) would drill on the incorrect cell.
Fixed REPORTS > CTABLEEDITOR > Resolved an issue where a nasty error was shown when a table name was provided that was not known to CALUMO. It will now show a friendly error to the user.
Fixed VIEWS > SLICERS > Resolved an issue where when adding a slicer using Member Explorer and “Add To Slicer” the UI shown for that slicer was broken.
Fixed VIEWS > DRAG/DROP > Resolved an issue where when dragging and dropping a given member on rows or columns to the end of the members would cause the view to break.

12.2.1.207

12th November 2019
Improved ADMIN > SERVER LOGS > We have changed the server logs page to use infinite scroll instead of paged results to give a better experience when looking back through the server logs. Read more in Server Logs.
Improved ADMIN > SERVER LOGS > We have changed the way selections work in the server logs page to allow just a single cell to be selected and its contents copied out. Read more in Server Logs.
Improved CORE > OLAP > We have added a new value to the connection string we use to connect to SQL Server Analysis Services. It will now add a value into the Application Name property so that when tracing the OLAP queries, you will be able to see more information about what part of CALUMO the given query was coming from. Read more in Olap Connection String Defaults.

12.2.1.203

29th October 2019
Fixed MEMBER EXPLORER > Resolved an issue caused by a change in max URL length in some browsers which made the Member Explorer sometimes error and was left unable to show the tree of members - this was usually when searching
Fixed CLIENT > AUTH V2 > Resolved an issue with certain SSO providers that use another 3rd party for 2FA/MFA where the new client authentication would hide the browser if the 3rd party 2FA/MFA provider used an iframe to show their user prompts

12.2.1.197

25th October 2019
New IE11 > Notifications to users about end of support for IE 11
   Note: all key users at all customers should have already received a notification about this
New VIEWS > SNAPSHOT > Ensure that when a user clones a view, the same datasource (Live or Snapshot) is used in the clone.
Fixed ADMIN > SERVER CONFIG > Resolve an on save error with datasource mappings.
Fixed CLIENT > Resolved an issue with the new authentication mode (ClientAuthv2) where when looking up a newly logged in user, the correct abilities were not being found on the server and this caused the client to not enable the correct features for that user’s role in CALUMO.
Fixed EDITABLE TABLES > AUDIT > Resolved an issue when not all audit fields were mapped to a field a null reference would occur.
Fixed LOGIN > Resolved an issue where specific characters in a password would mean the password was not valid and therefore not work
Fixed SECURITY > Implemented stronger security in CALUMO in the browser and via the CALUMO Office Client to ensure that certain requests can not be forged by a malicious party.

12.2.1.184

19th September 2019
Fixed APPS > CHROME > Resolved an issue for Chrome users on v76/77 where Apps in block menu style would see a shift left of the menu on loading that was then rectified by resizing the page or navigating to a lower menu

12.2.1.183

16th September 2019
Fixed IE > Resolved an issue for IE users that was causing CALUMO to not load after logging in

12.2.1.179

11th September 2019
New DATASOURCES > SNAPSHOT > Datasources can now be designated as having a snapshot to allow or reporting to be done against read-only snapshots of cubes. Read more about Snapshot Datasources.
New VIEW PERFORMANCE EVENTS > Information is now stored in the CALUMO database relating to the calculation and performance of CALUMO Views
Improved REPORT PERFORMANCE EVENTS > Added the capture of the original and the current query string in the event.
Improved VIEWS > CHROME > Changed the way the borders are drawn in views to get around an issue introduced in Chrome 78 which made the CSS border-collapse property not work.
Fixed DIMENSION MAINTENANCE > Resolved an issue where the audit fields on the backend table were not being updated as requested by the linked Editable Table definition.
Fixed REPORTS > CONDITIONAL FORMATTING > Resolved an issue in TOP/BOTTOM count conditional formats in Published Reports where the bottom n + 1 was having the rule applied, not the bottom n.
Fixed VIEWS > Resolved an issue where clicking on the name of the view in the top left of the interface to create a new blank view for that cube was not working correctly and caused an inoperable view to be created.
Fixed VIEWS > Resolved an issue where the splitter in views, when dragged to the right, would slide under the members on rows.
Fixed VIEWS > Resolved an issue where the alignment of the rows members and data would go out of alignment when the user scrolled down to the very bottom of the view when there was both vertical and horizontal scroll bars showing.

12.2.1.168

19th August 2019
Improved CREFLEXTABLE > Ensure the sheet columns are not flexed unless a specific column number is set.
Fixed MEMBER EXPLORER > NEW MEMBER PICKER > Resolved another issue where the 2nd selector box was not searchable after a selection in the first
Fixed OFFICE CLIENT > CLIENT AUTHENTICATION > Resolved an issue with Single Signon so that internal CALUMO staff get directed to the correct SSO provider, not the Customers SSO provider.
Fixed PUBLICATIONS > QUERY STRING > Resolved an issue where the encoding of the query string was not correct causing it to not be applied when there were special characters being used.

12.2.1.162

9th August 2019
Improved DIMENSION MAINTENANCE > Ensured the select dimension drop down is sorted alphabetically.
Improved VIEWS > Updates to analytics logging on feature usage for context menu items.
Fixed ADMIN > REPORT VAULT > Resolved an issue where Open Latest on a private report tried to open the public version.
Fixed ADMIN > SERVER CONFIG > Resolved an issue where the Olap Status page threw an error when there was a certain type of in progress query.
Fixed CGETSQL > Resolved an issue where non-nullable columns were being set to zero when merging causing an overwrite of existing data.
Fixed MEMBER EXPLORER > NEW MEMBER PICKER > Resolved an issue where the 2nd selector box was not searchable after a selection in the first.

12.2.1.155

30th July 2019
New CMEMBER > CMEMBER has a new type ‘DropDownNonEmpty’ which will perform a non empty on the selected member with the subset passed in to restrict the list of members and improve performance on large hierarchies.
Fixed APPS > BLOCK STYLE > Resolved an issue where a Folder with no children threw an error when clicked
Fixed APPS > SPLITTER > Resolved an issue that was causing the App splitter to not be resizable when in Panel display mode.
Fixed CGETSQL > Resolved an issue in the creation of the backend queries that could result in the wrong query being executed.
Fixed CGETSQL > Resolved an issue where CGETSQL was not inheriting the format set in the Editable Table definition for a given field.
Fixed CHYPERLINK > VIEWS > Resolved an issue where the query string set on the URL for a view was not being passed through to the View correctly causing slicers to not be set on the view.
Fixed CREPORTLIST > Resolved an issue where the drop down portion of the list was hiding behind a lower freeze pane section.
Fixed CREPORTSQLPAGER > Resolved an issue with the delete functionality where it would throw an error when attempting to delete the record.
Fixed DIMENSION MAINTENANCE > Ensured that when launched from the Admin UI, the Maintain Dimension interface would auto select the correct Dimension
Fixed MY > VIEWS > Resolved an issue where a user could not delete their own private view unless they were also an Admin.

12.2.1.135

21st June 2019
Improved APPS > When an App shows in its own window, if you have set an icon for the App, it will show that icon as the browser tab icon (favicon)
Improved MEMBER EXPLORER > We have rationalised the options from five to two that Member Explorer shows when it is opened without a selected member. It now shows one selector for Datasouce/Catalog/Cube and one for Dimension/Hierarchy
Improved MEMBER EXPLORER > When a hierarchy is broken (i.e. it is showing members from multiple levels out of sequence), it will now show an icon and a hover message to let the users know it is in that state and give them a tip on how to reset it back.
Fixed APPS > REPORTS > MEMBER EXPLORER > Resolved an issue with the screen positioning of Member Explorer in Reports (when in an App) where it could appear partially off-screen.
Fixed CHARTS > Resolved an issue where when a chart was stacked and the Value Axis Max was set to “auto”, the scale of the axis was set incorrectly and data would expand pass the top edge of the chart.
Fixed CHARTS > Resolved an issue where when Min or Max was explicitly set and the min was above the axis or the max was below the axis, they were being respectively set to 0, not the specified amount.
Fixed DIMENSION MANAGER > STORED PROC > Resolved an issue where using the @loginid directive in a stored proc would not pass through the login id of the user performing the action.
Fixed VIEWS > MEMBER EXPLORER > Resolved an issue where the member tree in Member Explorer would keep losing its levels and snapping back to a single list of memebrs.

12.2.1.129

12th June 2019
Fixed EDITABLE TABLES > Resolve an issue introduced in 12.2.1.125 where field definitions for Editable Tables were not refreshing correctly causing either the wrong result or duplicated items.

12.2.1.127

12th June 2019
Fixed APPS > DESIGNER > Resolved an issue where the cubes node was not expanding.
Fixed EDITABLE TABLES > Resolve an issue where SQL views were not being shown in the list of source tables for an Editable Table.

12.2.1.125

9th June 2019
New CHARTS > DESIGN > By default, dynamic charts will now auto scale their numbers and axis. Read more about Chart Auto Scaling
New CHARTS > DESIGN > You can now trim the labels of a chart based on rules like max characters or at first occurance of substring.  Read more about Chart Label Trimming
Improved CORE > SETTINGS > Some CALUMO application settings have moved out of only being able to be set from the back end to being able to be set in the Server Configuration user interface.
Improved TABLE EDITOR > IMPORT > Lookup type fields now support either the lookup description or key to be used as the value
Improved VIEWS > Better messages for users when their query either times out or is terminated by an administrator.
Fixed CORE > SETTINGS > Allow settings to be set to no value.
Fixed EDITABLE TABLES > Resolved an issue where the max length of a field in SQL was not being adhered to.
Fixed REPORTS > Resolved an issue that was causing Drill Out to a View to stop working in certain circumstances.
Fixed REPORTS > CHYPERLINK > Resolved an issue where when an App URL was being generated by CINFO and the report was showing in CALUMO Home, the URL was not being generated correctly
Fixed REPORTS > CREPORTSQLSELECTOR > Resolved an issue where the initial state of the selector when there were multiple items selected was not being set correctly
Fixed REPORTS > CMEMBER > Resolved an issue where when a member is expanded and then selected it would not work
Fixed TABLE EDITOR > IMPORT > Resolved an issue where boolean fields were causing errors on import.
Fixed TABLE EDITOR > EDIT > Resolved an issue in pop-up edit mode where switch fields were resetting their value
Fixed VIEWS > DRILL TO TRANSACTIONS > Ensure that when drilling on a cell with multiple selections for a hierarchy on slicers, stored proc drill passes the correct co-ordinate across
Fixed VIEWS > SHARE MENU > Fixed up the positioning and formatting of the share menu to be the same as in Reports

12.2.1.107

20th May 2019
New REPORTS > CREPORTTOOLBAR> You can now use a formula to dynamically hide/show different toolbar buttons in reports.  Read more about CREPORTTOOLBAR
New REPORTS > CREPORTPROPERTIES > This formula has a new argument OnlySliceAsValues that lets you dynamically set whether or not Send To Excel will only allow ‘as values’.  Read more about CREPORTPROPERTIES
Improved CORE > FEATURES > Removed feature flags for Formula Wizard, Dynamic Charting, ReportCellErrors and SaveTempImagesToCache as they are now core in the product
Improved CORE > Updated CALUMO Help URL generation to cater for new CALUMO Help site.
Improved CORE > LOGGING > Ensure that setttings with passwords do not log the password if the setting is logged
Fixed APPS > GLOBAL SLICERS > Ensured that the selection of a Global Slicer before a report was loaded would still pass that selection to the report
Fixed CLIENT > AUTHENTICATION V2 > Resolved an issue where the embedded browser would show a Windows authentication dialog when trying to signin with Azure AD
Fixed REPORTS > CCHART > Resolved an issue where when two charts use the same hierarchy on rows and are in the same family, resetting the drill state from a CCHARTSELECTIONS will reset on both charts, even if only one has been drilled.
Fixed REPORTS > CREPORTSQLSELECTOR > Resolved a issue where the CREPORTSQLSELECTOR was not remembering the selections between recalculations
Fixed VIEWS > SHARE > Resolved a issue where the share menu was not aligning correctly

12.2.1.89

2nd May 2019
Improved CORE > LOGGING > More consistent error handling where a user does not have access to a certain resource
Fixed ADMIN > START PAGES > Resolved an issue where the show toolbar option was not hiding the toolbar on reports when the setting was checked off
Fixed DIMENSION MAINTENANCE > DATES > Resolved an issue certain date formats were not being handled correctly when written back to SQL

12.2.1.85

1st May 2019
Improved CORE > LOGGING > Removed the cleanup weblog code in the logging call that could sometimes cause SQL to sit in a blocked state
Improved EDITABLE TABLES > IMPORT > Added more flexible type validation for incoming types to SQL field types. eg Incoming text to backing money column will try and parse out the number from the text string
Fixed REPORTS > CGETSQL > Resolved an issue where non admin users would not be able to use reports with CGETSQL in them as they were redirected to HOME because there was a server call that hit an Admin-only part of CALUMO

12.2.1.77

6th April 2019
Fixed EDITABLE TABLES > IMPORT > Resolved an issue with source table key fields not being able to be set to updatable when they are not specified as the key by the Editable Table definition. Fields that are flagged as the key for the Editable Table will remain as not updatable.

12.2.1.76

6th April 2019
Improved CORE > LOGGING > We have improved the error logging around communications from the CALUMO Office Client where uncaught errors are occurring on the server side. These will now show up in the Server Logs on the CALUMO server being connected to.
Improved EDITABLE TABLES > IMPORT > If the SQL column being imported into is a text type or key/identity/auto-increment, no validation should be performed. This will also allow for auto-incrementing keys to be left blank to automatically get their new key
Fixed CORE >LOGIN> Resolved an issue where the styling of the login page was lost as part of a change in 12.2.1.70
Fixed CORE > URL > Resolved an issue where the Query String part of the CALUMO URLs might change case
Fixed EDITABLE TABLES > Resolved an issue with Foreign Lookup definitions be looked at even though the field was not a lookup which caused an error in retrieving all the definitions in the admin page.
Fixed REPORTS >CHYPERLINK> Resolved an issue when a link to an uploaded file was used nothing would happen and the download would error

12.2.1.70

2nd April 2019
Improved CORE > LOGGING > We have removed an older logging framework from the app
Improved REPORTS > PDF > We have tightened security around our PDF generation from Reports

12.2.1.67

30th March 2019
Fixed CGETSQL > Resolved an issue where non-cell addresses were used in the Key argument, eg INDIRECT of OFFSET formula
Fixed CGETSQL > Resolved an issue with update and create not always calculating correctly
Fixed CGETSQL > Resolved an issue with defaults being set on Lookup fields showing the key not the value
Fixed EDITABLE TABLES > IMPORT > Resolved an issue with importing to exclude header row
Fixed EDITABLE TABLES > ON SAVE > Ensure After event populates records with their correct keys

12.2.1.63

27th March 2019
New OLAP > Session Management > You can now list and manage active and blocked sessions on your OLAP data sources.  Read more about Datasource Mappings
Improved VIEWS > Cancelling views now also terminates all active queries for the user performing the action on the OLAP datasource
Improved ADMIN > USERS > Search now doesn’t start searching until 3 characters or more are typed and will not query the server more than once every 500ms
Fixed APPS > BLOCK MENU > We now ensure that when an icon or image is used it is scaled down to the correct size.

12.2.1.61

26th March 2019
New SETTINGS > Three new settings are now available to configure the Report image capture process that Publications use at a system level, not at an individual Publication level. Read about the new Report Image Capture settings here.

12.2.1.60

26th March 2019
Fixed APPS > BLOCK MENU > Ensure that URL images are allowed to be used as well as FontAwesome icons
Fixed EDITABLE TABLES > DELETE > Resolved a regression issue with delete failing
Fixed EDITABLE TABLES > IMPORT > Ensure that at least one column matches the table being imported to and only then perform the import
Fixed EDITABLE TABLES > IMPORT > Resolved a styling issue with the Import control when Editable Tables are in their own window

12.2.1.56

22nd March 2019
Fixed EDITABLE TABLES > IMPORT > Resolved an issue that caused problems in some circumstances with the storing of the worksheet holding the errors in the cache
Fixed EDITABLE TABLES > IMPORT > Resolved an issue that made the worksheet holding the import errors not work

12.2.1.55

22nd March 2019
New EDITABLE TABLES > IMPORT > Users can now import data directly into Editable Tables. Read more about Importing/Exporting
Improved USERS > Users and Groups now store simple audit information about created, created by, modified and modified by
Fixed REPORTS > Resolved an issue where using R1C1 references in the Query String was case sensitive on the cell address detection
Fixed SHARE > Resolved an issue where the URL of a report when inside an app was being returned as the app URL, not the report URL

12.2.1.49

20th March 2019
Improved EDITABLE TABLES > STORED PROCS > The name and ID of the Editable Table is now available in the JSON packet passed to the procs
Improved EDITABLE TABLES > STORED PROCS > The after save stored proc will now get passed the updated records for Inserts and Updates
Fixed EDITABLE TABLES > KEY COLUMN > Resolved an issue where this column was able to be updated even if it was turned off in the UI
Fixed REPORTS > CELL SELECTOR > Resolved an issue where on multiple re-uses, the dropdown was slowly moving around
Fixed IEWS > Resolved an issue in Send As Values that was failing where a cell had no number formatting set in Analysis Services.  If this is detected it will get the format ‘General’

12.2.1.42

19th March 2019
Improved VIEWS > SEND AS VALUES > This now writes an Excel file directly from the output of the Views MDXqueryonthedatasource, instead of using CGETMDX slice as a proxy.  This will get around Views where the generated MDX was too long to fit in one Excel cell (32k characters)
Fixed HOME > LIBRARY > Resolved an issue where Publish Administrators were not allowed in certain circumstances to manage the Library.
Fixed PUBLICATIONS > IMAGE > Resolved an issue where for very long reports the size of the image was scaled right down.  Now it will render at 100% for pages up to 10,000 pixels wide or high.
Fixed PUBLICATIONS > REPORTS > Resolved an issue withReportPartsand DynamicCharts in reports where they were not always finished rendering before the image was taken to send in the publication.

12.2.1.34

12th March 2019
Improved REPORTS > Increased the number of times that a given cell can go through the Calculation engine from 5 to 25 so that for complex calculation chains, there should be no need to use the IF(“Calc” syntax to control calculation dependencies.
Fixed HOME > Resolved a window resize issue that was causing a CPU drain
Fixed HOME > Resolved a set of resizing issues where when a tab lost focus and then was given focus again it was not resized to the right size.
Fixed REPORTS > CGETSQL > Ensure lookup type columns show the value, not the key for the column when the CGETSQL is set to be not editable.

12.2.1.31

9th March 2019
Fixed ADMIN >SERVER CONFIG> Resolved an issue with window resizing not always working especially when the window was restored or maximized
Fixed EDITABLE TABLES > Resolved an issue with @LoginId replacement where there was case sensitivity in the replacement

12.2.1.29

6th March 2019
New REPORTS > A new feature toggle has been put in place that makes images in reports (Sparks/shapes/Excel charts/pictures/etc..) be encoded into the report CSS so they are not saved to and served from the web server disk.
Fixed APPS > Resolved a regression issue where clicking on the header area in the App would not return you to the home page of the app.
Fixed HOME > TABS > Resolved an issue where clicking refresh on the tab for an app would cause it to close.
Fixed REPORTS > Resolved an issue where an error was being thrown trying to get any shapes on the report when there were no shapes

12.2.1

5th March 2019

This is the initial release of CALUMO v 12.2.1, read all about it here in the Release Highlights for CALUMO v12.2.1

Back to top