<?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 After convert inline load to load by excel , Field on Rate not link to sales Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698531#M592431</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below load script , work fine :-&lt;/P&gt;&lt;P&gt;// Section (A)load change rate table&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;SOURCE,Currency,Rate&lt;BR /&gt;TPG,RM,2.4&lt;BR /&gt;TDT,THAI,25&lt;BR /&gt;TDS,SG,1&lt;BR /&gt;ADL,SG,1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;// Section (B) Load sales data table&lt;/P&gt;&lt;P&gt;sales:&lt;BR /&gt;LOAD&lt;BR /&gt;Date#(date_inv, 'D/M/YYYY') AS date,&lt;BR /&gt;LineSalesAmount,&lt;BR /&gt;profit_amt,&lt;BR /&gt;inv_no,&lt;BR /&gt;BRAND,&lt;BR /&gt;company,&lt;BR /&gt;SOURCE,&lt;BR /&gt;sbu,&lt;BR /&gt;ODSE&lt;BR /&gt;&lt;BR /&gt;INLINE [date_inv, LineSalesAmount,profit_amt,inv_no,BRAND,company,sbu,ODSE,SOURCE&lt;BR /&gt;14/1/2020, 1,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TDS&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TPG&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TDT&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,ADL&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When i replace Section (A) load script with excel table below :-&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD SOURCE,&lt;BR /&gt;Currency,&lt;BR /&gt;Rate,&lt;BR /&gt;Rate_,&lt;BR /&gt;date_t&lt;BR /&gt;FROM&lt;BR /&gt;Map_Rate.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;The Currency and Rate field from Excel table cannot link with sales Table.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;Hope you can advise me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 03 May 2020 09:54:47 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2020-05-03T09:54:47Z</dc:date>
    <item>
      <title>After convert inline load to load by excel , Field on Rate not link to sales Table</title>
      <link>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698531#M592431</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below load script , work fine :-&lt;/P&gt;&lt;P&gt;// Section (A)load change rate table&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;SOURCE,Currency,Rate&lt;BR /&gt;TPG,RM,2.4&lt;BR /&gt;TDT,THAI,25&lt;BR /&gt;TDS,SG,1&lt;BR /&gt;ADL,SG,1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;// Section (B) Load sales data table&lt;/P&gt;&lt;P&gt;sales:&lt;BR /&gt;LOAD&lt;BR /&gt;Date#(date_inv, 'D/M/YYYY') AS date,&lt;BR /&gt;LineSalesAmount,&lt;BR /&gt;profit_amt,&lt;BR /&gt;inv_no,&lt;BR /&gt;BRAND,&lt;BR /&gt;company,&lt;BR /&gt;SOURCE,&lt;BR /&gt;sbu,&lt;BR /&gt;ODSE&lt;BR /&gt;&lt;BR /&gt;INLINE [date_inv, LineSalesAmount,profit_amt,inv_no,BRAND,company,sbu,ODSE,SOURCE&lt;BR /&gt;14/1/2020, 1,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TDS&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TPG&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,TDT&lt;BR /&gt;14/2/2020, 2,4,1235 ,YASKAWA,JCS,AP_SBU,AP,ADL&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When i replace Section (A) load script with excel table below :-&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD SOURCE,&lt;BR /&gt;Currency,&lt;BR /&gt;Rate,&lt;BR /&gt;Rate_,&lt;BR /&gt;date_t&lt;BR /&gt;FROM&lt;BR /&gt;Map_Rate.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;The Currency and Rate field from Excel table cannot link with sales Table.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;Hope you can advise me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 09:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698531#M592431</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-05-03T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: After convert inline load to load by excel , Field on Rate not link to sales Table</title>
      <link>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698533#M592432</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;use inline load , it will display Rate and currency.&amp;nbsp; see below table :-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ok rate.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32842i37920340614AEDA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ok rate.png" alt="ok rate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below table when i load Excel table . Rate and Currency not display :-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="not ok rate.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32841i37A749C549652641/image-size/large?v=v2&amp;amp;px=999" role="button" title="not ok rate.png" alt="not ok rate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 10:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698533#M592432</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-05-03T10:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: After convert inline load to load by excel , Field on Rate not link to sales Table</title>
      <link>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698552#M592433</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;i just found out it is due to SOURCE field value in excel and in line load are different. now work fine.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 11:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/After-convert-inline-load-to-load-by-excel-Field-on-Rate-not/m-p/1698552#M592433</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-05-03T11:42:58Z</dc:date>
    </item>
  </channel>
</rss>

