<?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 Set Analysis/ If Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104993#M915532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make set analysis expression only to force certain selections when no selections are made, but once selection is made it should consider both set expression and selection/s (like an If statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Test qvw, I have both examples. In the If statement chart I can still for example, select records for 1 day but I can’t in set analysis because it forces everything to be selected.&lt;/P&gt;&lt;P&gt;I want to specifically use set analysis but want it to still filter selections like an if statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set Analysis/ If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104993#M915532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to make set analysis expression only to force certain selections when no selections are made, but once selection is made it should consider both set expression and selection/s (like an If statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Test qvw, I have both examples. In the If statement chart I can still for example, select records for 1 day but I can’t in set analysis because it forces everything to be selected.&lt;/P&gt;&lt;P&gt;I want to specifically use set analysis but want it to still filter selections like an if statement.&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-If-Statement/m-p/1104993#M915532</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis/ If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104994#M915533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the intersection operator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Day *= {"&amp;lt;=$(vDay)"}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 11:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104994#M915533</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-19T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis/ If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104995#M915534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this is what you want?&lt;/P&gt;&lt;P&gt;if a selection for day is made, the first expressiontakes place, otherwise the seond?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vDay)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 11:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104995#M915534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-19T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis/ If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104996#M915535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I learned something new today. @Rudolf Was looking for a solution that will not require an if condition. Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 12:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-If-Statement/m-p/1104996#M915535</guid>
      <dc:creator />
      <dc:date>2016-05-19T12:00:03Z</dc:date>
    </item>
  </channel>
</rss>

