<?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 Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958592#M974519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try pick &amp;amp; match instead of If &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(pick(match(Duty_Free_Flag,'Y','N'),&lt;/P&gt;&lt;P&gt;sum(Land_Cost +ActLand_Cost)*sum(Quantity),&lt;/P&gt;&lt;P&gt;sum((Land_Cost +[Stock Landed Cost])*(Quantity)))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;+ (sum(Quantity * Land_Cost)+sum(Tot_Duty))) - sum(Tot_Duty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 12:17:58 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-09-02T12:17:58Z</dc:date>
    <item>
      <title>Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958587#M974514</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;Need Below Logic in set analysis..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if(Duty_Free_Flag = 'Y',(sum(Land_Cost +ActLand_Cost)*sum(Quantity)), if(Duty_Free_Flag = 'N',(sum((Land_Cost +[Stock Landed Cost])*(Quantity))))) + (sum(Quantity * Land_Cost)+sum(Tot_Duty))) - sum(Tot_Duty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 11:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958587#M974514</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-09-02T11:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958588#M974515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Duty_Free_Flag = 'Y',((sum(Land_Cost) + sum(ActLand_Cost))*sum(Quantity)) + ((sum(Quantity) * sum(Land_Cost)+ sum(Tot_Duty)) - sum(Tot_Duty)), &lt;/P&gt;&lt;P&gt;if(Duty_Free_Flag = 'N',((sum(Land_Cost) + sum([Stock Landed Cost]))* sum(Quantity)) + ((sum(Quantity) * sum(Land_Cost)+ sum(Tot_Duty)) - sum(Tot_Duty))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 11:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958588#M974515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958589#M974516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a logic branch. Set analysis is for&amp;nbsp; filtering, not for branching the expression. You have no filters in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis is not 42*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*See Hitchhikers Guide to the Galaxy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958589#M974516</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-02T12:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958590#M974517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I need total Amount After this Expression, but when I am using it not getting Final Amount as total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958590#M974517</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-09-02T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958591#M974518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not saying your expression is correct, I am saying that set analysis is not the answer.&lt;/P&gt;&lt;P&gt;Have you checked your parentheses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your qvw or a representative sample with the value you expect from the expression for more detailed help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958591#M974518</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-02T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958592#M974519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try pick &amp;amp; match instead of If &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(pick(match(Duty_Free_Flag,'Y','N'),&lt;/P&gt;&lt;P&gt;sum(Land_Cost +ActLand_Cost)*sum(Quantity),&lt;/P&gt;&lt;P&gt;sum((Land_Cost +[Stock Landed Cost])*(Quantity)))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;+ (sum(Quantity * Land_Cost)+sum(Tot_Duty))) - sum(Tot_Duty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958592#M974519</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-09-02T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958593#M974520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For revert but I am not getting Total for the same, I don't want to select any field to get result..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help/m-p/958593#M974520</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-09-02T12:27:35Z</dc:date>
    </item>
  </channel>
</rss>

