<?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 Selection on Set Analysis Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-on-Set-Analysis-Values/m-p/161447#M503864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2 style="font-weight: bold"&gt;OR&lt;/H2&gt;&lt;P&gt;Can anyone help me to write the opposite of the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;1. Revolver = Count({$&amp;lt;AIF = {P} , TXN_MainType = {Interest} , LoadDay_Active = {$(#=ReportDay)}&amp;gt;} AIF)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Total = Revolver (80) + Transactor (20)&lt;BR /&gt;Total = 100 = 80:20&lt;BR /&gt;&lt;BR /&gt;I have two variables Revolver and Transactor as mention in the code. both of them are inversely proportional to each other. &lt;BR /&gt;&lt;BR /&gt;I got the correct value for revolver but i couldn't get the inverse of it for transactor. I tried below code but it's not working. &lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;H4&gt;2. Transactor= Count({$&amp;lt;AIF = {P} , &lt;B&gt;~&lt;/B&gt;TXN_MainType = {Interest} , LoadDay_Active = {$(#=ReportDay)}&amp;gt;} AIF)&lt;/H4&gt;&lt;PRE style="margin:0px;"&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Below is the code which works for Transactor but i cant make selection on it... &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;2. Transactor = Count({$&amp;lt;AIF = {P}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF)) - Count({$&amp;lt;AIF = {P}, TXN_MainType = {Interest}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help me on this&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 22:21:03 GMT</pubDate>
    <dc:creator>shumailh</dc:creator>
    <dc:date>2009-11-24T22:21:03Z</dc:date>
    <item>
      <title>Selection on Set Analysis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-Set-Analysis-Values/m-p/161446#M503863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to see the trend on set analysis value but i couldn't figure out how to make selection on it. Below are the two expression on which i applied set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;1. Revolver = Count({$&amp;lt;AIF = {P} , TXN_MainType = {Interest} , LoadDay_Active = {$(#=ReportDay)}&amp;gt;} AIF)&lt;BR /&gt;2. Transactor = Count({$&amp;lt;AIF = {P}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF)) - Count({$&amp;lt;AIF = {P}, TXN_MainType = {Interest}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF))&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Can we make selection on expression "2. Transactor"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2009 14:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-Set-Analysis-Values/m-p/161446#M503863</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-11-22T14:55:51Z</dc:date>
    </item>
    <item>
      <title>Selection on Set Analysis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-on-Set-Analysis-Values/m-p/161447#M503864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H2 style="font-weight: bold"&gt;OR&lt;/H2&gt;&lt;P&gt;Can anyone help me to write the opposite of the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;&lt;BR /&gt;1. Revolver = Count({$&amp;lt;AIF = {P} , TXN_MainType = {Interest} , LoadDay_Active = {$(#=ReportDay)}&amp;gt;} AIF)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Total = Revolver (80) + Transactor (20)&lt;BR /&gt;Total = 100 = 80:20&lt;BR /&gt;&lt;BR /&gt;I have two variables Revolver and Transactor as mention in the code. both of them are inversely proportional to each other. &lt;BR /&gt;&lt;BR /&gt;I got the correct value for revolver but i couldn't get the inverse of it for transactor. I tried below code but it's not working. &lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;H4&gt;2. Transactor= Count({$&amp;lt;AIF = {P} , &lt;B&gt;~&lt;/B&gt;TXN_MainType = {Interest} , LoadDay_Active = {$(#=ReportDay)}&amp;gt;} AIF)&lt;/H4&gt;&lt;PRE style="margin:0px;"&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Below is the code which works for Transactor but i cant make selection on it... &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;2. Transactor = Count({$&amp;lt;AIF = {P}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF)) - Count({$&amp;lt;AIF = {P}, TXN_MainType = {Interest}, LoadDay_Active = {$(#=ReportDay)}&amp;gt;} (AIF))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help me on this&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 22:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-on-Set-Analysis-Values/m-p/161447#M503864</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2009-11-24T22:21:03Z</dc:date>
    </item>
  </channel>
</rss>

