<?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: Pricing Model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100013#M910704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code should create a link table that for example links Booking 1 to both supplier (because Service and Package Type matches and Weight falls in range interval for both supplier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a table box with Booking and Supplier, you should see both listed for Booking 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then we might need to look at the code / input data. Could you upload some sample records (e.g. your Excel file or a file with same structure / mockup data)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 14:19:58 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-13T14:19:58Z</dc:date>
    <item>
      <title>Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100010#M910701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table of orders which contain information on weight, service and package type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to join these to a rate table that has the service, package type and a upper and lower weight limit. Is there a way I can do a join that matches the service and package type then picks up the correct weight bracket if the weight is greater than the min and less than the max?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Below:&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Booking&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Weight&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Package Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Express&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Box&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Economy&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Parcel&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Express&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Parcel&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Supplier&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Weight From&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Weight To&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Package Type&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Cost&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Supplier A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Express&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Box&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Supplier B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Express&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Box&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;£10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is add a column for each supplier so Table 1 would have the price for supplier A on line 1 as £5 and a column for supplier 2 for line 1 of £10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks - Drew&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/Pricing-Model/m-p/1100010#M910701</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100011#M910702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try for example an INTERVALMATCH:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERVALMATCH(Weight, Service, [Package Type])&lt;/P&gt;&lt;P&gt;LOAD [WeightFrom],[Weight To], Service, [Package Type]&lt;/P&gt;&lt;P&gt;RESIDENT YourRateTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 11:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100011#M910702</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100012#M910703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I think you are on to something - any chance you can have a look at my script? I still don't fully understand how the intervalmatch function works.... for my example above. Supplier A would be created 10 times for every weight betweek 0 &amp;amp; 10?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Rates:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Supplier&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Area&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Service&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;prczone&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;method&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;level&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;goodtype&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Weight Start]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Weight Finish]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Min Weight]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Max Weight]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Base Cost]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Additional KG]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; [\\qlikview\Qlikview Documents\Excel Lookup Tables\Rate Comparison.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; [UK Rates]);&lt;BR /&gt; &lt;BR /&gt; Quotes:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[&lt;BR /&gt; Weight, level, type&lt;BR /&gt; 5, 74, parcel&lt;BR /&gt; 10, 74, parcel&lt;BR /&gt; 30, 74, parcel&lt;BR /&gt; 75, 74, parcel&lt;BR /&gt; 150, 74, parcel&lt;BR /&gt; 300, 74, parcel&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; TmpBridgeTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;IntervalMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Weight&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;level&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Min Weight]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Max Weight]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;level&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; Rates; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100012#M910703</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100013#M910704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code should create a link table that for example links Booking 1 to both supplier (because Service and Package Type matches and Weight falls in range interval for both supplier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a table box with Booking and Supplier, you should see both listed for Booking 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then we might need to look at the code / input data. Could you upload some sample records (e.g. your Excel file or a file with same structure / mockup data)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100013#M910704</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100014#M910705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the "Rates" sheet - at the moment I'm just using that in line load to check it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100014#M910705</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100015#M910706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In doing this I can see my inline is "parcel" not "Parcel"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100015#M910706</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100016#M910707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that change my script above only seems to be joining the "level" and "type" and not taking into account the weight breaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100016#M910707</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100017#M910708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are your weight breaks defined in your rate table? I see mostly a weight range 0 to 100000 (sometimes 0 to 10 or 0 to 100, but not clearly defined distinct weight intervals for Min and max Weight?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100017#M910708</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100018#M910709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There each "level" and "type" there will be a weight range from 0-10 then 10-100 then 100-1000000 OR it might be 0-20 then 20-100 etc etc. each level and type should have it's own range and then a different range for each supplier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100018#M910709</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100019#M910710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see this ranges except for supplier F in your sample file, all other supplier always show Min weight 0 for all ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care that your intervals don't overlap (i.e. not having a range 0 to 10 and 10 to 100, overlapping at 10), if you want to create a link to a single range. I guess one or the other range should exclude 10 (by adding or subtracting a small number from the one limit)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100019#M910710</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T15:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100020#M910711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct. In most cased there is only one "range" as such but I have to have this in place for all suppliers in case they change their model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made the change to the range so that it doesn't overlap and I get multiple joins on the table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen a post about slowly changing dimensions but I can't see anything that references multiple other fields that need to match&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100020#M910711</guid>
      <dc:creator />
      <dc:date>2016-06-13T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100021#M910712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you still have issues, then please upload your new rates excel sample file with the modifications on the ranges you've made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 15:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100021#M910712</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100022#M910713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is both the new rate sheet and my QVW - the weights are linking on the level and type but not the weight range ( as you can see In the script I wasn't sure if it was a formatting thing so tried changing that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100022#M910713</guid>
      <dc:creator />
      <dc:date>2016-06-13T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pricing Model</title>
      <link>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100023#M910714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've added a QuoteID and also a JOIN to the Intervalmatch to get the data model a bit more slim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks quite ok to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pricing-Model/m-p/1100023#M910714</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T16:27:20Z</dc:date>
    </item>
  </channel>
</rss>

