<?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: How to update the value based on a range in the another table or variable? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863681#M1002623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Thanks a lot.This is exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2015 05:02:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-28T05:02:51Z</dc:date>
    <item>
      <title>How to update the value based on a range in the another table or variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863679#M1002621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given two files,where sales data contains the details of the sales according to ID or month.&lt;/P&gt;&lt;P&gt;Commission data gives the commission percentages according to ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is,When I select a month field in the sheet,if they are more than one sales in that month,two fields get select in the commission percentage if they belong to different ranges.&lt;/P&gt;&lt;P&gt;What I need is instead of that,depending the select values in the sales field,it should calculate the total costs of the sales and check the range and highlight the commission matrix the corresponding percentage. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863679#M1002621</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the value based on a range in the another table or variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863680#M1002622</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;one solution without creating a static interval matching table could be to use calculated listboxes with expressions like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14327620621098656" jivemacro_uid="_14327620621098656"&gt;
&lt;P&gt;=Aggr(Only({$&amp;lt;Commision={'=[Low Value]&amp;lt;=Sum(Cost) and [High Value]&amp;gt;=Sum(Cost)'}&amp;gt;} Commision), Commision)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14327620720727756 jive_text_macro" jivemacro_uid="_14327620720727756"&gt;
&lt;P&gt;=Aggr(If(Sum(Cost)&amp;gt;=[Low Value] and Sum(Cost)&amp;lt;=[High Value],Commision),Commision)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_165803_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87731_QlikCommunity_Thread_165803_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_165803_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/87732_QlikCommunity_Thread_165803_Pic2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_165803_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/87733_QlikCommunity_Thread_165803_Pic3.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_165803_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/87734_QlikCommunity_Thread_165803_Pic4.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 21:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863680#M1002622</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-27T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the value based on a range in the another table or variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863681#M1002623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Thanks a lot.This is exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 05:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863681#M1002623</guid>
      <dc:creator />
      <dc:date>2015-05-28T05:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the value based on a range in the another table or variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863682#M1002624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;glad you liked it.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 11:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-update-the-value-based-on-a-range-in-the-another-table-or/m-p/863682#M1002624</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-28T11:39:49Z</dc:date>
    </item>
  </channel>
</rss>

