Release notes
Keep up with latest product news
3758 notes
DeepSeeWebVersion 3.1.86
- fixed issue with pivot table style (#311)
- changed date format for MDX requests for horolog (#338)
- fixed refresh issue for pivot table (#188)
- added "Open analyzer" context menu item for the widget (#364)
- now filter popup opens above filter field if there is not enough free space below field (#362)
interoperability-embedded-pythonVersion 2.1.0
Enhancement :
- Add support of python 3.6 (RedHat 8.x)
- Deployment with PyPi
Fixes :
- file an folder named with "_"
- stronger check on Message
SerenjiVersion 3.2.3
- Correctly fetch password when connecting via a Server Manager tree entry.
- Upgrade embedded Deltanji to version 7.1.
DeepSeeWebVersion 3.1.85
- added check for date picker filter by
targetPropertyDataType
equals to %DeepSee.Time.DayMonthYear
3.1.84
- fixed issue with date picker and single date selection
PyHelperVersion 1.0.2
Multidimensional Property access from Python:
- MultiGet - Retrieve the simple value or default from root or sub-key of multidimensional property. Optionally Use "None" for default value.
- MultiSet - Set the value of multidimensional property at property root or sub-key
- MultiKeys - Return a Python list of key names, from property root or property sub-key
- MultiReplace - Replace the whole property data or a sub-key with a python dictionary
- MultiMerge - Merge a python dictionary to root multidimensional property or sub-key
- MultiDel - Delete whole multidimensional property data or just a subkey

