<?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: Change Set Analysis Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562993#M482523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue in this case is that the Lagernr (Eng Trans. Warehouse nr) must match with different row types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example -&amp;gt; IOR.Lagernr&amp;nbsp; = the selected Lagernr (example 2000) and OrderRad.Lagernr = the selected Lagernr (2000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is what i am trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have also tried with the if clause, without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any further ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 11:46:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-07T11:46:30Z</dc:date>
    <item>
      <title>Change Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562991#M482521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have the following expression;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Lagernr={&lt;STRONG&gt;$(LagerNr)&lt;/STRONG&gt;}&amp;gt;} Lagernr.Lagersaldo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sum({$&amp;lt;OrderRad.Lagernr={$(LagerNr)}&amp;gt;} (-1*(mLEV_STAT-1)) * #FSG_ord_ant*mFSG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+Sum({$&amp;lt;IOR.Lagernr={$(LagerNr)}&amp;gt;} #FSG_ord_ant * mINK * ((mLEV_STAT-1)*-1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*avg(Artikel.Standardkalkyl)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wish to remove the variable and use only the field Lagernr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried with the following statement however recieve incorrect&amp;nbsp; value whereby it gives me the&lt;STRONG&gt; total of all Lagernr.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;i wish only for the &lt;STRONG&gt;selected Lagernr&lt;/STRONG&gt; to appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;&lt;STRONG&gt;Lagernr=&amp;gt;&lt;/STRONG&gt;} Lagernr.Lagersaldo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sum({$&amp;lt;OrderRad.Lagernr=&amp;gt;} (-1*(mLEV_STAT-1)) * #FSG_ord_ant*mFSG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+Sum({$&amp;lt;IOR.Lagernr=&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#FSG_ord_ant * mINK * ((mLEV_STAT-1)*-1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*avg(Artikel.Standardkalkyl)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 10:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562991#M482521</guid>
      <dc:creator />
      <dc:date>2013-08-07T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562992#M482522</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;if you want to allow the user to select a Lagernr and only display that one, just remove the &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;$&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Lagernr=&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;} clause which tells Qlikview to ignore the Lagernr selection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 11:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562992#M482522</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-08-07T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change Set Analysis Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562993#M482523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue in this case is that the Lagernr (Eng Trans. Warehouse nr) must match with different row types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example -&amp;gt; IOR.Lagernr&amp;nbsp; = the selected Lagernr (example 2000) and OrderRad.Lagernr = the selected Lagernr (2000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is what i am trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have also tried with the if clause, without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any further ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 11:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Set-Analysis-Expression/m-p/562993#M482523</guid>
      <dc:creator />
      <dc:date>2013-08-07T11:46:30Z</dc:date>
    </item>
  </channel>
</rss>

