The table maps all released SSE versions with the appropriate Qlik versions. See the Changelog below for more details of each release.
SSE Version | Qlik Sense Version | QlikView Version |
---|---|---|
v1.1.0 | Qlik Sense February 2018 (or later) | No supported version |
v1.0.0 | Qlik Sense June 2017 (or later) | QlikView November 2017 (or later) |
Release date: 2017-01-16
v1.1.0 is backwards compatible with version v1.0.0, meaning a client and server can have different SSE versions and still use all functionality supported in v1.0.0.
Qlikview does not support the functionality of table load using SSE (Load ... Extension ...
, see the Qlik Sense Help) and there is not yet a plan to support it. But because of the backwards compatability, Qlikview can connect to SSEs of version v1.1.0 without changing anything in the QlikView deployment, given that the new features in v1.1.0 are not used.
#22 : TableDescription
(and FieldDescription
), send metadata of the table and fields returned to Qlik during data load. See documentation. Both script examples written in python are updated with possibility to return multiple columns.
#23 : Docker files had wrong Python version specified
#17 : Run Python examples in docker
#22 : Python script example added, now using pandas and exec libraries. See commit here
#22 : C# example added. See commit here
#13 : Java example added
#14 : Go example added
#18 : Documentation and example for QlikView added
Release date: 2017-06-26
Initial release.