<?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 How to insert eXCHANGE field into my SET analysis ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933678#M648626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have using load script to create a field name eXP :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=100 and [Reporting Code]&amp;lt;=374,'eXP') as [eXP],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i make use of the expression to plot the eXP amount chart , it work fine :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"}&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i create another load script field name eXCHANGE :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=175 and [Reporting Code]&amp;lt;=175,'cXCHANGE'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) as [eXCHANGE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i like to insert eXCHANGE into below script :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"}&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Try below , cannot work&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eXCHANGE='eXCHANGE'&lt;/SPAN&gt;&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 05:26:52 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2015-10-21T05:26:52Z</dc:date>
    <item>
      <title>How to insert eXCHANGE field into my SET analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933678#M648626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have using load script to create a field name eXP :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=100 and [Reporting Code]&amp;lt;=374,'eXP') as [eXP],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i make use of the expression to plot the eXP amount chart , it work fine :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"}&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i create another load script field name eXCHANGE :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Reporting Code]&amp;gt;=175 and [Reporting Code]&amp;lt;=175,'cXCHANGE'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) as [eXCHANGE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i like to insert eXCHANGE into below script :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"}&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Try below , cannot work&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eXCHANGE='eXCHANGE'&lt;/SPAN&gt;&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 05:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933678#M648626</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-21T05:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert eXCHANGE field into my SET analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933679#M648627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the eXCHANGE in the constant to cXCHANGE or vise versa there seems to be a mis-spelling of some sort:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either this statement has to be changed from this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Reporting Code]&amp;gt;=175 and [Reporting Code]&amp;lt;=175,'&lt;SPAN style="color: #ff0000;"&gt;c&lt;/SPAN&gt;XCHANGE'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;) as [eXCHANGE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Reporting Code]&amp;gt;=175 and [Reporting Code]&amp;lt;=175,'&lt;SPAN style="color: #ff0000;"&gt;e&lt;/SPAN&gt;XCHANGE'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) as [eXCHANGE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has to be changed from this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;eXP={"eXP"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eXCHANGE='&lt;SPAN style="color: #ff0000;"&gt;e&lt;/SPAN&gt;XCHANGE'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}Amount)/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;eXP={"eXP"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eXCHANGE='&lt;SPAN style="color: #ff0000;"&gt;c&lt;/SPAN&gt;XCHANGE'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}Amount)/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 05:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933679#M648627</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-21T05:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert eXCHANGE field into my SET analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933680#M648629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have the amount for those in one categorie AND the other:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eXCHANGE={'eXCHANGE'}&lt;/SPAN&gt;&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have the amount for those in one categorie OR the other:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;eXP={"eXP"}&amp;gt;+&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eXCHANGE={'eXCHANGE'}&lt;/SPAN&gt;&amp;gt;}Amount)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 05:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933680#M648629</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2015-10-21T05:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert eXCHANGE field into my SET analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933681#M648631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;eXP={"eXP"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eXCHANGE={'eXCHANGE'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}Amount)/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You missed the parenthesis for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eXCHANGE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 06:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933681#M648631</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-10-21T06:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert eXCHANGE field into my SET analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933682#M648634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌HI All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thank for all sharing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will try out tomorrow &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 06:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-eXCHANGE-field-into-my-SET-analysis/m-p/933682#M648634</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-10-22T06:49:25Z</dc:date>
    </item>
  </channel>
</rss>

