<?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: Nested if don't work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35339#M785771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PAY HIM ! PAY HIIM !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no points for today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 13:48:09 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-01T13:48:09Z</dc:date>
    <item>
      <title>Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35333#M785765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem on this: (listbox)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;=if(v_DIVISION='VSDACHBENSCAN' and wildmatch(concat([Company code],','),'*NL*'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;if(match(Division_customer,'D09'),CustomersC))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;as you can see, nested if, but resulting to nothing..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the problem is that when I use these 3 conditions separetely, they works as expected:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;v_DIVISION is declared on the script and the output is : &lt;STRONG style="font-size: 13.3333px;"&gt;VSDACHBENSCAN&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when I put the variable &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;v_DIVISION &lt;/STRONG&gt;in a text object I have this: &lt;STRONG style="color: #ff0000;"&gt;VSDACHBENSCAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[Company code] give 'NL10' and 'NL11', that's why I used &lt;STRONG style="font-size: 13.3333px;"&gt;wildmatch(concat([Company code],','),'*NL*')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when is use this on a textbox: &lt;SPAN style="color: #ff0000;"&gt;if(wildmatch(concat([Company code],','),'*NL*'),'NL','NOT NL')&lt;/SPAN&gt;&amp;nbsp; I have &lt;SPAN style="color: #ff0000;"&gt;NL&lt;/SPAN&gt; on my textbox&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;For Division_customer, I have a list of Customers = D09 and a list = D07&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when I use this on a listbox, &lt;SPAN style="color: #ff0000;"&gt;if(match(Division_customer,'D09'),CustomersC)&lt;/SPAN&gt; I have the right list of &lt;SPAN style="color: #ff0000;"&gt;D09&lt;/SPAN&gt; customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why combined together, these conditions don't work ?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&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/Nested-if-don-t-work/m-p/35333#M785765</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35334#M785766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try 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(&lt;SPAN style="color: #ff0000;"&gt;$(&lt;/SPAN&gt;v_DIVISION&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; = 'VSDACHBENSCAN' and WildMatch(Concat([Company code], ','), '*NL*') &lt;SPAN style="color: #ff0000;"&gt;and&lt;/SPAN&gt; Match(Division_customer, 'D09'), CustomersC)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35334#M785766</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35335#M785767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My variable is declared like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET v_DIVISION=replace(mid(DocumentName(),index(DocumentName(),'-')+2),'.qvw','');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so I call it without $ to have my result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I already tried to use AND instead of the second IF.. it is the same.. it shows nothing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35335#M785767</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T13:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35336#M785768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;Aggr(&lt;/SPAN&gt;If(v_DIVISION = 'VSDACHBENSCAN' and WildMatch(Concat([Company code], ','), '*NL*') and Match(Division_customer, 'D09'), CustomersC)&lt;SPAN style="color: #ff0000;"&gt;, CustomersC)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35336#M785768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35337#M785769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you explain this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35337#M785769</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35338#M785770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you had Concat() in your expression, this was probably error-ing out... Either you need to have TOTAL qualifier (which to me did not make sense), you needed to add a dimension &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, 01 Mar 2018 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35338#M785770</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35339#M785771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PAY HIM ! PAY HIIM !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no points for today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35339#M785771</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T13:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35340#M785772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Company code is related to section access and users don't need to use it because data is already reduced to it and since I need to make a test on NL value without having my field selected..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have an alternative to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WildMatch(Concat([Company code], ','), '*NL*') &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to detect if I have NL values on that field without using concat and avoid Aggr().... ??&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35340#M785772</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T13:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35341#M785773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you don't want to show selection in Company code, right? May be try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({&amp;lt;CustomersC = {"=v_DIVISION = 'VSDACHBENSCAN' and WildMatch(Concat([Company code], ','), '*NL*') and Match(Division_customer, 'D09')"}&amp;gt;} CustomersC), CustomersC)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35341#M785773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T13:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35342#M785774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean that I &lt;STRONG&gt;want to detect&lt;/STRONG&gt; if on the field "Company code", I have "NL" values, without doing selections on NL (on that field) and without using wildmatch concat.. I want to know if there is an alternative to Wildmatch concat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 14:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35342#M785774</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35343#M785775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;without doing selections on NL (on that field)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This will work with the above expression....Only CustomersC will be selected and nothing else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;without using wildmatch concat..&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why do you not want to use WildMatch, that will help me understand what you are trying to do and may be I can suggest an alternative&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35343#M785775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35344#M785776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDITED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on an app, we have a field called A with the following values (A1, A2, A3, A4, A5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my &lt;SPAN style="font-size: 13.3333px;"&gt;section&lt;/SPAN&gt; access reduces the values to (A1, A2, A3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after opening the application., my possible values on the &lt;SPAN style="font-size: 13.3333px;"&gt;field &lt;/SPAN&gt; A are: (A1, A2, A3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without selecting anything, with this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildmatch (concat (A, '*2*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can tell if I have a value that includes the number '2' in my possible values on the field A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there another technique that returns me TRUE for this test? &lt;STRONG&gt;PS: without making selections on the field A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ask this question because first, I do not want to complicate the expression with AGGR (), since you told me that with CONCAT I have to use AGGR () and second, It is always interesting to learn something new&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35344#M785776</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35345#M785777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within set analysis it is possible using p() function... but if you want to use the if statement, I am afraid Concat might be the only option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 18:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35345#M785777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T18:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if don't work</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35346#M785778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again bro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to do it. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I know there are two ways to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 21:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-don-t-work/m-p/35346#M785778</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T21:55:27Z</dc:date>
    </item>
  </channel>
</rss>

