<?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 2 Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704437#M254032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. sheet4-2 : tbl-trans_medical&lt;/P&gt;&lt;P&gt;2. sheet4&amp;nbsp;&amp;nbsp;&amp;nbsp; : tbl_bmedical&lt;/P&gt;&lt;P&gt;3. sheet4-1 ; tbl_personal&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;jri: integer&lt;/P&gt;&lt;P&gt;jrj:integre&lt;/P&gt;&lt;P&gt;tgl_klaim: date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I want to know growth every person using&lt;STRONG&gt; jri&lt;/STRONG&gt; and &lt;STRONG&gt;jrj&lt;/STRONG&gt; on tgl klaim&lt;/P&gt;&lt;P&gt;if i coding in mysql this &lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;select year(tgl_klaim) as yearclaim, month(tgl_klaim) as monthclaim, sum(jri), sum(jrj) from tbl_trans_medical tt group by year(tgl_klaim), month(tgl_klaim) order by year(tgl_klaim), month(tgl_klaim)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if i select one of person then display budget medical from tbl_bmedical ( brjalan, brinap), &lt;/P&gt;&lt;P&gt;so i must join that tbl_bmedical + tbl_personal+tbl_trans_medical ( like master detail data) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your attention &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 03:09:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-17T03:09:03Z</dc:date>
    <item>
      <title>Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704428#M254023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;thank for your attention&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have data on mysql, 2 table&lt;/P&gt;&lt;P&gt;1. tbl_personal, key ; id_emp&amp;nbsp; { id_emp,name}&lt;/P&gt;&lt;P&gt;2. tbl_trans_medical,&amp;nbsp; { id_emp,date_med,jri,jrj}&lt;/P&gt;&lt;P&gt;3. tbl_bmedical { id_emp, budget_jri, budget_jrj, budget_year}&lt;/P&gt;&lt;P&gt;jri&amp;nbsp; &amp;amp; jrj : integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to select 3 tables, but i still confuse if using qlikview&lt;/P&gt;&lt;P&gt;&lt;EM&gt;in code mysql : &lt;STRONG&gt;select * from tbl_personal tp, tbl_trans_medical tt, tbl_bMedical tb where tp.id_emp=tt.id_emp and tp.id_emp=tb.id_emp&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;now i want to load in qlikview&amp;nbsp; , in order to :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1. want to know sum jri dan jrj ever year group by id_emp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. chart progress using budget medical&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Akhrikas Andrias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 03:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704428#M254023</guid>
      <dc:creator />
      <dc:date>2014-09-16T03:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704429#M254024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just load the 3 tables in qlikview and the association will be automatically made on fields with the same name. &lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;tbl_personal:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; id_emp,name&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL SELECT * FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;tbl_personal&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;tbl_trans_medical&lt;/SPAN&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;id_emp,date_med,jri,jrj&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL SELECT * FROM &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;tbl_trans_medical&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;tbl_bmedical &lt;/SPAN&gt;:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;id_emp, budget_jri, budget_jrj, budget_year&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;SQL SELECT * FROM &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;tbl_bmedical &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Once the data is loaded with the script, you can add calculations and charts.&lt;/P&gt;&lt;P&gt;If you upload your data, I can provide you with an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 03:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704429#M254024</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-16T03:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704430#M254025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrias,&lt;/P&gt;&lt;P&gt;It seems that you have ID_Emp as key for all.&lt;/P&gt;&lt;P&gt;You can use the concept suggested above&amp;nbsp; and the association will work fine.&lt;/P&gt;&lt;P&gt;You need to do other changes and other key if your requirement uses some other functianality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704430#M254025</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-16T04:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704431#M254026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to upload my data?&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704431#M254026</guid>
      <dc:creator />
      <dc:date>2014-09-16T04:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704432#M254027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can upload files with advanced editor (use button in the right upper corner when you reply).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704432#M254027</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-16T04:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704433#M254028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i have id_emp for 3 tables, but primary key just on tbl_personal &lt;/P&gt;&lt;P&gt;- tbl_personal ( table personal employee)&lt;/P&gt;&lt;P&gt;- tbl_trans_medical ( table transaction of medical every month)&lt;/P&gt;&lt;P&gt;- tbl_bmedical ( table budget medical for 1 year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to join that table , inorder to know about sum of jri and jrj every person &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704433#M254028</guid>
      <dc:creator />
      <dc:date>2014-09-16T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704434#M254029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i still not found that button, &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, i want to send to your mail, but your mail not appear, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 04:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704434#M254029</guid>
      <dc:creator />
      <dc:date>2014-09-16T04:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select 2 Table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704437#M254032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks before,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. sheet4-2 : tbl-trans_medical&lt;/P&gt;&lt;P&gt;2. sheet4&amp;nbsp;&amp;nbsp;&amp;nbsp; : tbl_bmedical&lt;/P&gt;&lt;P&gt;3. sheet4-1 ; tbl_personal&lt;/P&gt;&lt;P&gt;-----------&lt;/P&gt;&lt;P&gt;jri: integer&lt;/P&gt;&lt;P&gt;jrj:integre&lt;/P&gt;&lt;P&gt;tgl_klaim: date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I want to know growth every person using&lt;STRONG&gt; jri&lt;/STRONG&gt; and &lt;STRONG&gt;jrj&lt;/STRONG&gt; on tgl klaim&lt;/P&gt;&lt;P&gt;if i coding in mysql this &lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;select year(tgl_klaim) as yearclaim, month(tgl_klaim) as monthclaim, sum(jri), sum(jrj) from tbl_trans_medical tt group by year(tgl_klaim), month(tgl_klaim) order by year(tgl_klaim), month(tgl_klaim)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if i select one of person then display budget medical from tbl_bmedical ( brjalan, brinap), &lt;/P&gt;&lt;P&gt;so i must join that tbl_bmedical + tbl_personal+tbl_trans_medical ( like master detail data) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your attention &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 03:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-2-Table/m-p/704437#M254032</guid>
      <dc:creator />
      <dc:date>2014-09-17T03:09:03Z</dc:date>
    </item>
  </channel>
</rss>

