<?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: Link Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526913#M747798</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have one question.&amp;nbsp;I want to implement the same&amp;nbsp;scenario in my project using the table from the data model. How can do?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 10:05:39 GMT</pubDate>
    <dc:creator>Jacob</dc:creator>
    <dc:date>2019-01-07T10:05:39Z</dc:date>
    <item>
      <title>Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526752#M747794</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to create link tables same as shown in the image below.H ow can I do in script plz help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 645px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3118iA41EE29E64DC1556/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526752#M747794</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2024-11-16T04:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526758#M747795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Qlikview links table on field with the same name. So, use load inline in the load statement and you will get yours link table in the the table viewer (ctrl+T)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="P1.jpg" style="width: 565px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3119i81C1D5403812EF06/image-dimensions/565x339?v=v2" width="565" height="339" role="button" title="P1.jpg" alt="P1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 22:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526758#M747795</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-01-06T22:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526808#M747796</link>
      <description>&lt;P&gt;can you please share the script.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 05:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526808#M747796</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2019-01-07T05:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526845#M747797</link>
      <description>&lt;P&gt;Just use load inline in your load statement&lt;/P&gt;&lt;P&gt;SECTION_ACCESS:&lt;BR /&gt;LOAD *&lt;BR /&gt;&lt;BR /&gt;INLINE [&lt;BR /&gt;NTNAME, ACCESS, USERID,&lt;BR /&gt;Username1,ADMIN,1&lt;BR /&gt;Username2,USER,2&lt;BR /&gt;Username3,ADMIN,3&lt;BR /&gt;Username4,USER,4]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;USER_RIGHTS_LINK:&lt;BR /&gt;LOAD *&lt;BR /&gt;INLINE [&lt;BR /&gt;USERID,S.EmployeeID,E.EmployeeID&lt;BR /&gt;A,1,1&lt;BR /&gt;A,2,2&lt;BR /&gt;A,3,3&lt;BR /&gt;B,1,3&lt;BR /&gt;B,1,3&lt;BR /&gt;C,1,no&lt;BR /&gt;C,3,no&lt;BR /&gt;D,1,1&lt;BR /&gt;D,2,no&lt;BR /&gt;D,3,3&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;EMPLOYEE:&lt;BR /&gt;LOAD *&lt;BR /&gt;INLINE [&lt;BR /&gt;E.EmployeeID,Adress,Phone&lt;BR /&gt;1,Road,0899&lt;BR /&gt;2,Street,89668&lt;BR /&gt;3,City,68766&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;SALES:&lt;BR /&gt;LOAD *&lt;BR /&gt;INLINE [&lt;BR /&gt;S.EmployeeID, Value, Quantity&lt;BR /&gt;1,2500&lt;BR /&gt;2,1500&lt;BR /&gt;3,3500&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 07:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526845#M747797</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-01-07T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526913#M747798</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have one question.&amp;nbsp;I want to implement the same&amp;nbsp;scenario in my project using the table from the data model. How can do?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1526913#M747798</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2019-01-07T10:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1527247#M747799</link>
      <description>&lt;P&gt;It's a little fuzzy can you elaborate more please? What do you mean with "using the table from the data model. "&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 17:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/1527247#M747799</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-01-07T17:30:09Z</dc:date>
    </item>
  </channel>
</rss>

