<?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: load only last quarter data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752256#M719590</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/30585"&gt;@mallireddy_qv6&lt;/a&gt;&amp;nbsp; like ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=sum({&amp;lt;Destination={"*"}-{trek,nean},customerflag={'y'}&amp;gt;} TotalSales)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 14 Oct 2020 07:43:47 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2020-10-14T07:43:47Z</dc:date>
    <item>
      <title>load only last quarter data</title>
      <link>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752227#M719589</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp; load last quarter data in straight table. with these conditions.&amp;nbsp; sum(TotalSales)&lt;/P&gt;&lt;P&gt;Destination not in&amp;nbsp; "trek"&amp;nbsp; and 'nean"&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;customerflag is equal to&amp;nbsp; "y"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I write set expression&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752227#M719589</guid>
      <dc:creator>mallireddy_qv6</dc:creator>
      <dc:date>2024-11-16T17:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: load only last quarter data</title>
      <link>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752256#M719590</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/30585"&gt;@mallireddy_qv6&lt;/a&gt;&amp;nbsp; like ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=sum({&amp;lt;Destination={"*"}-{trek,nean},customerflag={'y'}&amp;gt;} TotalSales)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Oct 2020 07:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752256#M719590</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-10-14T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: load only last quarter data</title>
      <link>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752277#M719591</link>
      <description>&lt;P&gt;Hi MalliReddy,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date = {"&amp;gt;=$(=Date(QuarterStart(Max(Date),-1),'YYYY-MM-DD'))&amp;lt;=$(=Date(QuarterEnd(Max(Date),-1),'YYYY-MM-DD'))"}, &lt;SPAN&gt;customerflag&amp;nbsp;={'Y'},&amp;nbsp;Destination&amp;nbsp;-={'trek', 'nean'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN&gt;TotalSales&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Replace the Date field with your fieldName.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 08:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1752277#M719591</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-14T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: load only last quarter data</title>
      <link>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1756361#M719592</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/30585"&gt;@mallireddy_qv6&lt;/a&gt;&amp;nbsp; you have two possible solutions posted, please return to the thread and review and close the thread by using the Accept as Solution button on the post(s) that helped.&amp;nbsp; If you did something different, you can post that separately and then use the button to mark that post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are a couple of other links that may be helpful in the future:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 16:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-only-last-quarter-data/m-p/1756361#M719592</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-27T16:37:04Z</dc:date>
    </item>
  </channel>
</rss>

