<?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: Select a value from a 2-Dimension Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-a-2-Dimension-Table/m-p/369368#M137321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thera are several ways to do this. I have a suggested solution with a double intervalmatch, where you need to to match the sales of a store to the relevant range, then the transaction number to the relevant range, and finally make a composite key of the two intervalmatches. Attached you will find the script in a text file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2012 14:31:21 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2012-03-26T14:31:21Z</dc:date>
    <item>
      <title>Select a value from a 2-Dimension Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-a-2-Dimension-Table/m-p/369367#M137320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I have a table like this for rates:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="background-color: #ffffff;" valign="top"&gt;Sales/Transactions&lt;/TH&gt;&lt;TD&gt;0-100&lt;/TD&gt;&lt;TD&gt;101-250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0-1500&lt;/TD&gt;&lt;TD&gt;2,5%&lt;/TD&gt;&lt;TD&gt;2,65%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1501-3000&lt;/TD&gt;&lt;TD&gt;2,6%&lt;/TD&gt;&lt;TD&gt;2,76%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3001-4500&lt;/TD&gt;&lt;TD&gt;2,7%&lt;/TD&gt;&lt;TD&gt;2,9%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i load info for Sales and Transactions from a lot of stores, and i need to show something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Transactions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Rate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Store 1&lt;/TD&gt;&lt;TD&gt;786&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;2,5%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Store 2&lt;/TD&gt;&lt;TD&gt;3250&lt;/TD&gt;&lt;TD&gt;215&lt;/TD&gt;&lt;TD&gt;2,9%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to figure out how to do this. I change the format of the first table to a 4 column table (SalesMin, SalesMax, TransactionsMin,TransactionsMax,Rate) but i cant make it so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and sorry my english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-a-2-Dimension-Table/m-p/369367#M137320</guid>
      <dc:creator>radokotbk</dc:creator>
      <dc:date>2012-03-26T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select a value from a 2-Dimension Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-value-from-a-2-Dimension-Table/m-p/369368#M137321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thera are several ways to do this. I have a suggested solution with a double intervalmatch, where you need to to match the sales of a store to the relevant range, then the transaction number to the relevant range, and finally make a composite key of the two intervalmatches. Attached you will find the script in a text file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 14:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-value-from-a-2-Dimension-Table/m-p/369368#M137321</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-03-26T14:31:21Z</dc:date>
    </item>
  </channel>
</rss>

