<?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: separate the database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936715#M955012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thanks for your answer its help me in other thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 09:41:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-19T09:41:28Z</dc:date>
    <item>
      <title>separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936709#M955006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; I have 5 database and I want to make table in QlikView for these 5 dates, so when i select 2010 i want to view all data which related to 2010.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105990_Untitled.png" style="height: auto; width: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/105991_2.png" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936709#M955006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936710#M955007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Mohammed,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;My suggestion is to create a master calendar. I just take the collect date as key field in the table. Copy paste the below script in below your script. After reload the table will link with the Table and you can do selections.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MasterCalendar:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; collectDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(collectDate) AS Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day(%Date) As Day,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week(collectDate) As Week,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(%Date) As Month,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(collectDate) / 3) AS Quarter,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(collectDate) AS Year&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT TableName; // You didnt mention any table name. Modify as per your need.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Or simply create a list box like below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105992_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936710#M955007</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-19T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936711#M955008</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;While loading into Qlikview add a flag for each DB table say DB_Select and asign values as &lt;/P&gt;&lt;P&gt;Access2010 -&amp;gt; DB_Select=2010&lt;/P&gt;&lt;P&gt;Access2011 -&amp;gt; DB_Select=2011&lt;/P&gt;&lt;P&gt;Access2012 -&amp;gt; DB_Select=2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936711#M955008</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2015-11-19T07:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936712#M955009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain more please, I'm new to qlikview.&lt;/P&gt;&lt;P&gt;I have a big database not only the data on the picture.. and there is duplication with it.&lt;/P&gt;&lt;P&gt;i want to select date 2010 from table and get only the data which related to 2010.&lt;/P&gt;&lt;P&gt;or if i can make a table contain access2010, &lt;SPAN style="font-size: 13.3333px;"&gt;access2011, &lt;SPAN style="font-size: 13.3333px;"&gt;access2012,.. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;so once i select access2010 i need to view the data which related to access2010.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sorry for bad english.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936712#M955009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936713#M955010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my solution.? What issue you are facing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936713#M955010</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-19T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936714#M955011</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;Try loading as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, '2010' as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DB_Select;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;select * from Access2010;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *, '2011' as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DB_Select;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;select * from Access2011; ......&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;by loading that, u can use DB_Select as the filter to present the data for respective DB i.e if u select 2010 it will present the 2010 data&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SK&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 08:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936714#M955011</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2015-11-19T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: separate the database</title>
      <link>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936715#M955012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes thanks for your answer its help me in other thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 09:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/separate-the-database/m-p/936715#M955012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T09:41:28Z</dc:date>
    </item>
  </channel>
</rss>

