<?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>Extension on Stefan&#39;s Blog</title>
    <link>https://sstoichev.eu/tags/extension/</link>
    <description>Recent content in Extension on Stefan&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Mon, 14 Mar 2016 02:47:28 +0000</lastBuildDate>
    <atom:link href="https://sstoichev.eu/tags/extension/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>US Map Simplified (Qlik Sense Extension)</title>
      <link>https://sstoichev.eu/post/us-map-simplified-qlik-sense-extension/</link>
      <pubDate>Mon, 14 Mar 2016 02:47:28 +0000</pubDate>
      <guid>https://sstoichev.eu/post/us-map-simplified-qlik-sense-extension/</guid>
      <description>&lt;p&gt;Couple of weeks back Alexander Karlsson (&lt;a href=&#34;https://twitter.com/mindspank&#34;&gt;@mindspank&lt;/a&gt;) posted a &lt;a href=&#34;https://twitter.com/mindspank/status/654129751519395840&#34;&gt;tweet&lt;/a&gt; with idea for a new Qlik Sense extension.
The extension should look like this:
&lt;img alt=&#34;US states&#34; loading=&#34;lazy&#34; src=&#34;https://pbs.twimg.com/media/CRPhNXWUEAAblV7.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Basically the extension should have a rectangle for each state. The rectangles should be ordered so they will look like USA map. In each rectangle there should be two text values - top one is the state name in short format (WA, ID, MT etc.) and some value (user specified)&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>Styled listbox (Qlik Sense Extension) (Updated)</title>
      <link>https://sstoichev.eu/post/styled-listbox-qlik-sense-extension/</link>
      <pubDate>Sat, 29 Nov 2014 21:35:32 +0000</pubDate>
      <guid>https://sstoichev.eu/post/styled-listbox-qlik-sense-extension/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m missing the option to present Qlik Sense listboxes in a different ways (Not that I don&amp;rsquo;t like the default one I&amp;rsquo;m just missing it)&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;ve made an extension that can represent field values as Checkboxes, Radio buttons or Buttons.&lt;/p&gt;
&lt;p&gt;As you can see from the screenshots below few more options are available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Orientation: display the list as single row or multiple rows&lt;/li&gt;
&lt;li&gt;Toggle select: if &amp;ldquo;false&amp;rdquo; the behavior of the selection will be * more like &amp;ldquo;only one selected&amp;rdquo; option in Qlikview&lt;/li&gt;
&lt;li&gt;Active style (css): style the selected value(s) with valid CSS&lt;/li&gt;
&lt;li&gt;InActive style (css): style the non selected value(s) with valid CSS&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find the source code and the zip file in the &lt;a href=&#34;https://github.com/countnazgul/Qlik-Sense-Styled-Lists-Extension&#34;&gt;Github repo&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Develop Qlik Sene extension with Chromebook</title>
      <link>https://sstoichev.eu/post/develop-qlik-sene-extension-with-chromebook/</link>
      <pubDate>Wed, 12 Nov 2014 12:13:34 +0000</pubDate>
      <guid>https://sstoichev.eu/post/develop-qlik-sene-extension-with-chromebook/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve started playing with Qlik Sense extensions these days and pretty much I&amp;rsquo;m happy with the process in overall.&lt;/p&gt;
&lt;p&gt;You can develop extensions using Workbench (if you have Qlik Sense Desktop installed) or any text editor. But if you have Sense Server installed you need to develop directly on the server or upload your files every time a change is made.&lt;/p&gt;
&lt;p&gt;From 7-8 months I&amp;rsquo;m a proud owner of Chromebook and I&amp;rsquo;m trying to use it as many as possible. At this point I can use it as my default laptop for work.&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>
  </channel>
</rss>
