<?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 statement within set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191092#M884593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you - that's really useful! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the issues I was having was declaring my variables properly, so this will be a big help for next time! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 08:45:52 GMT</pubDate>
    <dc:creator>jessica_webb</dc:creator>
    <dc:date>2016-09-23T08:45:52Z</dc:date>
    <item>
      <title>Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191083#M884584</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;I have a chart expression using set analysis, part of which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable 'vPhase' is changed when the user selects a button - Early, Late, All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, whilst 'Early' and 'Late' are values in field 'Phase' (so expression works fine for those two), 'All' is not a value in 'Phase' - it's just all values!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking I would replace the above part of my set analysis to include an if statement, but can't get it working. So far, I have:&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;Phase={'$(=IF(vPhase='Early','Early',IF(vPhase='Late','Late',IF(vPhase='All','???')))'}&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;&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;But, I'm not sure if I'm declaring my variables correctly here - never sure when they should/shouldn't be bracketed - and I also don't know what I want to say for the 'then' part of my 'If' statement for 'All'. Can I say&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(vPhase='All','Early' and 'Late) &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-statement-within-set-analysis/m-p/1191083#M884584</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191084#M884585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&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 style="font-style: inherit;"&gt;Phase={'$(=IF(vPhase='Early','Early',IF(vPhase='Late','Late',IF(vPhase='All','*')))'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191084#M884585</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-23T08:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191085#M884586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(vPhase = 'All',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use this set analysis: &lt;STRONG&gt;Phase={'*'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&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;&lt;BR /&gt;&lt;/STRONG&gt;​Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191085#M884586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T08:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191086#M884587</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;Unfortunately that doesn't seem to work - I just get the red 'error' line under that part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191086#M884587</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191087#M884588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share a sample of your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191087#M884588</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2016-09-23T08:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191088#M884589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Manuel, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I don't understand how that would fit into my overall expression.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In its entirety it reads:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=IF (Name='$(vName)', COUNT ({1&amp;lt;Overall ={4},&lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;, [Date set]={1} &amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DISTINCT ID)/COUNT ( &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{1&amp;lt;Overall={1,2,3,4}, &lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;, [Date set]={1} &amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DISTINCT ID), &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;COUNT (TOTAL {1&amp;lt;Overall={4},&lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;, [Date set]={1} &amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DISTINCT ID)/COUNT ( TOTAL &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{1&amp;lt;Overall={1,2,3,4}, &lt;STRONG&gt;Phase={'$(vPhase)'}&lt;/STRONG&gt;, [Date set]={1} &amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DISTINCT ID))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How would I add the new If statement in place of the bolded parts?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191088#M884589</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T08:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191089#M884590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&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;Phase={"$(=Pick(Match(vPhase, 'Early', 'Late', 'All'), 'Early', 'Late', '*'))"}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191089#M884590</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T08:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191090#M884591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely perfect! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much (for the hundredth time this week!). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes, &lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191090#M884591</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191091#M884592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny has already suggested a best solution. Just thought to share suing If method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase={'$(=IF(vPhase ='Early','Early',IF(vPhase='Late','Late','*')))'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignore the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;red squiggly lines. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191091#M884592</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-09-23T08:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191092#M884593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you - that's really useful! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the issues I was having was declaring my variables properly, so this will be a big help for next time! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191092#M884593</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T08:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191093#M884594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you accidentally marked your own response as helpful when you might be wanting to mark Tamil's response as helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191093#M884594</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191094#M884595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the red squiggly can be avoided by using double quotes around the expression:&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;Phase={&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;$(=If(vPhase ='Early','Early',If(vPhase='Late','Late','*')))&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 08:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191094#M884595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191095#M884596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Sunny. I thought of editing my post but you have already suggested a good solution. So I just left it, as it is.&lt;SPAN style="font-size: 13.3333px;"&gt; BTW, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;I really don't bother about the points. Rather, I am very much concerned, if my solution helped them in someway. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191095#M884596</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-09-23T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191096#M884598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha, thank you! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got my&amp;nbsp; email notification and thought "that's nice, but I don't really understand what I said that was helpful.." &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh dear, Friday fatigue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191096#M884598</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191097#M884600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good &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;But my suggestion was not to get points to you my friend. These responses are going to be used by others in the future and I would want them to look at responses which were helpful. In this case Jessica mentioned that your response was helpful, so other should see them as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191097#M884600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191098#M884602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica, I didn't know all expression was written.&lt;/P&gt;&lt;P&gt;Other option&amp;nbsp; than Sunny solution is modify vPhase value on button, on All button, or when option is All, write on variable *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191098#M884602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T09:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191099#M884604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manuel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another really good suggestion, thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191099#M884604</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2016-09-23T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191100#M884606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're wellcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 09:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191100#M884606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191101#M884607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this functionality not work in newer versions of QlikView 12? I used this syntax successfully in an older version of the tool but just noticed that it is not resolving correctly anymore. Only thing I can think of was upgrade to newer release of QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191101#M884607</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2017-10-06T14:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Nested if statement within set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191102#M884609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might have been some changes in the most recent version of QlikView.... check here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5335"&gt;Quotes in Set Analysis&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-if-statement-within-set-analysis/m-p/1191102#M884609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-06T15:14:09Z</dc:date>
    </item>
  </channel>
</rss>

