<?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: set Analysis Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816891#M1023078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if( [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Destination ClientID] &amp;lt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ClientID ,sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 10:09:53 GMT</pubDate>
    <dc:creator>simsondevadoss</dc:creator>
    <dc:date>2015-03-17T10:09:53Z</dc:date>
    <item>
      <title>set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816889#M1023075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;hey ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem in how to write the following expression :&lt;/P&gt;&lt;P&gt;i have two field first one is the 'clientID' and the seconde field is the 'Destination ClientID'.&lt;/P&gt;&lt;P&gt;there is a transfer of produts between the 'clientID' and the 'Destination ClientID' , i need to calculate the Sum of Products transfered but with condition that the 'Destination ClientID' should be Different then The ClientID (to disregard the transfer between the sameIDs) i need to calculate id without using&amp;nbsp; a Variable if it's Possible .&lt;/P&gt;&lt;P&gt;Help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 08:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816889#M1023075</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-17T08:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816890#M1023077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe a sum/count if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if (client1&amp;lt;&amp;gt; client2, product))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816890#M1023077</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-17T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816891#M1023078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if( [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Destination ClientID] &amp;lt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ClientID ,sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;product))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816891#M1023078</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2015-03-17T10:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816892#M1023079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Please Try this Expression and let me Know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(Sum(Product)&amp;lt;&amp;gt; [client ID] , [Destination ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;if(Sum(Product)&amp;lt; [client ID] , [Destination ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816892#M1023079</guid>
      <dc:creator />
      <dc:date>2015-03-17T10:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816893#M1023080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Navven,&lt;/P&gt;&lt;P&gt;this is wut exactly worked with me&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Document: &lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="4563" data-objecttype="102" href="https://community.qlik.com/docs/DOC-4563"&gt;set_analysis_intra-record.qvw&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis-Expression/m-p/816893#M1023080</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-03-17T12:10:03Z</dc:date>
    </item>
  </channel>
</rss>

