<?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 associate these 2 tables? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872914#M10074</link>
    <description>&lt;P&gt;Hi dear Anat and thank you for your help.&lt;/P&gt;
&lt;P&gt;I tried it and I replaced this line because I already have the file loaded in Qlik.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[..\Downloads\ABSENCES.csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have the error hereunder.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Calogero_0-1639820119981.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68878i48A3DB3CBCE4E924/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Calogero_0-1639820119981.png" alt="Calogero_0-1639820119981.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Dec 2021 09:36:48 GMT</pubDate>
    <dc:creator>Calogero</dc:creator>
    <dc:date>2021-12-18T09:36:48Z</dc:date>
    <item>
      <title>How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872651#M10072</link>
      <description>&lt;P&gt;Hi dear community,&lt;/P&gt;
&lt;P&gt;I have those 2 tables :&lt;/P&gt;
&lt;P&gt;1) Absences_types&lt;/P&gt;
&lt;TABLE width="300px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;Type_Absence&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Type_Absence_FR&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;P1&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Accident - 1st month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;P2&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Accident - 2nd-12th month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;P3&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Accident - After 1 year&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;A1&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Work Accident - 1st month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;A2&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Work Accident - After 1st month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;Z1&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Illness - 1st month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;Z2&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Illness - 2nd-12th month&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="107.125px"&gt;Z3&lt;/TD&gt;
&lt;TD width="191.875px"&gt;Illness - After 1 year&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Absences_FR (csv attached) (With Qty of Type_Absence and Frequency Type_Absnece)&lt;/P&gt;
&lt;P&gt;I'm sure that there is a link between them but I don't know how to associate them in Qlik Sense (Data Manager).&lt;/P&gt;
&lt;P&gt;Could you please help me ?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872651#M10072</guid>
      <dc:creator>Calogero</dc:creator>
      <dc:date>2021-12-17T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872890#M10073</link>
      <description>&lt;P&gt;test:&lt;/P&gt;
&lt;P&gt;crosstable(desc,name,12)&lt;BR /&gt;LOAD [Firm ID], &lt;BR /&gt;[Department ID], &lt;BR /&gt;[Category ID], &lt;BR /&gt;[Person ID], &lt;BR /&gt;Year, &lt;BR /&gt;Quarter, &lt;BR /&gt;Month, &lt;BR /&gt;Date, &lt;BR /&gt;Period,&lt;BR /&gt;Qty_Days_Worked, &lt;BR /&gt;Qty_Working_Days,&lt;BR /&gt;Qty_Illness_Days, &lt;BR /&gt;Qty_Z0_Days, &lt;BR /&gt;Qty_Z1_Days, &lt;BR /&gt;Qty_Z2_Days, &lt;BR /&gt;Qty_Z3_Days, &lt;BR /&gt;Qty_P0_Days, &lt;BR /&gt;Qty_P1_Days, &lt;BR /&gt;Qty_P2_Days, &lt;BR /&gt;Qty_P3_Days, &lt;BR /&gt;Qty_A1_Days, &lt;BR /&gt;Qty_A2_Days, &lt;BR /&gt;Freq_Z0_Days, &lt;BR /&gt;Freq_Z1_Days, &lt;BR /&gt;Freq_Z2_Days, &lt;BR /&gt;Freq_Z3_Daqs, &lt;BR /&gt;Freq_P0_Days, &lt;BR /&gt;Freq_P1_Days, &lt;BR /&gt;Freq_P2_Days, &lt;BR /&gt;Freq_P3_Days, &lt;BR /&gt;Freq_A1_Days, &lt;BR /&gt;Freq_A2_Days&lt;BR /&gt;FROM&lt;BR /&gt;[..\Downloads\ABSENCES.csv]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;noconcatenate&lt;BR /&gt;load * , subfield(desc,'_',2) as Type_Absence resident test;&lt;/P&gt;
&lt;P&gt;drop table test;&lt;/P&gt;
&lt;P&gt;exit script;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Dec 2021 08:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872890#M10073</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-18T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872914#M10074</link>
      <description>&lt;P&gt;Hi dear Anat and thank you for your help.&lt;/P&gt;
&lt;P&gt;I tried it and I replaced this line because I already have the file loaded in Qlik.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[..\Downloads\ABSENCES.csv]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have the error hereunder.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Calogero_0-1639820119981.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68878i48A3DB3CBCE4E924/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Calogero_0-1639820119981.png" alt="Calogero_0-1639820119981.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Dec 2021 09:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872914#M10074</guid>
      <dc:creator>Calogero</dc:creator>
      <dc:date>2021-12-18T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872960#M10075</link>
      <description>&lt;P&gt;Check your source file path..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Dec 2021 03:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872960#M10075</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-19T03:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872970#M10076</link>
      <description>&lt;P&gt;Hi, yes I did it and it works thank you.&lt;/P&gt;
&lt;P&gt;If I don't use data manager but only the script, the result would be the same?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Dec 2021 06:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1872970#M10076</guid>
      <dc:creator>Calogero</dc:creator>
      <dc:date>2021-12-19T06:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to associate these 2 tables?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1873731#M10077</link>
      <description>&lt;P&gt;Hi dear Anat,&lt;/P&gt;
&lt;P&gt;Find attached the test that I made. (Qvf)&lt;/P&gt;
&lt;P&gt;I don't know if it is the result reached.&lt;/P&gt;
&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 10:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-associate-these-2-tables/m-p/1873731#M10077</guid>
      <dc:creator>Calogero</dc:creator>
      <dc:date>2021-12-21T10:44:04Z</dc:date>
    </item>
  </channel>
</rss>

