<?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: Performance Issue by Using &amp;quot;&amp;&amp;quot; in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141101#M602290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Stamp_Date) as Date.tmp2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp(Stamp_Date) as Date_Org,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Id ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Stat',Station_Id,'NA') as&amp;nbsp; Station_Label,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line_Id',Id,'NA') as&amp;nbsp; Line_Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledMinutes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(vDataPath)Planned_Downtime_Stations.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line_Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line',Line_Id,'NA') as Line_Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Compensation='0','NO','Yes') as Manning_Compensation,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comments as Comment_PD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM $(vDataPath)Planned_Downtime.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;New_Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Label &amp;amp; Line_Name as Station_Label_And_Line_Name_Combined&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident Data;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;DROP Table Data;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2018 14:38:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-08T14:38:14Z</dc:date>
    <item>
      <title>Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141094#M602279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I'm using below expression in a bar chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT {&amp;lt;Month=,Week=,Day=,Type_Name=,Why_Name=,Reason_Name=,Manning_Compensation=&amp;gt;}&lt;STRONG&gt;Station_Label &amp;amp; Line_Name&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is business requirement to take distinct count of&amp;nbsp; S&lt;STRONG style="font-size: 13.3333px;"&gt;tation_Label &amp;amp; Line_Name &lt;/STRONG&gt;together , which is impacting chart performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to write this logic without "&amp;amp;"&amp;nbsp; ???? As it is killing chart performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141094#M602279</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-08T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141095#M602280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the fields be combined in the script? If they are coming from different tables, then it explains the performance issue... in which case you can try combining them into a single table to see if that improve performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141095#M602280</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141096#M602282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not all the fields in Set Analysis belongs to one table, let me try as suggested!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141096#M602282</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-08T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141097#M602284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was only talking about these two fields&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Station_Label &amp;amp; Line_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141097#M602284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141098#M602285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Id ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; ApplyMap('Mapp_Stat',Station_Id,'NA') as&amp;nbsp; Station_Label,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledMinutes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vDataPath)Planned_Downtime_Stations.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Data)&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line_Id,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line',Line_Id,'NA') as Line_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vDataPath)Planned_Downtime.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it is coming from one table (Left Join Data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141098#M602285</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-08T14:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141099#M602287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are these two tables joined on? I see Station_Id in the first table, but not in the second one. and I see Id and Line_Id in the second one, but not in the first one. Is there a Cartesian Join by mistake here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141099#M602287</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141100#M602288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry , they are connected with a common field "Id", like below:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Stamp_Date) as Date.tmp2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp(Stamp_Date) as Date_Org,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Id ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Stat',Station_Id,'NA') as&amp;nbsp; Station_Label,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line_Id',Id,'NA') as&amp;nbsp; Line_Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledMinutes&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vDataPath)Planned_Downtime_Stations.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Left Join (Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line_Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line',Line_Id,'NA') as Line_Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Compensation='0','NO','Yes') as Manning_Compensation,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comments as Comment_PD&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vDataPath)Planned_Downtime.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141100#M602288</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-08T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141101#M602290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(Stamp_Date) as Date.tmp2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp(Stamp_Date) as Date_Org,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Id ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Stat',Station_Id,'NA') as&amp;nbsp; Station_Label,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line_Id',Id,'NA') as&amp;nbsp; Line_Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScheduledMinutes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(vDataPath)Planned_Downtime_Stations.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line_Id,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Mapp_Line',Line_Id,'NA') as Line_Name,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Compensation='0','NO','Yes') as Manning_Compensation,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comments as Comment_PD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM $(vDataPath)Planned_Downtime.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;New_Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Station_Label &amp;amp; Line_Name as Station_Label_And_Line_Name_Combined&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident Data;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;DROP Table Data;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141101#M602290</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141102#M602291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, trying as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data_NEW:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Line_Name&amp;amp;'_'&amp;amp;Station_Label as %KEY_Line_Station&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Drop Table CAQ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RENAME Table Data_NEW to Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141102#M602291</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-08T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141103#M602293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay let us know if you see any performance improvement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 14:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141103#M602293</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-08T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141104#M602294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the approach of bringing both fields within one table you could improve the performance if you used numerical ID's instead of string-values for your counting - maybe creating them additionally as an autonumber-field or you used dual() to assign a numerical value to the string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you could use these ID's or num(DualValue) and it should be already faster. More speed might be possible if you then replaced the &amp;amp; with a + like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct Field1 &lt;STRONG&gt;* 10000&lt;/STRONG&gt; + Field2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 10000 is just an example that you need any measure to assure that a summing of both fields will always return a unique value and if any of both fieldvalues is NULL the + operator makes it complete NULL (if you also want to count these values just take a rangesum() instead of the +).&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, 08 Oct 2018 15:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141104#M602294</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-10-08T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue by Using "&amp;" in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141105#M602295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried above code and performance is far much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-by-Using-quot-quot-in-Set-Analysis/m-p/141105#M602295</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2018-10-09T09:49:42Z</dc:date>
    </item>
  </channel>
</rss>

