<?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 Looking for equivalent expression of set analysis in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906143#M1217919</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do have the below set analysis expression in one of my straight table. I'm looking for an equivalent expression in load script.&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;Date-={'""'}&amp;gt;}Sales).&lt;/P&gt;
&lt;P&gt;Can someone help me on this please.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 16:20:33 GMT</pubDate>
    <dc:creator>vikasshana</dc:creator>
    <dc:date>2022-03-16T16:20:33Z</dc:date>
    <item>
      <title>Looking for equivalent expression of set analysis in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906143#M1217919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do have the below set analysis expression in one of my straight table. I'm looking for an equivalent expression in load script.&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;Date-={'""'}&amp;gt;}Sales).&lt;/P&gt;
&lt;P&gt;Can someone help me on this please.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 16:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906143#M1217919</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2022-03-16T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for equivalent expression of set analysis in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906224#M1217925</link>
      <description>&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If (Date &amp;lt;&amp;gt; '""',Sales) as CalcSales,&lt;/P&gt;
&lt;P&gt;Sales as Sales,&lt;/P&gt;
&lt;P&gt;Date as Date&lt;/P&gt;
&lt;P&gt;From...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 21:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906224#M1217925</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-03-16T21:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for equivalent expression of set analysis in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906487#M1217937</link>
      <description>&lt;P&gt;If your date field is held correctly as a dual or numeric value, then this will work&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;BR /&gt;If (Date &amp;gt; 0, Sales) as CalcSales,&lt;BR /&gt;Sales,&lt;BR /&gt;Date&amp;nbsp;&lt;BR /&gt;From xxxxx&lt;/P&gt;
&lt;P&gt;Then in your chart use&amp;nbsp; &amp;nbsp; sum(CalcSales)&lt;/P&gt;
&lt;P&gt;I'm not sure why you would have Sales data with nul or empty dates though.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 11:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looking-for-equivalent-expression-of-set-analysis-in-load-script/m-p/1906487#M1217937</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2022-03-17T11:52:08Z</dc:date>
    </item>
  </channel>
</rss>

