<?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: Complex Nesteed IFs - garbage after expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092881#M465466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code Sunny_T saves the 1ªpart of my problem... but when I need to have:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(&lt;STRONG&gt;A= 1&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;&amp;nbsp; only({&amp;lt;FIELD={1}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A=2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={2)&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A= 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={3} RGB(120,120,120))));&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;&amp;nbsp; =IF(&lt;STRONG&gt;A2=4&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;&amp;nbsp; only({&amp;lt;FIELD={4}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A2=5,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=5"}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A2=6,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=6)"}&amp;gt;} RGB(120,120,120))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have the same problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 22:03:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-16T22:03:50Z</dc:date>
    <item>
      <title>Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092878#M465463</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have this 3 satements to define the colour of my bares, but I'm getting the fllowing error "garbage after expression"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(A = 0,(IF(FIELD=1, RGB(34, 156, 228),IF(FIELD=2, RGB(0, 0, 0), IF(FIELD=3, RGB(34, 156, 228),IF(FIELD=4, RGB(0, 0, 0),IF(FIELD=5, RGB(34, 156, 228),IF(FIELD=6, RGB(0, 0, 0)))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;=IF(A= 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; only({&amp;lt;FIELD={1}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(A=2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; only({&amp;lt;FIELD={2)&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(A= 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; only({&amp;lt;FIELD={3} RGB(120,120,120))));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =IF(A2=4,&lt;/P&gt;&lt;P&gt;&amp;nbsp; only({&amp;lt;FIELD={4}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(A2=5,&lt;/P&gt;&lt;P&gt;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=5"}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(A2=6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=6)"}&amp;gt;} RGB(120,120,120))&lt;/P&gt;&lt;P&gt;&amp;nbsp; ))); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092878#M465463</guid>
      <dc:creator />
      <dc:date>2016-03-16T21:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092879#M465464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you are showing two expressions or they are two alternatives, but try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;IF(A = 0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(Match(FIELD, 1, 3, 5), RGB(34, 156, 228),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;IF(Match(FIELD, 2, 4, 6), RGB(0, 0, 0))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092879#M465464</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T21:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092880#M465465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I'm trying with 3 expressions. let me test your code &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, 16 Mar 2016 21:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092880#M465465</guid>
      <dc:creator />
      <dc:date>2016-03-16T21:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092881#M465466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code Sunny_T saves the 1ªpart of my problem... but when I need to have:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(&lt;STRONG&gt;A= 1&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;&amp;nbsp; only({&amp;lt;FIELD={1}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A=2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={2)&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A= 3,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={3} RGB(120,120,120))));&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;&amp;nbsp; =IF(&lt;STRONG&gt;A2=4&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;&amp;nbsp; only({&amp;lt;FIELD={4}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A2=5,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=5"}&amp;gt;} RGB(120,120,120)),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF(A2=6,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; only({&amp;lt;FIELD={"&amp;lt;=6)"}&amp;gt;} RGB(120,120,120))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have the same problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092881#M465466</guid>
      <dc:creator />
      <dc:date>2016-03-16T22:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092882#M465467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what exactly are you trying to do. Why are there two expressions here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092882#M465467</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-16T22:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092883#M465468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I have &lt;STRONG&gt;two&lt;/STRONG&gt; slicers to influence the colour of my chart;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If the the &lt;STRONG&gt;slicer (A)&lt;/STRONG&gt; = 0 then all the colours but be like you write in first answer.&lt;BR /&gt;- IF the slicer (A) = 1 then the first bar should have a specific colour&lt;BR /&gt;- IF &lt;SPAN style="font-size: 13.3333px;"&gt;the slicer (A) = 2 then the first and second bar should have a specific colour&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the slicer (A) = 3 then the first and second and third bar should have a specific colour&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- IF the &lt;STRONG&gt;slicer (A2)&lt;/STRONG&gt; = 4 then the fourth bar should have a specific colour&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the slicer (A2) = 5 then the &lt;SPAN style="font-size: 13.3333px;"&gt;fourth&amp;nbsp; and fifth&lt;/SPAN&gt; and second bar should have a specific colour&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the slicer (A2) = 6 then the &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;fourth&amp;nbsp; and fifth and sixth &lt;/SPAN&gt;and second and third bar should have a specific colour&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092883#M465468</guid>
      <dc:creator />
      <dc:date>2016-03-16T22:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092884#M465469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Won't these slider interfere in defining e.g. color for second bar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092884#M465469</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-16T22:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092885#M465470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've One dimension with 6 labels:&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Slicer A: Influences colour of Label 1,2,3&lt;BR /&gt;Slicer A2: Influences colour of Label 4,5,6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 22:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092885#M465470</guid>
      <dc:creator />
      <dc:date>2016-03-16T22:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092886#M465471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post a sample application to test with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 23:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092886#M465471</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-16T23:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092887#M465472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 00:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092887#M465472</guid>
      <dc:creator />
      <dc:date>2016-03-17T00:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092888#M465473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you expecting to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 01:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092888#M465473</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-17T01:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Complex Nesteed IFs - garbage after expression</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092889#M465474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Silcer (0,1,2,3):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Value 0 selected - All the colours have the colour default:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF(A = 0,&lt;/STRONG&gt;&lt;/SPAN&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 style="font-style: inherit;"&gt;IF(Match(FIELD, 1, 3, 5), RGB(34, 156, 228),&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;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IF(Match(FIELD, 2, 4, 6), RGB(0, 0, 0))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Value 1 selected:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 1 change to a new colour (green for example).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;- Value 2 selected:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 1 and 2 change to a new colour (green for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;- &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; line-height: 1.5em;"&gt;Value 3 selected:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 1 and 2&amp;nbsp; and 3 change to a new colour (green for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Second Slicer (4,5,6):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; - Value 4 selected:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 4 change to a new colour (green for example).&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;- Value 5 selected:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 4 and 5 change to a new colour (green for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;- &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Value 6 selected:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only bares from local 4 and 5&amp;nbsp; and 6 change to a new colour (green for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;I need to create two slicers because customers wants a slicer with 2 points, so I create this tricky solution to provide it two selectores in slicers.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks! &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, 17 Mar 2016 07:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-Nesteed-IFs-garbage-after-expression/m-p/1092889#M465474</guid>
      <dc:creator />
      <dc:date>2016-03-17T07:57:55Z</dc:date>
    </item>
  </channel>
</rss>

