<?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 Performance Improvement in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Performance-Improvement/m-p/1692355#M52895</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a question regarding the performance.My code is like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load A as A&lt;/P&gt;&lt;P&gt;B as B&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resident table where x=1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Concentate&lt;/P&gt;&lt;P&gt;Load A as A1&lt;/P&gt;&lt;P&gt;B as B1&lt;/P&gt;&lt;P&gt;Resident table where x=2&lt;/P&gt;&lt;P&gt;Code is working fine but I am not sure whether it impacts the performance.Let me know if there is any better way to achieve this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 12:59:23 GMT</pubDate>
    <dc:creator>arusiva89</dc:creator>
    <dc:date>2020-04-09T12:59:23Z</dc:date>
    <item>
      <title>Performance Improvement</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-Improvement/m-p/1692355#M52895</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a question regarding the performance.My code is like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load A as A&lt;/P&gt;&lt;P&gt;B as B&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resident table where x=1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Concentate&lt;/P&gt;&lt;P&gt;Load A as A1&lt;/P&gt;&lt;P&gt;B as B1&lt;/P&gt;&lt;P&gt;Resident table where x=2&lt;/P&gt;&lt;P&gt;Code is working fine but I am not sure whether it impacts the performance.Let me know if there is any better way to achieve this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 12:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-Improvement/m-p/1692355#M52895</guid>
      <dc:creator>arusiva89</dc:creator>
      <dc:date>2020-04-09T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Improvement</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-Improvement/m-p/1692464#M52920</link>
      <description>&lt;P&gt;You can check the following in order to see which is more quick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;if(Match(x,1),A)&amp;nbsp; as A,&lt;/P&gt;&lt;P&gt;if(Match(x,1),B)&amp;nbsp; as B,&lt;/P&gt;&lt;P&gt;if(Match(x,2),A)&amp;nbsp; as A1,&lt;/P&gt;&lt;P&gt;if(Match(x,2),B)&amp;nbsp; as B1&lt;/P&gt;&lt;P&gt;Resident table where Match(x,1,2)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 16:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-Improvement/m-p/1692464#M52920</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2020-04-09T16:13:14Z</dc:date>
    </item>
  </channel>
</rss>

