<?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: Stores Performance Map? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434145#M813697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Theoretically, yes, it's possible, but it's much easier to do it in the script, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Ceil(RAND()*10000) as Revenue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Monthname(Makedate(2016,iterno())) as YearMonth&lt;/P&gt;&lt;P&gt;While iterno() &amp;lt;=12;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recno()+1000 as StoreID&lt;/P&gt;&lt;P&gt;Autogenerate 63;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 07:40:13 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-09-19T07:40:13Z</dc:date>
    <item>
      <title>Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434137#M813689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, &lt;BR /&gt;I have got a map, ( which is an image .png) &lt;IMG alt="g1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176928_g1.png" style="height: 527px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;And it shows me how the Mall is structured, and all the corresponding shops.&lt;BR /&gt;IF i make a Random generator for stores from 1001 to 1063( the stores in the map)&lt;BR /&gt;and then I make a Random generator for Sales of stores from 1001 to 1063, &lt;BR /&gt;How to show how much sales each store has, on the map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434137#M813689</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434138#M813690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this image as a background image in a scatter chart, create your own coordinate system that links image positions to stores and use stores as dimension and your coordinates as x/y expressions.&lt;/P&gt;&lt;P&gt;You can use an expression for z (bubble size) to indicate your sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some examples here that show how to do that, search for 'google maps' or similar here in the forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 13:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434138#M813690</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-18T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434139#M813691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen something like this a few years ago by a presentation from the qlik partner Transact with the tool QlikMap which is based on Openstreetmap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3281"&gt;Transact erweitert QlikView mit dem neuen Modul QlikMap 4.1 um die räumliche Dimension&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 14:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434139#M813691</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-18T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434140#M813692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176938_Screenshot_1.png" style="height: 277px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;this is what I made, &lt;BR /&gt;I loaded the Mall map, and i made Points for every store,&lt;BR /&gt;Now I have to fill data for every store&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 14:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434140#M813692</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-18T14:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434141#M813693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recno()+1000 as StoreID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(RAND()*10000) as Revenue&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Autogenerate 63; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434141#M813693</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-18T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434142#M813694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looked already quite good. If you follow the suggestion from Stefan and adjusting the size and maybe the color of the bubbles you should get the information which you want. Further if you could faint a bit the color of the map it would increase the readability of the bubbles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434142#M813694</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-18T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434143#M813695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;This is exactly what I was looking for . &lt;BR /&gt;Now do you think it's possible if I reload the application, Make a Table box with StoreId and Revenue - Export it to excel, and then repeat the same 12 times, to get the values for 12 months?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 06:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434143#M813695</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-19T06:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434144#M813696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 06:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434144#M813696</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-19T06:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434145#M813697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Theoretically, yes, it's possible, but it's much easier to do it in the script, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Ceil(RAND()*10000) as Revenue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Monthname(Makedate(2016,iterno())) as YearMonth&lt;/P&gt;&lt;P&gt;While iterno() &amp;lt;=12;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recno()+1000 as StoreID&lt;/P&gt;&lt;P&gt;Autogenerate 63;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434145#M813697</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-19T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434146#M813698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, This is way more useful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434146#M813698</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-19T07:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434147#M813700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan, &lt;BR /&gt;I have been wondering, Is it possible to choose which labels are showing, when the User hoovers up over the points.&lt;BR /&gt;Now it shows &lt;BR /&gt;Store:&lt;BR /&gt;Latitude:&lt;BR /&gt;Longitude:&lt;/P&gt;&lt;P&gt;Net Amount:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I make it to show only &lt;BR /&gt;Store:&lt;BR /&gt;Net Amount:&lt;BR /&gt;?&lt;BR /&gt;- Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434147#M813700</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-19T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434148#M813702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can disable 'pop-up labels' on presentation tab, create a 4th expression (in advanced mode) like&lt;/P&gt;&lt;P&gt;='Store: ' &amp;amp;StoreID &amp;amp; chr(13) &amp;amp; 'Net Amount: '&amp;amp;Sum(Revenue)&lt;/P&gt;&lt;P&gt;and enable 'Text as pop-up' option for that expression only on expression tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434148#M813702</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-19T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434149#M813703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help with everything&lt;BR /&gt;I wish you a great week &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434149#M813703</guid>
      <dc:creator>tomovangel</dc:creator>
      <dc:date>2017-09-19T12:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stores Performance Map?</title>
      <link>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434150#M813704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anther option is to use a custom SVG map with the SVG Map extension object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/brianwmunz/svgReader-QV11" title="https://github.com/brianwmunz/svgReader-QV11"&gt;GitHub - brianwmunz/svgReader-QV11: Repository for storing the code for the svgMap extension for QlikView 11.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stores-Performance-Map/m-p/1434150#M813704</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-09-19T12:50:11Z</dc:date>
    </item>
  </channel>
</rss>

