<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1123085#M919304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write the expression for Inbound Units and Inbound Value.&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124249_Capture.PNG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As, in the script ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'IO' as [Type Indicator],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Trans Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; product_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as division_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ordered_quantity] as [Quantity],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [inbounds_value] as [Sales Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as&amp;nbsp; [Cost of Sales]&lt;/P&gt;&lt;P&gt;FROM [..\00 QVD Source\InboundOrders.qvd](qvd)&lt;/P&gt;&lt;P&gt;where fiscal_year = 2016&lt;/P&gt;&lt;P&gt;and fiscal_period=10&lt;/P&gt;&lt;P&gt;and product_key=160&amp;nbsp; &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;division_key is 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write the set analyis ignoring the division_key&amp;nbsp; as Inbound is not dependent on division_key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, the value is linked to NULL Main Division.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1123085#M919304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write the expression for Inbound Units and Inbound Value.&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124249_Capture.PNG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As, in the script ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'IO' as [Type Indicator],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Trans Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; product_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as division_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ordered_quantity] as [Quantity],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [inbounds_value] as [Sales Value],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as&amp;nbsp; [Cost of Sales]&lt;/P&gt;&lt;P&gt;FROM [..\00 QVD Source\InboundOrders.qvd](qvd)&lt;/P&gt;&lt;P&gt;where fiscal_year = 2016&lt;/P&gt;&lt;P&gt;and fiscal_period=10&lt;/P&gt;&lt;P&gt;and product_key=160&amp;nbsp; &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;division_key is 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write the set analyis ignoring the division_key&amp;nbsp; as Inbound is not dependent on division_key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, the value is linked to NULL Main Division.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1123085#M919304</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1123086#M919307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with the TOTAL qualifier. Not sure which fields need to be used based on your actual data, but I guess you can play around with it. So far I have this for you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; SUM({&amp;lt;[Type Indicator] = {'IO'} &amp;gt;} TOTAL [Sales Value])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 14:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1123086#M919307</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-11T14:14:05Z</dc:date>
    </item>
  </channel>
</rss>

