<?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: If condition in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667396#M1078683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Experts it works ...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 07:02:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-14T07:02:04Z</dc:date>
    <item>
      <title>If condition in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667392#M1078679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I trying the yesterday sales in a text box, so, I tried like Sum({&amp;lt;DATE1= {'$(=Date(today()-1))'}&amp;gt;} [Sales]), which is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have no transaction of sales on Saturday and Sunday, the same expression shows zero as there is no transactions, so I tried &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Today()='Mon',Num(Sum({&amp;lt;DATE1= {'$(=Date(today()-3))'}&amp;gt;} [Sales]),'# ##0'), Num(Sum({&amp;lt;DATE1= {'$(=Date(today()-1))'}&amp;gt;} [Sales]),'# ##0')), but the expression shows no results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest where I went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 06:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667392#M1078679</guid>
      <dc:creator />
      <dc:date>2014-07-14T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: If condition in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667393#M1078680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Weekday(Today())='Mon'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 06:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667393#M1078680</guid>
      <dc:creator />
      <dc:date>2014-07-14T06:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: If condition in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667394#M1078681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to change it to &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If(weekday(Today())=6,Num(Sum({&amp;lt;DATE1= {'$(=Date(today()-3))'}&amp;gt;} [Sales]),'# ##0'), Num(Sum({&amp;lt;DATE1= {'$(=Date(today()-1))'}&amp;gt;} [Sales]),'# ##0'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 06:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667394#M1078681</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-07-14T06:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: If condition in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667395#M1078682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use If only to handle all no need to set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 06:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667395#M1078682</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-07-14T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: If condition in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667396#M1078683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Experts it works ...!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 07:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-in-Set-analysis/m-p/667396#M1078683</guid>
      <dc:creator />
      <dc:date>2014-07-14T07:02:04Z</dc:date>
    </item>
  </channel>
</rss>

