<?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: How to use functions on the script to get only required rows for a huge data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1623149#M733482</link>
    <description>&lt;P&gt;Beside reducing the dataset with an appropriate where-clause like already suggested I think it might be useful to categorize the data within the script. I'm not sure from your description if you have one code-field or multiple ones - by the last you should consider to transform your data with &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083" target="_self"&gt;The-Crosstable-Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2019 12:09:07 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-09-12T12:09:07Z</dc:date>
    <item>
      <title>How to use functions on the script to get only required rows for a huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1622997#M733480</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a sheet of data which has many rows. I need to calculate the sales based on the code provided.&lt;BR /&gt;&lt;BR /&gt;Sales for code1530 is calculated as sales(code(1530)-code(1547)-code(15500140)-code(15500240)-code(15904001)-code(15904002)-code(15904003))&lt;BR /&gt;&lt;BR /&gt;sales for code1547 is calculated as sales(code(1547)-code(15500140)-code(15500240)-code(15904001)-code(15904002)-code(15904003))&lt;BR /&gt;&lt;BR /&gt;sales for code1550 is calculated as sales(code(1550)-code(15500140)+code(15500240))&lt;BR /&gt;&lt;BR /&gt;Sales for code1590 is calculated as sales(code(1590)-code(15904001)+code(50904002)+code(50904003))&lt;BR /&gt;&lt;BR /&gt;I have many other calculations similar to the above&lt;BR /&gt;&lt;BR /&gt;Both the company and total sales should be calculated. I got help on this query previously and when I started executing it for the whole data it is taking 20min to load the full data&amp;nbsp; for the output&lt;BR /&gt;I need to show as a single table at the end and&lt;BR /&gt;can we use any function on the script which will load only the required code for getting the sales for that code?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1622997#M733480</guid>
      <dc:creator>Sarath123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use functions on the script to get only required rows for a huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1623006#M733481</link>
      <description>&lt;P&gt;Try where clause:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident [YourFilePath]&lt;/P&gt;&lt;P&gt;where match(Code,'A','B','C');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace all the codes required in the match function.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 08:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1623006#M733481</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-09-12T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use functions on the script to get only required rows for a huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1623149#M733482</link>
      <description>&lt;P&gt;Beside reducing the dataset with an appropriate where-clause like already suggested I think it might be useful to categorize the data within the script. I'm not sure from your description if you have one code-field or multiple ones - by the last you should consider to transform your data with &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083" target="_self"&gt;The-Crosstable-Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 12:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1623149#M733482</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-12T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use functions on the script to get only required rows for a huge data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1627619#M733483</link>
      <description>&lt;P&gt;Sarath, did Arthur's or Marcus' posts help you with things?&amp;nbsp; If so, be sure to give them credit and let others no what worked by using the Accept as Solution button to mark things.&amp;nbsp; If you did something different, consider posting that and then mark it as the solution.&amp;nbsp; If you are still working on things, leave an update on where things stand.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 16:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-functions-on-the-script-to-get-only-required-rows-for/m-p/1627619#M733483</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-24T16:34:11Z</dc:date>
    </item>
  </channel>
</rss>

