<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Qlikview on Stefan&#39;s Blog</title>
    <link>https://sstoichev.eu/categories/qlikview/</link>
    <description>Recent content in Qlikview on Stefan&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sun, 10 Apr 2016 11:57:07 +0000</lastBuildDate>
    <atom:link href="https://sstoichev.eu/categories/qlikview/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Qlikview Notify</title>
      <link>https://sstoichev.eu/post/qlikview-notify/</link>
      <pubDate>Sun, 10 Apr 2016 11:57:07 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-notify/</guid>
      <description>&lt;p&gt;Recently we had data issue and few documents was affected by this. We notified the users by adding textboxes in these documents with a warning an explanation. But while this particular data issue was still active 2-3 more data issues was found and editing the text boxes was not quite an option.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We didn&amp;rsquo;t had enough space in the main sheet&lt;/li&gt;
&lt;li&gt;there was no guarantee that the users will navigate straight to the main sheet&lt;/li&gt;
&lt;li&gt;editing all the documents, saving and publish them again was a bit slow process since the apps was few GB each in size&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For these reasons I&amp;rsquo;ve made a small QV extension that can show notifications which are setup in the server part of this solution&lt;/p&gt;</description>
    </item>
    <item>
      <title>Qlikview IP --&gt; IP Range mapping</title>
      <link>https://sstoichev.eu/post/qlikview-ip-ip-range-mapping/</link>
      <pubDate>Sun, 18 Oct 2015 09:02:34 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-ip-ip-range-mapping/</guid>
      <description>&lt;p&gt;Recently I had a task to map set of ip addresses to country in Qlikview. I&amp;rsquo;ve found a nice dataset that can give me this link but the dataset was for ip range to country.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RangeFrom   , RangeTo      , Country
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;1.0.0.1, 1.10.0.1, US
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The solution I&amp;rsquo;ve come up with is to use &lt;code&gt;IntervalMatch()&lt;/code&gt; function and map the ip list with the range. But the ip addresses are not a normal numeric so I need to convert it to numeric somehow.
My solution is to make the following covertion:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Radial Tree and Zoomable Sunburst (Qlikview extensions) (Updated)</title>
      <link>https://sstoichev.eu/post/radial-tree-and-zoomable-sunburst-qlikview-extensions/</link>
      <pubDate>Wed, 23 Sep 2015 13:47:36 +0000</pubDate>
      <guid>https://sstoichev.eu/post/radial-tree-and-zoomable-sunburst-qlikview-extensions/</guid>
      <description>&lt;p&gt;We have a project in which we are working with menu navigation data (more like parent-child relation / hierarchical data).&lt;/p&gt;
&lt;p&gt;Although there are few approaches and solutions we&amp;rsquo;ve picked few visualisations that might be better to be used with our data.&lt;/p&gt;
&lt;p&gt;We had our POC app build in Qlikview using only QV charts and the solutions looked ok. But we&amp;rsquo;ve decided to spend more time in this and bring some D3 charts in QV.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Check for updates for Qlikview extension</title>
      <link>https://sstoichev.eu/post/check-for-updates-for-qlikview-extension/</link>
      <pubDate>Sat, 12 Sep 2015 15:30:00 +0000</pubDate>
      <guid>https://sstoichev.eu/post/check-for-updates-for-qlikview-extension/</guid>
      <description>&lt;p&gt;After installing Qlikview extension I&amp;rsquo;m usually forgetting to check if the extension have new versions. From time to time I&amp;rsquo;m remembering to check but this is not on very regular basis.&lt;/p&gt;
&lt;p&gt;Last week I&amp;rsquo;ve started a new extension (more about it in the next couple of weeks) and gave the initial version to one of my colleagues for opinion. But to mail him every time when I release new version (especially in the active development phase) will be a bit annoying. So I&amp;rsquo;ve start to think if there a was to notify him more discreet that new version is there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Save Qlikview table as csv without header</title>
      <link>https://sstoichev.eu/post/save-qlikview-table-as-csv-without-header/</link>
      <pubDate>Sat, 02 May 2015 11:30:41 +0000</pubDate>
      <guid>https://sstoichev.eu/post/save-qlikview-table-as-csv-without-header/</guid>
      <description>&lt;p&gt;Few months back I&amp;rsquo;ve needed a way to save Qlikivew table (during reload) to csv/txt file but without the field header (still cant remember the reason for this). But today I&amp;rsquo;ve saw that someone else is needing this so I&amp;rsquo;ve decided to solve this.&lt;/p&gt;
&lt;h2 id=&#34;the-issue&#34;&gt;The issue&lt;/h2&gt;
&lt;p&gt;If we have the following script:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;RawTable:
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Load * Inline [
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  id, value
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  1 , 10
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  2 , 20
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  3 , 30
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;];
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Store RawTable Into CSVOutput.csv (txt);
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The output CSVOutput.csv file will look like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wearable Qlikview</title>
      <link>https://sstoichev.eu/post/wearable-qlikview/</link>
      <pubDate>Mon, 27 Apr 2015 02:15:26 +0000</pubDate>
      <guid>https://sstoichev.eu/post/wearable-qlikview/</guid>
      <description>&lt;p&gt;While waiting for my new and shiny Pebble Time I&amp;rsquo;ve finally managed to spend some time and play with Pebble API. And of course one of the first questions was is it possible to make a link between Pebble and Qlikview/Qlik Sense.&lt;/p&gt;
