<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;quot;Qlikview Components&amp;quot; Open Source Project in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274022#M102507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 - What concepts/tools/languages do I need to know besides the QlikView Scripting Language to contribute ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You only need to know scripting to contribute. If you want to use the full project development &amp;amp; testing environment, using SVN is required. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2 - Are there any scenarios for which scripts are to be created or do we create our own&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;You can develop your own ideas, There are also a number of enhancement requests waiting in the issue tracker queue if you are looking for tasks to tackle. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3 - Can I contribute if I only have the free version of qlikview ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can contribute code and use the library, but you can't use the existing examples and documentation which require a licensed version. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4 - How do we know which versions our script will work with ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QVC is tested against the latest SRs of V10 and V11.20. That should be added to the release notes. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5 - Is there any manual to learn QV scripting in detail ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;There are a couple of books from Packt Publishing. "Qlikview 11 for Developers" and "Qlikview Scripting".&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;6 - Is Qlikview involved in this project in anyway ? &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;No.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;7 - What is the dev and testing process like ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;There is a dev guide available in the source repository. It discusses code structure, naming conventions and testing procedures. Another library -- Qvc.Tests -- is used as the unit testing framework. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Each Qvc routine is edited in a separate qvs file and combined by a build script into the runtime qvc.qvs. Unit tests are created for new function or to surface reported bugs.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Individual unit tests can be run by reloading the the testing script. There is also a test driver that runs all tests. The distribution build process runs all tests against multiple versions. The build scripts are written in ANT.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;All the development and testing artifacts are available for SVN checkout from the source repository. The entire source tree is also available from the download site as the "source distribution". Just select "all downloads" as the download filter.&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8 - How many developers have worked on this so far ? How many are active ?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am currently the only committer on the project. I occasionally get code contributed others. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Mar 2014 04:36:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-03-22T04:36:04Z</dc:date>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273989#M102474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today I launched an open source project named "Qlikview Components".&amp;nbsp; My goal is to simplify some of the common scripting tasks and develop a community supported standard for scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the mission statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview Components (QVC) is a library of script subroutines and functions. The mission of Qlikview Components is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Implement scripting best practices encapsulated by a simple and stable API.&lt;/LI&gt;&lt;LI&gt;Improve the speed and quality of script development.&lt;/LI&gt;&lt;LI&gt;Create common ground between script developers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can find the project at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org/"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;SPAN&gt;. There you'll find links to downloads, forums and an issue tracker. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feedback welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 18:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273989#M102474</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-01T18:45:55Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273990#M102475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where would you like general feedback on the project?&amp;nbsp; Such as, for example, some thoughts on issues with and enhancements to the calendar?&amp;nbsp; I'm guessing the user forum of the project?&amp;nbsp; There's also an issues section, but I'd think that would be for very specific things, kind of like a bug tracker?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 17:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273990#M102475</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-02T17:52:34Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273991#M102476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the project User Forum for how-to questions, enhancement requests and general discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Issues section only to report defects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for posing the question. I'll add this clarification to the project home page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 17:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273991#M102476</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-02T17:59:01Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273992#M102477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new distribution 0.5, is avaiable in the downloads page at&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes in this verson:&lt;/P&gt;&lt;P&gt;- Fixed Qvc.LinkTable to isolate effect of multiple calls with &lt;/P&gt;&lt;P&gt;different field lists. &lt;/P&gt;&lt;P&gt;- New Sub Qvc.CalendarFromField to generate calendar from existing &lt;/P&gt;&lt;P&gt;field. &lt;/P&gt;&lt;P&gt;- New Function Qvc.FieldContains. May be used in charts. &lt;/P&gt;&lt;P&gt;- Qvc.Calendar, force concatenation if subsequent call uses same &lt;/P&gt;&lt;P&gt;calendar tablename as existing table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org/" style="background-color: #eef4f9; font-size: 12px; color: #007fc0; font-family: Arial;"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 08:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273992#M102477</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-13T08:31:04Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273993#M102478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great initiative. I could think of several additions to this project. I'm originally a technical SAP consultant (since 1987) and mainly working on SAP related QV implementations. There's several things I could think of having in your project specifically related to SAP, for instance currency conversion, which is pretty specific in SAP, but once scripted, used over and over again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 05:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273993#M102478</guid>
      <dc:creator />
      <dc:date>2012-01-03T05:41:38Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273994#M102479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love to see your suggestions. Post your ideas on the User Forum at &lt;A href="http://groups.google.com/group/qlikview-components-users"&gt;http://groups.google.com/group/qlikview-components-users&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 06:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273994#M102479</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-03T06:24:07Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273995#M102480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New blog post about the project:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2012/01/introducing-qlikview-components.html"&gt;http://qlikviewnotes.blogspot.com/2012/01/introducing-qlikview-components.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 06:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273995#M102480</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-03T06:25:00Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273996#M102481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new distribution 0.7, is avaiable from the downloads page at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes in this version:&lt;/P&gt;&lt;P&gt;Version 0.7&lt;/P&gt;&lt;P&gt;- Default for Qvc.Log.v.WriteLogFile is now '0' -- no external log.&lt;/P&gt;&lt;P&gt;- Corrected Calendar variables from "Qv.*" to "Qvc.".&lt;/P&gt;&lt;P&gt;- Modified Qvc.CalendarFromField to automatically link on field.&lt;/P&gt;&lt;P&gt;Version 0.6.2&lt;/P&gt;&lt;P&gt;- Qvc.Calendar. Fixed script error when string date parameters. (Issue #1).&lt;/P&gt;&lt;P&gt;Version 0.6.1&lt;/P&gt;&lt;P&gt;- Added missing etc directory to distribution. (Issue #2).&lt;/P&gt;&lt;P&gt;- New language files for Finnish, French, Norwegian and Swedish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 02:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273996#M102481</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-06T02:11:38Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273997#M102482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New blog post on doing Point In Time analysis using Qvc.CalendarFromField.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2012/01/easy-period-analysis-using-qlikview.html"&gt;http://qlikviewnotes.blogspot.com/2012/01/easy-period-analysis-using-qlikview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 02:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273997#M102482</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-06T02:13:33Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273998#M102483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new distribution 0.8, is avaiable from the downloads page at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes in this version:&lt;/P&gt;&lt;P&gt;Version 0.8&lt;/P&gt;&lt;P&gt;- Qvc.Calendar. Added optional FirstMonth parameter to generate fiscal year calendar.&lt;/P&gt;&lt;P&gt;- Qvc.IncrementalSetup. Support for incremental load using revision column type.&lt;/P&gt;&lt;P&gt;- Added German (DE) language file.&lt;/P&gt;&lt;P&gt;- Unit testing now done with QV9, 10 &amp;amp; 11.&lt;/P&gt;&lt;P&gt;- Qvc.Log. Log line# preserved when keeping existing log records. &lt;/P&gt;&lt;P&gt;- Qvc.Calendar. Added _WeekSerial field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273998#M102483</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-17T22:02:03Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273999#M102484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new blog post on doing Incremental Load with Qvc:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2012/01/incremental-load-using-qlikview.html"&gt;http://qlikviewnotes.blogspot.com/2012/01/incremental-load-using-qlikview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 16:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/273999#M102484</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-19T16:47:46Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274000#M102485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first production release, 1.0 is now available from&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list" style="background-color: #eef4f9; font-size: 12px; outline-style: none; color: #007fc0; font-family: Arial;"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issues and Discussion links are available on the project home page at:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org/" style="background-color: #eef4f9; font-size: 12px; outline-style: none; color: #007fc0; font-family: Arial;"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 01:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274000#M102485</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-02-02T01:42:57Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274001#M102486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 1.1 is available in the downloads at&lt;/P&gt;&lt;P&gt;&lt;A href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes for this version: &lt;/P&gt;&lt;P&gt;Version 1.1&lt;/P&gt;&lt;P&gt;- Fixed issue 5. Qvc.LogWarning deleted variable. &lt;/P&gt;&lt;P&gt;- Incremental Reload -- added capability to force full reload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Added ForceFullReload parm to Qvc.IncrementalSetup. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Added ReplaceQvd parm to Qvc.UpdateQvd.&lt;/P&gt;&lt;P&gt;- Fixed issue 8. Corrected variable names in language files.&lt;/P&gt;&lt;P&gt;- Added etc/QvcSheetObjects.qvw. Example sheet objects for use with Qvc.&lt;/P&gt;&lt;P&gt;- New Sub Qvc.JoinGenericTables rejoins separate tables created by Generic Load.&lt;/P&gt;&lt;P&gt;- New Sub Qvc.QvcUpdateAvailable tests if newer version available for download.&lt;/P&gt;&lt;P&gt;- IncrementalUpdate -- The "min=,max=" log message values will be formatted as timestamps only if using a Datetime modfield.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 15:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274001#M102486</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-02-13T15:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274002#M102487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 2.0 is available in the downloads at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes for this version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 2&lt;/P&gt;&lt;P&gt;- Added config variable &lt;SPAN style="font-family: 'courier new', courier;"&gt;Qvc.Loader.v.KeyFieldIsUnique&lt;/SPAN&gt; to support non-unique keys in Incremental Load and QVD updates. (Issue 10).&lt;/P&gt;&lt;P&gt;- Added table filtering parm to Qvc.TableStats. (Issue 11).&lt;/P&gt;&lt;P&gt;- Added Dutch (NL) language file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 21:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274002#M102487</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-03-09T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274003#M102488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 3.0, is available for download from&lt;/P&gt;&lt;P&gt;&lt;A href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes for this version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- New sub Qvc.ListDirectories.&lt;/P&gt;&lt;P&gt;- Fixed issue 14, script error in &lt;SPAN style="font-family: 'courier new', courier;"&gt;Qvc.UpdateQvd&lt;/SPAN&gt; when space in keyfield name.&lt;/P&gt;&lt;P&gt;- Added Indonesian (ID) language file.&lt;/P&gt;&lt;P&gt;- Fixed issue 15, &lt;SPAN style="font-family: 'courier new', courier;"&gt;Qvc.GetFieldValues()&lt;/SPAN&gt; returns numbers with max 9 digit precision on V9/V10.&lt;/P&gt;&lt;P&gt;- Fixed issue 16, some components, e.g. Qvc.GetFieldValues(), fail if "QUALIFY *" in effect.&lt;/P&gt;&lt;P&gt;- Added config variable &lt;SPAN style="font-family: 'courier new', courier;"&gt;Qvc.Loader.v.Database&lt;/SPAN&gt;. Specifies the database product name. Possible values are SQLSERVER | ORACLE.&lt;/P&gt;&lt;P&gt;- Support for Incremental Reloads using Oracle. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 04:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274003#M102488</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-04-11T04:13:22Z</dc:date>
    </item>
    <item>
      <title>"Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274004#M102489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 4.0, is available for download from&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes for this version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- New Code Extension facility for adding fields to the Calendar.&lt;/P&gt;&lt;P&gt;- Restyling of the Documentation.qvw.&lt;/P&gt;&lt;P&gt;- Qvc.IncrementalSetup, added new database value "Qvc.Loader.v.Database=SFDC" for loading from SalesForce (Issue 17).&lt;/P&gt;&lt;P&gt;- Qvc.TableStats, now using ThousandSep variable to format numbers (Issue 18).&lt;/P&gt;&lt;P&gt;- Removed Tab indicators from Qvc.qvs to allow Qvc to be inserted (instead of included) in a qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcomponents.org"&gt;http://qlikviewcomponents.org&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 17:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274004#M102489</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-30T17:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274005#M102490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 5.0, is available for download from&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://code.google.com/p/qlikview-components/downloads/list"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;Changes for this version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;- Added new Sub, Qvc.DataLineage. &lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;- Fixed Issue 22, sample CalendarExtFields.qvs should use WeekYear() instead of Year().&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;- Issue 23. Removed min/max reporting message from Qvc.IncrementalStore. Finding the values added significant runtime to large tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;Qvc.DataLineage builds a table of the sources used in a qvw. Can be used to automatically include a data lineage chart in a qvw. It requires that the QVW be reloaded in QV10 SR2 or better. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;Note there is an outstanding bug in QV11 where old lineage data is not being dropped from the QVW. So you may not have accurate results from a V11 QVW if you remove a data source -- until this bug is corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 12.800000190734863px; text-align: -webkit-auto; background-color: #ffffff;"&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 23:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274005#M102490</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-07-30T23:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274006#M102491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new version, 5.1, is available for download from&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small loading" href="http://code.google.com/p/qlikview-components/downloads/list" style="background-color: #eef4f9; font-size: 12px; color: #007fc0; font-family: Arial;"&gt;http://code.google.com/p/qlikview-components/downloads/list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changes for this version:&lt;/P&gt;&lt;P&gt;Fixes issue 24. Qvc.CreateWildMatchExpression may produce incorrect results when repeated target value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 16:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274006#M102491</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-16T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274007#M102492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, great job! Second, my question: if is possible to present the documentation in PDF for PE users? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all,&lt;/P&gt;&lt;P&gt;Yago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 17:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274007#M102492</guid>
      <dc:creator />
      <dc:date>2012-11-13T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Qlikview Components" Open Source Project</title>
      <link>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274008#M102493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got that on my list of things to do. I'll post here when it's available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 22:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-Qlikview-Components-quot-Open-Source-Project/m-p/274008#M102493</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-11-13T22:37:26Z</dc:date>
    </item>
  </channel>
</rss>

