<?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 ELSE STATEMENT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772366#M717043</link>
    <description>&lt;P&gt;Can you please help me in understanding the use of * to separate the sets?&lt;/P&gt;&lt;P&gt;I am new to Qlikview!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 22:03:46 GMT</pubDate>
    <dc:creator>priya0323</dc:creator>
    <dc:date>2021-01-06T22:03:46Z</dc:date>
    <item>
      <title>IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770417#M717037</link>
      <description>&lt;P&gt;Hello everyone ,&lt;/P&gt;&lt;P&gt;Please i have a trouble with this statement :&lt;/P&gt;&lt;P&gt;=Num(Count(if(aggr(money(Sum({($&amp;lt;Date= {"&amp;gt;=$(=$(vDateDebFormat))"}&amp;gt;) * ($&amp;lt;Date= {"&amp;lt;=$(=$(vDateFinFormat))"}&amp;gt;)*($&amp;lt;[Type Service demandé]= {'Messagerie vocale'}&amp;gt;)* &amp;lt;[USER_MEVO]= {'1'}&amp;gt;} NbAppel),'#&amp;nbsp;##0 ;-#&amp;nbsp;##0 ')&amp;lt;&amp;gt;0,ID_UTI),0))&lt;BR /&gt;/Count(DISTINCT {$&amp;lt;activation_uti= {"&amp;gt;=$(=$(vDateDebFormat))"}&amp;gt; * &amp;lt;activation_uti= {"&amp;lt;=$(=$(vDateFinFormat))"}&amp;gt; * &amp;lt;[USER_MEVO]= {'1'}&amp;gt;} ID_UTI),'#,%')&amp;amp;chr(10)&amp;amp;'Avec usage'&lt;/P&gt;&lt;P&gt;I want to show 0% ,&amp;nbsp; if the condition into statement is not valid , how can i do this ?&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 10:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770417#M717037</guid>
      <dc:creator>Shinigaloo</dc:creator>
      <dc:date>2020-12-24T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770446#M717038</link>
      <description>&lt;P&gt;i would first validate the individual expressions like&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sum({($&amp;lt;Date= {"&amp;gt;=$(=$(vDateDebFormat))"}&amp;gt;) * ($&amp;lt;Date= {"&amp;lt;=$(=$(vDateFinFormat))"}&lt;STRONG&gt;&amp;gt;)*($&amp;lt;&lt;/STRONG&gt;[Type Service demandé]= {'Messagerie vocale'}&amp;gt;)* &amp;lt;[USER_MEVO]= {'1'}&amp;gt;} NbAppel)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i suspect the operation between the sets may be erroneous especially using brackets to separate the sets &lt;STRONG&gt;&amp;gt;)*(&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 19:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770446#M717038</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-24T19:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770447#M717039</link>
      <description>&lt;P&gt;also these sets can be translated into just 1:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sum({($&amp;lt;Date= {"&amp;gt;=$(=$(vDateDebFormat))&amp;lt;=$(=$(vDateFinFormat))"},&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Type Service demandé]= {'Messagerie vocale'}, [USER_MEVO]= {'1'}&amp;gt;} NbAppel)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;separating them by comma is the same as an AND especially since they have different fields anyway&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 19:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770447#M717039</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-24T19:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770498#M717041</link>
      <description>&lt;P&gt;thank you edwin for you responses &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 13:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770498#M717041</guid>
      <dc:creator>Shinigaloo</dc:creator>
      <dc:date>2020-12-25T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770812#M717042</link>
      <description>&lt;P&gt;np&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1770812#M717042</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-28T15:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772366#M717043</link>
      <description>&lt;P&gt;Can you please help me in understanding the use of * to separate the sets?&lt;/P&gt;&lt;P&gt;I am new to Qlikview!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 22:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772366#M717043</guid>
      <dc:creator>priya0323</dc:creator>
      <dc:date>2021-01-06T22:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772522#M717044</link>
      <description>&lt;P&gt;modifiers (anything inside the &amp;lt;&amp;gt; ) specify the criteria for the data set you wish to apply an operation against (sum, count, etc..)&lt;/P&gt;&lt;P&gt;* is an operation done on 2 data sets which is an AND operation.&amp;nbsp; this is a very good reference for set analysis:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://livingqlikview.com/livingqlik-roots-the-ultimate-qlikview-set-analysis-reference/" target="_blank" rel="noopener"&gt;LivingQlik Roots: The Ultimate QlikView Set Analysis Reference - Living Qlik (livingqlikview.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772522#M717044</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-07T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772533#M717045</link>
      <description>&lt;P&gt;Thank you so much Edwin !&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772533#M717045</guid>
      <dc:creator>priya0323</dc:creator>
      <dc:date>2021-01-07T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: IF ELSE STATEMENT</title>
      <link>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772541#M717046</link>
      <description>&lt;P&gt;yw&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-ELSE-STATEMENT/m-p/1772541#M717046</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-07T14:15:54Z</dc:date>
    </item>
  </channel>
</rss>

