<?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 evaluating variable values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272651#M461555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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 style="font-style: inherit; font-family: inherit;"&gt;If(vFlag = 'Yes',&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(vCY&amp;gt;vLY, Chr(9650), Chr(9660))&lt;/SPAN&gt;,&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;If(vPrjCY&amp;gt;vPrjLY, Chr(9650), Chr(9660))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 17:43:36 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-04T17:43:36Z</dc:date>
    <item>
      <title>Nested If statement evaluating variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272648#M461552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression that is evaluating two variable values and giving a up or down arrow based on the outcome.&amp;nbsp; I need to add another check to this expression to test for another value of a variable.&amp;nbsp; It is basically an If Then Else, but I'm not sure how to write it and/if there is a cleaner way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If(vCY&amp;gt;vLY, chr(9650),chr(9660))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Added Variable Check:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If((vFlag) = 'Yes'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Added Expression for above value of 'No':&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(vPrjCY&amp;gt;vPrjLY, chr(9650),chr(9660))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 17:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272648#M461552</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-01-04T17:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If statement evaluating variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272649#M461553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when vFlag = 'Yes'? May be something along these lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(vFlag = 'Yes', SomeExpressionOrValue,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;If(vPrjCY&amp;gt;vPrjLY, chr(9650),chr(9660))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 17:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272649#M461553</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-04T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If statement evaluating variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272650#M461554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the vFlag = 'Yes', then the current expression is used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 17:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272650#M461554</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-01-04T17:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If statement evaluating variable values</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272651#M461555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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 style="font-style: inherit; font-family: inherit;"&gt;If(vFlag = 'Yes',&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(vCY&amp;gt;vLY, Chr(9650), Chr(9660))&lt;/SPAN&gt;,&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;If(vPrjCY&amp;gt;vPrjLY, Chr(9650), Chr(9660))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 17:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-statement-evaluating-variable-values/m-p/1272651#M461555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-04T17:43:36Z</dc:date>
    </item>
  </channel>
</rss>

