<?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 Analysis Conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231099#M867390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the dates in Inline? Where exactly are you using that expression? Guide me man &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2016 17:33:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-08T17:33:51Z</dc:date>
    <item>
      <title>Set Analysis Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231096#M867387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've an expression and want to satisfy 8 conditions with one expression.&lt;/P&gt;&lt;P&gt;I used an expression provided by a member from here&lt;/P&gt;&lt;P&gt;=If(Count({&amp;lt;STATUS = {'C'}, STARTDT = {"&amp;gt;=$(=Floor(SuccessDate))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS) = 3,'Success',&lt;/P&gt;&lt;P&gt;If(Count({&amp;lt;STATUS = {'C'}&amp;gt;}STATUS) &amp;lt;&amp;gt;3,'Fail',Null()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conditions are:&lt;/P&gt;&lt;P&gt;If Startdate is less than Success Date and C count is 3 ----------- NULL&lt;/P&gt;&lt;P&gt;If Startdate is less than Success Date and C count is not equal to 3 ----------- Fail&lt;/P&gt;&lt;P&gt;If Startdate is equal to Success Date and C count is not equal to 3 ----------- Fail&lt;/P&gt;&lt;P&gt;If Startdate is equal to Success Date and C count is equal to 3 ----------- Success&lt;/P&gt;&lt;P&gt;If Startdate is greater than Success Date and C count is equal to 3 ----------- Success&lt;/P&gt;&lt;P&gt;If Startdate is greater than Success Date and C count is not equal to 3 ----------- Fail&lt;/P&gt;&lt;P&gt;If Startdate is greater than or equal to Success Date and C count is not equal to 3 ----------- Fail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But some how it is not satisfying all conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I'm facing is:&lt;/P&gt;&lt;P&gt;Success Date is based upon Extract of a file, hence I'm taking QVD refresh time to get the success date. In my QMC I've this extract file task way below and the above qvw file with conditions is on top.&lt;/P&gt;&lt;P&gt;So success date will not be refreshed unless the Extract qvd in refreshed.&lt;/P&gt;&lt;P&gt;The purpose of this set expression is to send emails to developers if the DB load was success/fail/no change.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/13229" target="_blank"&gt;jontydkpi&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/218859" target="_blank"&gt;loveisfail&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231096#M867387</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231097#M867388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(Count({&amp;lt;STATUS = {'C'}, STARTDT = {"&amp;gt;=$(=Floor(SuccessDate))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS) = 3,'Success',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Count({&amp;lt;STATUS = {'C'}&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, STARTDT = {"&amp;gt;=$(=Floor(SuccessDate))"}&lt;/SPAN&gt;&amp;gt;}STATUS) &amp;lt;&amp;gt;3,'Fail',Null()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 16:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231097#M867388</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231098#M867389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not satisfying many conditions.&lt;/P&gt;&lt;P&gt;I'm attaching the sample QVW.&lt;/P&gt;&lt;P&gt;You change the dates in Inline to verify the conditions.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231098#M867389</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-12-08T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231099#M867390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the dates in Inline? Where exactly are you using that expression? Guide me man &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231099#M867390</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231100#M867391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm testing those dates in Text file.&lt;/P&gt;&lt;P&gt;And for changing dates and checking different condition, I suggested you can do it in Inline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 17:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Conditions/m-p/1231100#M867391</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-12-08T17:36:01Z</dc:date>
    </item>
  </channel>
</rss>

