<?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 Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597425#M736903</link>
    <description>&lt;P&gt;Hey Prashant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The number are still changing.&lt;/P&gt;&lt;P&gt;We just want to show last year period 1 numbers, regardless of what period users pick. Somehow is there a way to freeze it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jun 2019 03:30:58 GMT</pubDate>
    <dc:creator>has75042</dc:creator>
    <dc:date>2019-06-30T03:30:58Z</dc:date>
    <item>
      <title>Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597345#M736901</link>
      <description>&lt;P&gt;=sum({$&amp;lt;fiscal_period = {1} &amp;gt;}Credit_Begining + Debit_Beginning) *CBS_Rpt_Factor&lt;/P&gt;&lt;P&gt;I don't want above set analysis to change if user select period 2. What I want is to show only Period 1 numbers all the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so for example if user select 2, the numbers should not change. It would still show period 1 number&lt;/P&gt;&lt;P&gt;Please let me know how can I achieve it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597345#M736901</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597403#M736902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below expression might help&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(sum({&amp;lt;fiscal_period = {1} &amp;gt;}Credit_Begining ) +sum({&amp;lt;fiscal_period = {1} &amp;gt;}Debit_Beginning) )*CBS_Rpt_Factor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I considered&amp;nbsp;&lt;STRONG&gt;Credit_Begining + Debit_Beginning&lt;/STRONG&gt; are 2 different fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prashant&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 18:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597403#M736902</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-06-29T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597425#M736903</link>
      <description>&lt;P&gt;Hey Prashant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The number are still changing.&lt;/P&gt;&lt;P&gt;We just want to show last year period 1 numbers, regardless of what period users pick. Somehow is there a way to freeze it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 03:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597425#M736903</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2019-06-30T03:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597451#M736904</link>
      <description>&lt;P&gt;Maybe&amp;nbsp;&lt;STRONG&gt;CBS_Rpt_Factor &lt;/STRONG&gt;is changing depending from the Fiscal Period?&lt;/P&gt;&lt;P&gt;Please try below:&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;fiscal_period = {1} &amp;gt;}Credit_Begining ) +sum({&amp;lt;fiscal_period = {1} &amp;gt;}Debit_Beginning) )*sum({&lt;STRONG&gt;&amp;lt;fiscal_period = {1}&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Distinct&lt;/FONT&gt;&lt;/STRONG&gt; CBS_Rpt_Factor)&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 12:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597451#M736904</guid>
      <dc:creator>haupenthals</dc:creator>
      <dc:date>2019-06-30T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597456#M736905</link>
      <description>&lt;P&gt;Perhaps like this:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;fiscal_period = {1} &amp;gt;}Credit_Begining + Debit_Beginning) *Max({$&amp;lt;fiscal_period = {1} &amp;gt;}CBS_Rpt_Factor)&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 14:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597456#M736905</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-06-30T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597492#M736906</link>
      <description>&lt;P&gt;&lt;SPAN&gt;=sum({$&amp;lt;fiscal_period = {1} &amp;gt;}Credit_Begining + Debit_Beginning) *Max({$&amp;lt;fiscal_period = {1} &amp;gt;}CBS_Rpt_Factor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you so much. The above set analysis is working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain me the reason behind max function?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 03:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597492#M736906</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2019-07-01T03:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597539#M736907</link>
      <description>&lt;P&gt;Max will pick the mack CBS_Rpt_Factor value in case there is more than one value. I have no idea if that's the correct value.&lt;/P&gt;&lt;P&gt;If there is always only one value then Only() should work too. But if max works and only doesn't then there are several CSB_Rpt_Factor values and you need to decide which one to use. Perhaps that's the maximum value, but may you should use the minimum value or the average the values.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Condition/m-p/1597539#M736907</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-07-01T07:16:41Z</dc:date>
    </item>
  </channel>
</rss>

