<?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: Load script is not bringing in table information as expected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893168#M73662</link>
    <description>&lt;P&gt;You are right, the third step isn't necessary. I have tried so many different ways to solve this issue and ended up with that but I think my first attempt was inline with your recommendation.&lt;/P&gt;
&lt;P&gt;I have tried your solution and I'm getting the same result.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 14:25:04 GMT</pubDate>
    <dc:creator>Ken_Hardwick</dc:creator>
    <dc:date>2022-02-15T14:25:04Z</dc:date>
    <item>
      <title>Load script is not bringing in table information as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893124#M73652</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am sruggling to figure why the below load script will not bring in pickers names as expected.&lt;/P&gt;
&lt;P&gt;Picking_information:&lt;BR /&gt;Load Right(SalesOrder,6) AS [Sales order number],&lt;BR /&gt;Date#(DATE(PickDate, 'DD/MM/YYYY'), 'DD/MM/YYYY') AS [Pick date],&lt;BR /&gt;ScanUserID AS [Picker ID];&lt;BR /&gt;SQL SELECT SalesOrder,&lt;BR /&gt;PickDate,&lt;BR /&gt;ScanUserID&lt;BR /&gt;FROM "TL_Select_A".dbo."tbl_Picking_Log";&lt;/P&gt;
&lt;P&gt;Picker_information:&lt;BR /&gt;Load ID AS [Picker ID],&lt;BR /&gt;FIRST_NAME AS [Picker name];&lt;BR /&gt;SQL SELECT ID,&lt;BR /&gt;FIRST_NAME&lt;BR /&gt;FROM "TL_Select_A".dbo."APP_USER";&lt;/P&gt;
&lt;P&gt;Left Join (Picking_information)&lt;BR /&gt;Load [Picker ID],&lt;BR /&gt;[Picker name]&lt;BR /&gt;Resident Picker_information;&lt;BR /&gt;Drop table Picker_information;&lt;/P&gt;
&lt;P&gt;Below is the table from the model viewer where I would expect to see a name.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ken_Hardwick_0-1644931019791.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72319iBB73EB313B807580/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ken_Hardwick_0-1644931019791.png" alt="Ken_Hardwick_0-1644931019791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893124#M73652</guid>
      <dc:creator>Ken_Hardwick</dc:creator>
      <dc:date>2022-02-15T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load script is not bringing in table information as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893130#M73655</link>
      <description>&lt;P&gt;You might be having a concatenation issue on the third load, not sure if that'd be the case. Third step doesn't seem necessary here, try:&lt;/P&gt;
&lt;P&gt;Picking_information:&lt;BR /&gt;Load Right(SalesOrder,6) AS [Sales order number],&lt;BR /&gt;Date#(DATE(PickDate, 'DD/MM/YYYY'), 'DD/MM/YYYY') AS [Pick date],&lt;BR /&gt;ScanUserID AS [Picker ID];&lt;BR /&gt;SQL SELECT SalesOrder,&lt;BR /&gt;PickDate,&lt;BR /&gt;ScanUserID&lt;BR /&gt;FROM "TL_Select_A".dbo."tbl_Picking_Log";&lt;/P&gt;
&lt;P&gt;Left Join&lt;BR /&gt;Load ID AS [Picker ID],&lt;BR /&gt;FIRST_NAME AS [Picker name];&lt;BR /&gt;SQL SELECT ID,&lt;BR /&gt;FIRST_NAME&lt;BR /&gt;FROM "TL_Select_A".dbo."APP_USER";&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 13:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893130#M73655</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-02-15T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load script is not bringing in table information as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893168#M73662</link>
      <description>&lt;P&gt;You are right, the third step isn't necessary. I have tried so many different ways to solve this issue and ended up with that but I think my first attempt was inline with your recommendation.&lt;/P&gt;
&lt;P&gt;I have tried your solution and I'm getting the same result.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893168#M73662</guid>
      <dc:creator>Ken_Hardwick</dc:creator>
      <dc:date>2022-02-15T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load script is not bringing in table information as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893212#M73671</link>
      <description>&lt;P&gt;Some other things to check:&lt;/P&gt;
&lt;P&gt;* The ID column has the same datatype on both sides (if not, explicitly format them to be the same datatype)&lt;/P&gt;
&lt;P&gt;* There is actually a matching picker name for the IDs in question&lt;/P&gt;
&lt;P&gt;* There are no other fields/selections that might potentially impact this join&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 15:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893212#M73671</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-02-15T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load script is not bringing in table information as expected</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893393#M73679</link>
      <description>&lt;P&gt;Thanks for those suggestions. The datatype turned out to be the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 21:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-is-not-bringing-in-table-information-as-expected/m-p/1893393#M73679</guid>
      <dc:creator>Ken_Hardwick</dc:creator>
      <dc:date>2022-02-15T21:31:04Z</dc:date>
    </item>
  </channel>
</rss>

