<?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 connection table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406220#M699449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i load the script and select ticketnr he shows me all off the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he must show the products they are sold&amp;nbsp; on this ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ticket si the key to show sitename products odredate etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 18:45:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-04T18:45:39Z</dc:date>
    <item>
      <title>Problem connection table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406218#M699444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with connection to the differnt table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many cash system in our country sending files to our global system, every night makes this system a xml file see attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This xml file import every day to qlikview kassa demo see attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that the connnection to the different table not work, the ticketnumber must show the site ( cash system) oderdate, time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can't change the xml &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me to use the correct settings in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 17:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406218#M699444</guid>
      <dc:creator />
      <dc:date>2012-12-04T17:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connection table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406219#M699447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Date#(OrderDate,'YYYYMMDD') AS OrderDate&lt;/P&gt;&lt;P&gt; for the OrderDate field in the Ticket table.&lt;/P&gt;&lt;P&gt;You had done for the order table but missed to do it in the Ticket table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 18:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406219#M699447</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-12-04T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connection table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406220#M699449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i load the script and select ticketnr he shows me all off the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he must show the products they are sold&amp;nbsp; on this ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ticket si the key to show sitename products odredate etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 18:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406220#M699449</guid>
      <dc:creator />
      <dc:date>2012-12-04T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connection table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406221#M699451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't join the two tables on order date since many tickets have the same date. So you get a many-to-many join. You need to rename Orderdate to something like Ticketdate in the ticket table and uncomment the %Key_Ticket... field so it joins correctly with Orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ticket:&lt;/P&gt;&lt;P&gt;LOAD Date#(Date,'YYYYMMDD')&amp;nbsp; as TicketDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TicketNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CentNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CentName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SiteNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SiteName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotTicket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tot2Pay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reprint,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2Table,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Void,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChkDiscTot,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChkTotal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccKind,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AccName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TableNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paymode/PayLine/PaymNr] as PaymNr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paymode/PayLine/PaymName] as PaymName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paymode/PayLine/Qty] as [PayLine/Qty],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Paymode/PayLine/Value] as Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %Key_Ticket_369F651F33B57014&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM [..\..\..\..\qlikview\nieuwe export hq\FX20121103.xml] (XmlSimple, Table is [Tickets/Ticket]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 19:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406221#M699451</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-04T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connection table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406222#M699453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see i am a beginner with stupid mistake's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 21:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-connection-table/m-p/406222#M699453</guid>
      <dc:creator />
      <dc:date>2012-12-04T21:14:08Z</dc:date>
    </item>
  </channel>
</rss>

