<?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 Using Multiple Table views - Qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982647#M14256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two views, which I wish to use within the qlik sense environment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one is DailyOrders, which is a view which brings back....Daily orders of every customer...and OrderDate are 01/01/2014, 02/01/2014 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other is MonthlyOrders which is a view which brings back....weekly orders of every customer ... and OrderDate are 01/01/2014, 01/02/2014 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these two tables have exactly the same fields names...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my current app and its charts contained within just looks at the MonthlyOrders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to now join the DailyOrders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand making a fact table will be best... but how&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 09:40:19 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2015-11-12T09:40:19Z</dc:date>
    <item>
      <title>Using Multiple Table views - Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982647#M14256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two views, which I wish to use within the qlik sense environment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one is DailyOrders, which is a view which brings back....Daily orders of every customer...and OrderDate are 01/01/2014, 02/01/2014 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other is MonthlyOrders which is a view which brings back....weekly orders of every customer ... and OrderDate are 01/01/2014, 01/02/2014 and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these two tables have exactly the same fields names...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my current app and its charts contained within just looks at the MonthlyOrders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to now join the DailyOrders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand making a fact table will be best... but how&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982647#M14256</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-12T09:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using Multiple Table views - Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982648#M14257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate view 1 with 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Daily" AS "OrderType",&lt;/P&gt;&lt;P&gt;rest of your fields...&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;FROM Daily Orders View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Monthly" AS "OrderType",&lt;/P&gt;&lt;P&gt;rest of your fields...&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;FROM Monthly Orders View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way all your order facts are sourced from one table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 10:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982648#M14257</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-11-12T10:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Multiple Table views - Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982649#M14258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue I have is the views are from a SQL server&lt;/P&gt;&lt;P&gt;adding "Monthly" AS "OrderType",&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I get an error... as you would is there a way of adding these fields manually in Qlik sense in without adding the to the SQL database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982649#M14258</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-12T12:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Multiple Table views - Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982650#M14259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Monthly' AS "OrderType", should do it in your data load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 13:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Multiple-Table-views-Qlik-sense/m-p/982650#M14259</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-11-12T13:32:05Z</dc:date>
    </item>
  </channel>
</rss>