&lt;p&gt;Since I&amp;rsquo;m more familiar with Qlikview QMS API I&amp;rsquo;ve started with it.&lt;/p&gt;
&lt;h2 id=&#34;limitations&#34;&gt;Limitations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Display - since Pebble display is black and white showing charts is kinda obsolete (will check with the color Pebble Time display later). That&amp;rsquo;s why I&amp;rsquo;ve decided to try and show only number based reports.&lt;/li&gt;
&lt;li&gt;API - Qlikview API is limited when you try and get data from qvw. The only method I&amp;rsquo;ve found was to get specific field content. But think that this is enough since I don&amp;rsquo;t need complicated data. (Qlik Sense API on other side provide more options - building calculation on the fly, get data from objects etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;workflow&#34;&gt;Workflow&lt;/h2&gt;
&lt;p&gt;The overall idea/workflow that worked for me is:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Active Qlikview Users&lt;-&gt;Docs</title>
      <link>https://sstoichev.eu/post/get-qlikview-users-docs/</link>
      <pubDate>Tue, 24 Mar 2015 03:26:53 +0000</pubDate>
      <guid>https://sstoichev.eu/post/get-qlikview-users-docs/</guid>
      <description>&lt;p&gt;The Technology team asked me these days is it possible to provide them with live data who are the active qlikview users and which documents are accessed. This info is visible in the Management console but since our environment is a cluster with 3 QV servers if you want to check the active users you need to constantly click around to get the info.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;ve ended making small c# console app that uses the Management API to extract this info in csv or json format and store the data in file. So now I can schedule the execution for the app and give Technology the link to the output file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QMC Viewer</title>
      <link>https://sstoichev.eu/post/qmc-viewer/</link>
      <pubDate>Fri, 28 Nov 2014 04:50:07 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qmc-viewer/</guid>
      <description>&lt;p&gt;If you manage multiple Qlik servers (Qlikview or Sense) and need to access the management consoles multiple times per day you usually keep a list of servers urls somewhere (at least this is what I have). In this case opening this list every time or try to remember server url might be a bit frustrating sometimes.&lt;/p&gt;
&lt;p&gt;For this reason I&amp;rsquo;ve made a little Chrome packaged app that can help a little.
The app itself is pretty simple. It is possible to add all the QMC urls and the app will display the selected server url in webview control
The app will also generate shortcuts for all main QMC categories (like Source Documents, User Documents, Licenses etc.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>FixedContent (Qlikview Extension)</title>
      <link>https://sstoichev.eu/post/fixedcontent-qlikview-extension/</link>
      <pubDate>Sun, 19 Oct 2014 22:19:42 +0000</pubDate>
      <guid>https://sstoichev.eu/post/fixedcontent-qlikview-extension/</guid>
      <description>&lt;p&gt;Every QlikView app have a section with available selections (usually on top or in the left side or both). This sections are static and are not visible all the time when the user scroll (if the tab contains more content which cannot fit on the visible screen).&lt;/p&gt;
&lt;p&gt;I was missing &amp;ldquo;fixed&amp;rdquo; selections areas in QlikView from time to time but never did anything about it.&lt;/p&gt;
&lt;p&gt;In desktop/IE plugin is not possible to have it but AJAX client is a different story. And the result is &lt;a href=&#34;https://github.com/countnazgul/Qlikview-Fixed-Content&#34;&gt;FixedContent&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QlikView Access Point as Chrome Extension (Updated)</title>
      <link>https://sstoichev.eu/post/qlikview-access-point-chrome-extension/</link>
      <pubDate>Sun, 28 Sep 2014 06:26:02 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-access-point-chrome-extension/</guid>
      <description>&lt;p&gt;If you have one Qlikview Access Point then you have no problems but when you have few Qlikview environments and multiple customers and want to open qv document then you are in trouble (kinda).&lt;/p&gt;
&lt;p&gt;Organizing bookmarks is one solutions that helps.&lt;/p&gt;
&lt;p&gt;I was thinking recently how to speed up the process of open document quickly and decided to make a little Chrome extension that will help.&lt;/p&gt;
&lt;p&gt;The idea of the extension is simple - define few Qlikview Access Points links and get the documents that are available. Then just search the list for document and jump in it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Qlikview and Gist</title>
      <link>https://sstoichev.eu/post/qlikview-and-gist/</link>
      <pubDate>Sun, 29 Dec 2013 04:42:52 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-and-gist/</guid>
      <description>&lt;p&gt;Until now I didn&amp;rsquo;t find a good way to re-use code in Qlikview. I&amp;rsquo;ve tried few ways to achieve it but was never totally happy with the result.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m using &lt;a href=&#34;&#34;&gt;Gist&lt;/a&gt; from time to time but a lot of my gists are private (most of them are project specifics) and for this reason I was thinking that it&amp;rsquo;s impossible to use Gist snippets from inside Qlikview.&lt;/p&gt;
&lt;p&gt;But recently I&amp;rsquo;ve found that private gists are not so private after all. If you know the exact url the gist is displayed even when you&amp;rsquo;re not log in.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QlikView script resources</title>
      <link>https://sstoichev.eu/post/qlikview-script-resources/</link>
      <pubDate>Wed, 30 Oct 2013 20:22:01 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlikview-script-resources/</guid>
      <description>&lt;p&gt;My &lt;a href=&#34;__GHOST_URL__/process-cpuram-usage/&#34;&gt;previous post&lt;/a&gt; was about little tool which is capable to show and export CPU and RAM usage of a specific Windows process.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve used this tool to grab resource usage of QlikView during reload. Combining the exported csv file and QlikView log file I was able to build qvw file that shows resources per script part. So I was able to see which script part(s) grab the most of resources and try to optimize it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
