<?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: Can Pick(Match using in load script ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621335#M595357</link>
    <description>Hi Sir&lt;BR /&gt;&lt;BR /&gt;Thank you for your advise.&lt;BR /&gt;&lt;BR /&gt;Some one have already advise me , my issue is I need to remove the sum to make it work.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Sep 2019 22:57:56 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2019-09-07T22:57:56Z</dc:date>
    <item>
      <title>Can Pick(Match using in load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621286#M595355</link>
      <description>&lt;P&gt;&lt;BR /&gt;I get error on this script :- Sum([Row Total] * Pick(Match([Price Currency], 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD'), 1.64, (1/24), 1.25, 0.012, 1/24, 1)) as sales_n,&lt;/P&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have below scipt from expression it work fine :-&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sum(total_ar * Pick(Match(US_Cust_AR, 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD'), 1.64, (1/24), 1.25, 0.012, 1/24, 1))&lt;/P&gt;&lt;P&gt;I have convert it to become load script :-&lt;/P&gt;&lt;P&gt;Sum([Row Total] * Pick(Match([Price Currency], 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD'), 1.64, (1/24), 1.25, 0.012, 1/24, 1)) as sales_n,&lt;/P&gt;&lt;P&gt;May i know where go wrong on above above script ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 02:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621286#M595355</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-07T02:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can Pick(Match using in load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621326#M595356</link>
      <description>&lt;P&gt;You are not showing us the whole loaded statement, but I would guess be that you are aggregating in a load statement without a GROUP BY.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum([Row Total] * Pick(Match([Price Currency], 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD'), 1.64, (1/24), 1.25, 0.012, 1/24, 1)) as sales_n,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From&amp;nbsp; source &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Group by Dim1, Dim2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or you might want to skip the aggregation like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[Row Total] * Pick(Match([Price Currency], 'EUR', 'NT', 'USD', 'YEN', 'BAH', 'SGD'), 1.64, (1/24), 1.25, 0.012, 1/24, 1) as sales_n,&lt;/P&gt;&lt;P&gt;Dim1,&lt;/P&gt;&lt;P&gt;Dim2&lt;/P&gt;&lt;P&gt;From&amp;nbsp; source;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 16:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621326#M595356</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-07T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Pick(Match using in load script ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621335#M595357</link>
      <description>Hi Sir&lt;BR /&gt;&lt;BR /&gt;Thank you for your advise.&lt;BR /&gt;&lt;BR /&gt;Some one have already advise me , my issue is I need to remove the sum to make it work.&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Sep 2019 22:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-Pick-Match-using-in-load-script/m-p/1621335#M595357</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-07T22:57:56Z</dc:date>
    </item>
  </channel>
</rss>

