<?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 create link between Sales and Quota in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074760#M358657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the data is provided in the same this manner only. Then tell me how is possible that quota can not be linked with table. Sorry to say but i have to find the way to make it linked with table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Mar 2016 13:33:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-27T13:33:16Z</dc:date>
    <item>
      <title>How to create link between Sales and Quota</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074758#M358655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me to create link between Quota and SalesOrderHeader Table and alos tell me how to convert quarter quota into monthly quota. In Quota excel, 275 to 290 are SalesPerson ID and date is Quartely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Desired Output is in desired output excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2016 12:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074758#M358655</guid>
      <dc:creator />
      <dc:date>2016-03-26T12:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create link between Sales and Quota</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074759#M358656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please stop cluttering this site with duplicate discussions&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/210910"&gt;how to show sales Vs Quota&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/210935"&gt;How to show Sale Vs Quota&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/210972"&gt;'Detail Level'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I told you before in &lt;A href="https://community.qlik.com/thread/210935"&gt;How to show Sale Vs Quota&lt;/A&gt;‌&amp;nbsp; there is no relation between the sales persons and the sales orders. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2016 08:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074759#M358656</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-27T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create link between Sales and Quota</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074760#M358657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the data is provided in the same this manner only. Then tell me how is possible that quota can not be linked with table. Sorry to say but i have to find the way to make it linked with table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2016 13:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074760#M358657</guid>
      <dc:creator />
      <dc:date>2016-03-27T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create link between Sales and Quota</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074761#M358658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The information does not exist in the source data. So there is no way.&amp;nbsp; Unless your willing to present lies as results. In that case create a SalesPersonID field in the SalesOrderHeader table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, Ciel(Rand()*11)+274 as SalesPersonID FROM SalesOrderHeader.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create a SalesPersonID field as well in the load statement that load the quotes data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(SalesPersonID,Quotes,2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1 as QuarterStart, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Website,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [275], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [276], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [277], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [279], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [280], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [282], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [284], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [286], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [288], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [289], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [290]&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [quota.xlsx] (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will link your tables. And all based on completely fabricated nonsense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2016 14:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-link-between-Sales-and-Quota/m-p/1074761#M358658</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-27T14:28:43Z</dc:date>
    </item>
  </channel>
</rss>

