<?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: Problem multiples data in tables Viewer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429523#M700408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, what are you trying to accomplish with the Join? or rather, what modification are you looking to do compared to the original dat file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 02:06:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-14T02:06:09Z</dc:date>
    <item>
      <title>Problem multiples data in tables Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429522#M700407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem in my tables viewer; so in my script.&lt;/P&gt;&lt;P&gt;This is my tables:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;FOR each vFile in filelist('$(vCheminData)FILE.DAT')&lt;BR /&gt; &lt;BR /&gt; TMP_WORKFLOW:&lt;BR /&gt; LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text([Division] &amp;amp; '-' &amp;amp; [Num]) AS %NumComplet,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [step Code] AS [Code Step],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Service Code] AS %CodeService&lt;BR /&gt;&amp;nbsp; FROM $(vFile) (txt, codepage is 1252, embedded labels, delimiter is ';', no quotes);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; D_WORKFLOW:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * INLINE %NumComplet;&lt;BR /&gt; JOIN(D_WORKFLOW) LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %NumComplet,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Step Code],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %CodeService&lt;BR /&gt; RESIDENT TMP_WORKFLOW;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; STORE D_WORKFLOW INTO '$(vCheminQVD)D_WF.qvd' (QVD);&lt;BR /&gt; DROP TABLE TMP_WORKFLOW;&lt;BR /&gt;NEXT vFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TMP_SERVICE:&lt;BR /&gt;&amp;nbsp; LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Code Service] AS %CodeService,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name Service],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Code Service] &amp;amp; ' - ' &amp;amp; [Name Service] AS Service&lt;BR /&gt;&amp;nbsp; FROM $(vFile) (txt, codepage is 1252, embedded labels, delimiter is ';', no quotes); // (.DAT)&lt;BR /&gt; &lt;BR /&gt; M_SERVICE:&lt;BR /&gt; LOAD * INLINE %CodeService;&lt;BR /&gt;&amp;nbsp; JOIN(M_SERVICE) LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %CodeService,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name Service],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESIDENT TMP_SERVICE;&lt;/P&gt;&lt;P&gt; STORE M_SERVICE INTO '$(vCheminQVD)M_SERVICE.qvd' (QVD);&lt;BR /&gt; DROP TABLE&amp;nbsp; TMP_SERVICE;&lt;BR /&gt;exit script;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, when i reload and open my tables viewer, i have like 200 times the same value if i make a right click on Services table....&lt;/P&gt;&lt;P&gt;And i should have only one value for each %CodeService.&lt;/P&gt;&lt;P&gt;I have this problem for each secondary tables with common key in my other files too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do yo see the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks by advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429522#M700407</guid>
      <dc:creator />
      <dc:date>2012-11-13T15:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem multiples data in tables Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429523#M700408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, what are you trying to accomplish with the Join? or rather, what modification are you looking to do compared to the original dat file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 02:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429523#M700408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem multiples data in tables Viewer</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429524#M700409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Tmp tables are for the modifications and the normal tables are for the finised tables. I'm trying to separate the table Service, who is usually in the workflow table; because it's a key, i need to reduce to the maximum the main table so WORKFLOW and have all secondary tables with the same kind of informations, so here: the service code, the service name, and the service (code + name). So i have to separate it like this ... If I don't use the &lt;/P&gt;&lt;P&gt;LOAD * INLINE 'table';&lt;/P&gt;&lt;P&gt;&amp;nbsp; JOIN('table') LOAD&lt;/P&gt;&lt;P&gt;It doesn't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 08:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-multiples-data-in-tables-Viewer/m-p/429524#M700409</guid>
      <dc:creator />
      <dc:date>2012-11-14T08:01:47Z</dc:date>
    </item>
  </channel>
</rss>

