<?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 Then Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753446#M718893</link>
    <description>&lt;P&gt;Dear MK_QSL&lt;/P&gt;&lt;P&gt;Thank you so much for your kind and quick response, your methods (Script &amp;amp; Expression) are VERY useful and just in time for me to resolve the issue.&lt;/P&gt;&lt;P&gt;Thank you, Tracy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Oct 2020 15:33:27 GMT</pubDate>
    <dc:creator>tracycrown</dc:creator>
    <dc:date>2020-10-17T15:33:27Z</dc:date>
    <item>
      <title>If Then Condition</title>
      <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753417#M718890</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;This is a simple problem but not sure why I am unable to get the correct answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tracycrown_0-1602925073181.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42513i1EC52DCF0E47A046/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tracycrown_0-1602925073181.png" alt="tracycrown_0-1602925073181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you, Tracy&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753417#M718890</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2024-11-16T17:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: If Then Condition</title>
      <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753423#M718891</link>
      <description>&lt;P&gt;Try something like below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;LOAD Year,&lt;BR /&gt;Student,&lt;BR /&gt;Subject,&lt;BR /&gt;Score&lt;BR /&gt;FROM&lt;BR /&gt;[Test-1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Result);&lt;/P&gt;&lt;P&gt;Grade:&lt;BR /&gt;LOAD Grade,&lt;BR /&gt;Lower,&lt;BR /&gt;Upper&lt;BR /&gt;FROM&lt;BR /&gt;[Test-1.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Grade);&lt;/P&gt;&lt;P&gt;IntervalMatch:&lt;BR /&gt;IntervalMatch(Score)&lt;BR /&gt;Load Distinct Lower, Upper Resident Grade;&lt;/P&gt;&lt;P&gt;Left Join (IntervalMatch)&lt;BR /&gt;Load * Resident Grade;&lt;/P&gt;&lt;P&gt;Drop Table Grade;&lt;BR /&gt;Drop Fields Lower, Upper;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 09:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753423#M718891</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2020-10-17T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: If Then Condition</title>
      <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753425#M718892</link>
      <description>&lt;P&gt;If you want only to edit your expression without changing script then you can use below expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Max(Aggr(If(sum(Score)&amp;gt;= sum(Lower) and sum(Score) &amp;lt;= sum(Upper),Grade),Student, Subject, Score,Lower,Upper))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;only(Aggr(If(sum(Score)&amp;gt;= sum(Lower) and sum(Score) &amp;lt;= sum(Upper),Grade),Student, Subject, Score,Lower,Upper))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Aggr(If(sum(Score)&amp;gt;= sum(Lower) and sum(Score) &amp;lt;= sum(Upper),Grade),Student, Subject, Score,Lower,Upper)&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 09:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753425#M718892</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2020-10-17T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: If Then Condition</title>
      <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753446#M718893</link>
      <description>&lt;P&gt;Dear MK_QSL&lt;/P&gt;&lt;P&gt;Thank you so much for your kind and quick response, your methods (Script &amp;amp; Expression) are VERY useful and just in time for me to resolve the issue.&lt;/P&gt;&lt;P&gt;Thank you, Tracy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 15:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753446#M718893</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2020-10-17T15:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: If Then Condition</title>
      <link>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753513#M718894</link>
      <description>&lt;P&gt;Dear MK_QSL&lt;/P&gt;&lt;P&gt;Sorry to trouble you again as I have encountered another problem after adding a new field, Term.&lt;/P&gt;&lt;P&gt;Table A - Grade is OK&lt;/P&gt;&lt;P&gt;Table B - Grade is wrong if using average score ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table C - Not sure why I cannot use sum(Lower) and sum(Upper) in expression ?&lt;/P&gt;&lt;P&gt;Thank you in advance for your advice again, Tracy&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 16:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Then-Condition/m-p/1753513#M718894</guid>
      <dc:creator>tracycrown</dc:creator>
      <dc:date>2020-10-18T16:00:31Z</dc:date>
    </item>
  </channel>
</rss>

