Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

"Qlikview Components" Open Source Project

Today I launched an open source project named "Qlikview Components".  My goal is to simplify some of the common scripting tasks and develop a community supported standard for scripting.

Here's the mission statement:

Qlikview Components (QVC) is a library of script subroutines and functions. The mission of Qlikview Components is:

  • Implement scripting best practices encapsulated by a simple and stable API.
  • Improve the speed and quality of script development.
  • Create common ground between script developers.

You can find the project at http://qlikviewcomponents.org. There you'll find links to downloads, forums and an issue tracker.

The example and documentation qvw files in the project are not Personal Edition enabled. PE users can use QVC, they just can't open the documentation yet.

Feedback welcome.

-Rob

http://robwunderlich.com

Labels (1)
45 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP
Author

An updated version, V9.1 is available for download from:

Releases · RobWunderlich/Qlikview-Components · GitHub\

Changes for V9.1:

- Qlik Sense Compatible.

- Issue 8. Qvc.LinkTable may delete rows from source table.

- Issue 10. Qvc.Loader.v.KeyFieldIsUnique fails if keyfield exist in more than one table.

- Issue 11. Include of qvc.qvs causes script error in Qlik Sense.

Read the release notes here https://github.com/RobWunderlich/Qlikview-Components/raw/master/Doc/Qlikview%20Components%20Release%...

-Rob

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Your link to the v9.1 release notes still links to the v9.0 document.


talk is cheap, supply exceeds demand
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP
Author

Thanks Gysbert. Fixed.

-Rob

Not applicable

A new version of QlikView Components (QVC) is now available. Version 10 brings many new features and big fixes, most notably, the first additions from the merger of QVC with QlikView Addict CodeBox (QVACB). This new release can be downloaded from: Release Version 10 · RobWunderlich/Qlikview-Components · GitHub

Changes for V10:

- QVC Documentation and Examples are Personal Edition enabled.

- Merged QVACB library with QVC.

    - Migrated Sub from QVACB, Qvc.Icons. Bundle loads image files into a QVW.

    - Migrated sub from QVACB, Qvc.QvdEmpty. Empties data from a QVD.

    - Migrated sub from QVACB, Qvc.SegmentedStore. STOREs table into segmented QVDs by date range.

    - Migrated function from QVACB, Qvc.DateDiff.

    - Migrated function from QVACB, Qvc.Days360.

    - Migrated function from QVACB, Qvc.NVL.

    - Migrated function from QVACB, Qvc.InRange.

- Closed Issue 12. Qvc.ExpandInterval script error when field name contains comma.

- Closed Issue 5. Qvc.DbExtract Initial extraction proceeds even when KeyField has typo in it.

- Closed Issue 4. Qvc. DbExtract Provide table specific BaseValue.

Read the release notes here https://github.com/RobWunderlich/Qlikview-Components/raw/master/Doc/Qlikview%20Components%20Release%...

-Matt

Not applicable

Today we released a new version of QlikView Components (QVC). Version 10.1 brings bug fixes and improvements to additional functionality. This new release can be downloaded from: https://github.com/RobWunderlich/Qlikview-Components/releases/tag/v10.1

Changes for V10.1:

  • Closed issue 23. Non-English characters not supported in log file. (Thanks to Alkopfer)
  • Qvc.Log -- New variable Qvc.Log.v.WriteToQvLog, indicated if the logging should also be written to the QlikView/Sense application log file and script progress window.
  • Closed issue 24. Qvc.IncrementalSetup failing when QVD exists but is empty. (Thanks for Luca Jonathan Panetta)
  • Qvc.SegmentedStore -- New segment type of 'day' added to create daily QVDs.

You can read the full release notes here.

-Matt

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP
Author