<?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: Conditional function that fulfill more than one condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189366#M384458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In these case Survey2 also should be shown as a dimension because fulfill the condition. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 16:34:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-21T16:34:13Z</dc:date>
    <item>
      <title>Conditional function that fulfill more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189364#M384456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a conditional function as a dimension:&lt;/P&gt;&lt;P&gt;Type=&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;Question={'A','B'}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;gt;2, 'Survey1', &lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;Question={'A','B','C','D'}&amp;gt;}&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;gt;5, 'Survey2', &lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;Question={'H'}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;lt;3, 'Survey3'))) &lt;/P&gt;&lt;P&gt;, Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tha data is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Surveys.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138147_Surveys.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Survey2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138146_Survey2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If more than one condition is fulfilled, it just appear the first one.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How it can show all the values?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189364#M384456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional function that fulfill more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189365#M384457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expected output here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189365#M384457</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-21T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional function that fulfill more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189366#M384458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In these case Survey2 also should be shown as a dimension because fulfill the condition. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189366#M384458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional function that fulfill more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189367#M384459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum({&amp;lt;Question={'A','B'}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;gt;2, 'Survey1', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum({&amp;lt;Question={'A','B','C','D'}&amp;gt;}&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;gt;5, 'Survey2', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum({&amp;lt;Question={'H'}&amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Answer)&amp;nbsp; &amp;lt;3, 'Survey3')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;, Name&lt;STRONG&gt;, Question&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Data Architect MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189367#M384459</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-21T16:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional function that fulfill more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189368#M384460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara,&lt;/P&gt;&lt;P&gt;the first condition is always fulfilled.&lt;/P&gt;&lt;P&gt;Change order of If(then,else)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-function-that-fulfill-more-than-one-condition/m-p/1189368#M384460</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-09-21T16:53:21Z</dc:date>
    </item>
  </channel>
</rss>

