<?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: QlikMaps: Calculated dimension, performance issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064170#M355879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is MapFlag here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean how do i get that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Feb 2016 13:39:55 GMT</pubDate>
    <dc:creator>satishkurra</dc:creator>
    <dc:date>2016-02-06T13:39:55Z</dc:date>
    <item>
      <title>QlikMaps: Calculated dimension, performance issue</title>
      <link>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064168#M355877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the below calculated dimension in QlikMaps extension object. This expression seems to be resource heavy and taking lot of time to display the map on object selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me in resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I don't want to restrict it in back end, as i need all other data to display in other visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Aggr(Only({State={'NewYork'},County={'DUTCHESS','ORANGE','SULLIVAN','WESTCHESTER'}&amp;gt;} ZipBoundary), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ZipBoundary&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Satish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 04:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064168#M355877</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-06T04:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikMaps: Calculated dimension, performance issue</title>
      <link>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064169#M355878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression is static - not related to selections,only fixed values - therefore I suggest (especially if you have serious performance problems) to flag this within the script so that you could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MapFlag = 1, &lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ZipBoundary)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;even this will be faster then your strings within the aggr:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Aggr(Only({MapFlag={1}&amp;gt;} ZipBoundary), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ZipBoundary&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 07:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064169#M355878</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-06T07:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: QlikMaps: Calculated dimension, performance issue</title>
      <link>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064170#M355879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is MapFlag here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean how do i get that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 13:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064170#M355879</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-06T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikMaps: Calculated dimension, performance issue</title>
      <link>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064171#M355880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It meant to perform a little if-loop within the load-statement, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;State='NewYork' and match(County, 'DUTCHESS','ORANGE','SULLIVAN','WESTCHESTER'), 1,0) as MapFlag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 14:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikMaps-Calculated-dimension-performance-issue/m-p/1064171#M355880</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-06T14:07:36Z</dc:date>
    </item>
  </channel>
</rss>

