<?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: set exp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1756329#M719697</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127588"&gt;@bhagi&lt;/a&gt;&amp;nbsp;you have received multiple responses to your use case, we would greatly appreciate if you would return to the thread and close it out by using the Accept as Solution button on the post(s) that helped you get a working solution.&amp;nbsp; If you did something different, you may post that and then use the button to mark that post.&lt;/P&gt;&lt;P&gt;Here are some Design Blog post links that may be helpful as well:&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://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 15:25:41 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-10-27T15:25:41Z</dc:date>
    <item>
      <title>set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751767#M719690</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i need set expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum (sales)&lt;/P&gt;&lt;P&gt;filter1 : addmonths -2 (2 months before today)&lt;/P&gt;&lt;P&gt;filter2 : country=USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to use set expression?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;P&gt;bhagi&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751767#M719690</guid>
      <dc:creator>bhagi</dc:creator>
      <dc:date>2024-11-15T23:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751820#M719692</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127588"&gt;@bhagi&lt;/a&gt;&amp;nbsp; like ?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=Sum({&amp;lt;date={"&amp;gt;=$(=addmonths(today(),-2))"},country={'USA'}&amp;gt;} Sales)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751820#M719692</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-10-13T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751822#M719694</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127588"&gt;@bhagi&lt;/a&gt;&amp;nbsp; if you have doubts about date format you can use this version with your default date format&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Sum({&amp;lt;date={"&amp;gt;=$(=Date(addmonths(today(),-2),'DD/MM/YYYY'))"},country={'USA'}&amp;gt;} Sales)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751822#M719694</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-10-13T07:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751843#M719695</link>
      <description>&lt;P&gt;Hi you can try this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Sum({&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;country&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;= {'USA'},&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Num_Month = {$(=Max(Num_Month)-2)}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN&gt;sales&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;convert your month in number format foe better results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751843#M719695</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-13T08:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751846#M719696</link>
      <description>&lt;P&gt;or try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;DateField = {"&amp;gt;=$(=AddMonths(Date(Today()), -2)) &amp;lt;=$(=Date(Today()-1))"}, country = {'USA'}&amp;gt;}sales)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1751846#M719696</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-13T08:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: set exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-exp/m-p/1756329#M719697</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127588"&gt;@bhagi&lt;/a&gt;&amp;nbsp;you have received multiple responses to your use case, we would greatly appreciate if you would return to the thread and close it out by using the Accept as Solution button on the post(s) that helped you get a working solution.&amp;nbsp; If you did something different, you may post that and then use the button to mark that post.&lt;/P&gt;&lt;P&gt;Here are some Design Blog post links that may be helpful as well:&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://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-exp/m-p/1756329#M719697</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-27T15:25:41Z</dc:date>
    </item>
  </channel>
</rss>

