Skip to content

Releases: qlikperf/TSEEQ

v4.0.9 of TSEEQ, The Structured ETL Engine for Qlik

24 Jul 01:01
Compare
Choose a tag to compare

• Made 3-stage ETL the default in Qlik Sense QVFs; tagged as "deprecated" 4-stage files that require the (now unsupported) BINARY load
• Refined calendar creation; please see script tab 06 within each QVF and QVW
• Simplified the previously obfuscated definition of the QWT OLE-DB connection string in the Sales Extract QVF
• Fixed minor bugs in BAT files for creation of new folder structures

4.0.5 of TSEEQ, The Structured ETL Engine for Qlik

31 Oct 17:12
Compare
Choose a tag to compare

Added the Native Custom Report to the QVWs and QVFs within ~TSEEQ Sales Sample\4_App\

Added Sales Datamodel and Dashboard Combined.qvf under ~TSEEQ Sales Sample\4_App. This QVF is the combination of 2 separate QVFs from the 4-stage ETL architecture:
~\3_Load\Sales DataModel.qvf
~\4_App\Sales Dashboard.qvf
Combining these QVFs into this one avoids the need to BINARY LOAD the DataModel QVF. As such, this QVF implements the 3rd-stage of a 3-stage ETL Architecture. Please see the TSEEQ Documentation PDF for additional discussion of 3-stage and 4-stage ETL architectures.

v4.0.4 of TSEEQ, The Structured ETL Engine for Qlik

21 Sep 12:56
Compare
Choose a tag to compare

• Documentation updates

• Added support for CSV rules source files (previously, only XLS format was supported for the rules files). CSV files are more version-control friendly since they are text and not binary.

• Added a new Utility, the TSEEQ Rule Converter. This utility converts XLS rules source files to CSV format. Editing XLS files is often preferred over editing CSV files, since XLS files can persist user-friendly attributes such as column width and highlighting. Development teams have requested the ability to edit their rules files in XLS format but manage & deploy in CSV format. The Rule Converter makes conversion of XLS rules into CSV rules a 1-click process.

v3.1.8 of TSEEQ, The Structured ETL Engine for Qlik

04 Sep 17:34
Compare
Choose a tag to compare

Changes from v3.1.7b to v3.1.8:
• Added a new Qool Tool as a Qlik Sense QVF: the QVD ExtraQtor. The QVD ExtraQtor loads (BINARY) another app and creates a set of QVDs or CSV files (one per original table in the source app ). Please see the data load script in the QVD ExtraQtor QVF (under the Utilities folder) for additional instructions.
• The QVD ExtraQtor is still available in this release (as it was in prior releases) as a QlikView QVW.

v3.1.7b of TSEEQ, The Structured ETL Engine for Qlik

19 Feb 20:41
Compare
Choose a tag to compare

Changes from v3.1.6 to v3.1.7b:
• Refactored multi-line C-style comments, to mitigate a bug where such comments prevented include file script execution.

v3.1.6 of TSEEQ, The Structured ETL Engine for Qlik

10 Aug 08:25
Compare
Choose a tag to compare

Changes from v3.1.5 to v3.1.6:
• Fixed incorrect over-application of wildcard expansion of Targets in INCLUDE_FIELDS, EXCLUDE_FIELDS and TRANSFORM_FIELDS.
• Fixed incorrect Target table naming in SalesLoadRules.

v3.1.5 of TSEEQ, The Structured ETL Engine for Qlik

13 Jul 10:05
Compare
Choose a tag to compare

Changes from v3.1.4 to v3.1.5:
• Added support of wildcard expansion of Targets in INCLUDE_FIELDS, EXCLUDE_FIELDS and TRANSFORM_FIELDS.
• Fixed bug where EXCLUDE_FIELDS was incorrectly applied to the wrong target(s).

v3.1.4 of TSEEQ, The Structured ETL Engine for Qlik

25 Apr 13:50
Compare
Choose a tag to compare

Changes from v3.1.3 to v3.1.4:
• Fix for Sales Extract.qvf: "Incomplete Visualization" shown in Performance Profile and Execution trace #3

v3.1.3 of TSEEQ, The Structured ETL Engine for Qlik

14 Apr 21:37
Compare
Choose a tag to compare

Changes from v3.1.2 to v3.1.3:
• fixed all outstanding bugs in the QVD LooQer

v3.1.2 of TSEEQ, The Structured ETL Engine for Qlik

18 Mar 14:41
Compare
Choose a tag to compare

Changes from v3.1.1d to v3.1.2:
• enhanced support for transformation of XLS(X), CSV and XML
• extended documentation PDF