<?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 Load Script If Functions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947367#M78063</link>
    <description>&lt;P&gt;Hi i am looking for the correct function to create a new field within a table that will "rank" each client dependent on certain conditions....for example in excel this would look something like....&lt;/P&gt;
&lt;P&gt;IF(B2&amp;lt;&amp;gt;B1,1,&lt;BR /&gt;IF(AND(B2=B1,O2=O1),1,&lt;BR /&gt;IF(AND(B2=B1,O2&amp;lt;&amp;gt;O1),L1+1)))&lt;/P&gt;
&lt;P&gt;In Qlik I am unsure how to translate this so it ranks my data?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2022 12:35:07 GMT</pubDate>
    <dc:creator>LB187</dc:creator>
    <dc:date>2022-06-23T12:35:07Z</dc:date>
    <item>
      <title>Load Script If Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947367#M78063</link>
      <description>&lt;P&gt;Hi i am looking for the correct function to create a new field within a table that will "rank" each client dependent on certain conditions....for example in excel this would look something like....&lt;/P&gt;
&lt;P&gt;IF(B2&amp;lt;&amp;gt;B1,1,&lt;BR /&gt;IF(AND(B2=B1,O2=O1),1,&lt;BR /&gt;IF(AND(B2=B1,O2&amp;lt;&amp;gt;O1),L1+1)))&lt;/P&gt;
&lt;P&gt;In Qlik I am unsure how to translate this so it ranks my data?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 12:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947367#M78063</guid>
      <dc:creator>LB187</dc:creator>
      <dc:date>2022-06-23T12:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script If Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947398#M78067</link>
      <description>&lt;P&gt;Perhaps like this:&lt;/P&gt;
&lt;P&gt;If(MyFieldB = above(MyFieldB) and MyFieldO &amp;lt;&amp;gt; above(MyFieldO),&amp;nbsp; above(MyFieldL) + 1 , 1)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947398#M78067</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2022-06-23T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script If Functions</title>
      <link>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947451#M78071</link>
      <description>&lt;P&gt;Thanks for this I think it works but the only issue is that in the example above (MyFieldL) is simply a "1" in Excel and ads another 1 becoming 2 if the other aspects of the formula are met thus resulting in a 2 and a 3 and so on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-Script-If-Functions/m-p/1947451#M78071</guid>
      <dc:creator>LB187</dc:creator>
      <dc:date>2022-06-23T14:20:11Z</dc:date>
    </item>
  </channel>
</rss>

