<?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 Expression convert to Load script become not working ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621305#M595305</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have a load script which i mark // which is not working.&lt;/P&gt;&lt;P&gt;sales:&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Row Total],&lt;BR /&gt;[Price Currency],&lt;BR /&gt;[Price Currency] as CURRENCY,&lt;BR /&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,&lt;BR /&gt;Quantity AS [quantity],&lt;BR /&gt;[Manufacturer Name (Brand)] AS BRAND_RAW,&lt;BR /&gt;[Manufacturer Name (Brand)] AS BRAND_,&lt;BR /&gt;Date( Date#([Posting Date], 'DD.MM.YY'), 'DD/YY/YYY') as [date],&lt;BR /&gt;[Product Code] AS PRO_CLASS&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Paul Yeo\Dropbox\QLIK_SAP\DEVELOPMENT_QV\ask\TDS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is TDS);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When i apply below expression at Table 1 it work fine :-&lt;BR /&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))&lt;BR /&gt;&lt;BR /&gt;Hope some one can share with me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Sep 2019 07:40:22 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2019-09-07T07:40:22Z</dc:date>
    <item>
      <title>Expression convert to Load script become not working ?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621305#M595305</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have a load script which i mark // which is not working.&lt;/P&gt;&lt;P&gt;sales:&lt;BR /&gt;LOAD&lt;BR /&gt;'PMC' as SOURCE,&lt;BR /&gt;[Row Total],&lt;BR /&gt;[Price Currency],&lt;BR /&gt;[Price Currency] as CURRENCY,&lt;BR /&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,&lt;BR /&gt;Quantity AS [quantity],&lt;BR /&gt;[Manufacturer Name (Brand)] AS BRAND_RAW,&lt;BR /&gt;[Manufacturer Name (Brand)] AS BRAND_,&lt;BR /&gt;Date( Date#([Posting Date], 'DD.MM.YY'), 'DD/YY/YYY') as [date],&lt;BR /&gt;[Product Code] AS PRO_CLASS&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Paul Yeo\Dropbox\QLIK_SAP\DEVELOPMENT_QV\ask\TDS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is TDS);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When i apply below expression at Table 1 it work fine :-&lt;BR /&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))&lt;BR /&gt;&lt;BR /&gt;Hope some one can share with me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 07:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621305#M595305</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-07T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression convert to Load script become not working ?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621306#M595306</link>
      <description>&lt;P&gt;Hi All Enclosed my QVW for your ref.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 07:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621306#M595306</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-07T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression convert to Load script become not working ?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621314#M595307</link>
      <description>&lt;P&gt;Sum() is an aggregatet function and you will need to point out over which dimensions you want to do the aggregation with a GROUP&amp;nbsp; BY .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that you don't need the sum. Try this instead:&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,&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 10:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621314#M595307</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-07T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression convert to Load script become not working ?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621322#M595308</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;thsnk you very much it work now&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 13:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621322#M595308</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-07T13:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression convert to Load script become not working ?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621323#M595309</link>
      <description>&lt;P&gt;Thats sounds great.&lt;/P&gt;&lt;P&gt;Glad to help.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 15:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-convert-to-Load-script-become-not-working/m-p/1621323#M595309</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-07T15:25:28Z</dc:date>
    </item>
  </channel>
</rss>

