<?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: How to detach in Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516416#M750586</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=If(Sum({1&amp;lt;Month,Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))", "&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;} Final_Acceptance)&amp;gt;3500, Null(),

(Sum({1&amp;lt;Month,Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}&amp;gt;}Final_Acceptance)
/
(count({1&amp;lt;Month, Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;}distinct Project_Number))))&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Dec 2018 17:28:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-12-04T17:28:46Z</dc:date>
    <item>
      <title>How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516270#M750578</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression below to calculate the delay days as shown below; (I want to permanently lock this table so I have used {1} in my expression.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 235px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1578i9357E2F4AB179DB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;= if(Sum(Final_Acceptance)&amp;gt;3500, null(),&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(Sum({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}&amp;gt;}Final_Acceptance)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;/&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;(count({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;}distinct Milestone_Project_Number))))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This expression is working irrespective of year selected, but when I unselect month the table is changing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: Year(Date) as Year and Month(Date) as Month&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bhavesh&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516270#M750578</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2024-11-16T21:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516272#M750579</link>
      <description>&lt;P&gt;May be you need {1} here also&lt;/P&gt;&lt;PRE&gt;=If(Sum(&lt;FONT color="#FF0000"&gt;{1}&lt;/FONT&gt; Final_Acceptance)&amp;gt;3500, Null(),

(Sum({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}&amp;gt;}Final_Acceptance)
/
(count({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;}distinct Milestone_Project_Number))))&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516272#M750579</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T14:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516277#M750580</link>
      <description>&lt;P&gt;The table is not changing now irrespective of the year and months selected or unselected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my values are completely different;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 239px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1579i12D171E75009A8E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516277#M750580</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516280#M750581</link>
      <description>&lt;P&gt;Seems like you only wish to ignore selection in Month and Year... may be try this&lt;/P&gt;&lt;PRE&gt;=If(Sum(&lt;FONT color="#FF0000"&gt;{&amp;lt;Month, Year&amp;gt;}&lt;/FONT&gt; Final_Acceptance)&amp;gt;3500, Null(),

(Sum({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}&amp;gt;}Final_Acceptance)
/
(count({1&amp;lt;Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;}distinct Milestone_Project_Number))))&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516280#M750581</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T14:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516364#M750582</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;it looks like it is changing with the selections.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516364#M750582</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516372#M750583</link>
      <description>&lt;P&gt;What selections do you have when you see this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 264px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1588i319424B881D1D0BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516372#M750583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T16:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516401#M750584</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;I am selecting Year and month as per your image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I toggle between a year or clear year it remains static.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But when I toggle between month it is static, it is changing when we clear month field. I have attached sample qvw&amp;nbsp;for your reference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516401#M750584</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T17:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516403#M750585</link>
      <description>&lt;P&gt;I am unable to attach qvd&amp;nbsp;file&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://community.qlik.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516403#M750585</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T17:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516416#M750586</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=If(Sum({1&amp;lt;Month,Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))", "&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;} Final_Acceptance)&amp;gt;3500, Null(),

(Sum({1&amp;lt;Month,Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))"}&amp;gt;}Final_Acceptance)
/
(count({1&amp;lt;Month, Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;}distinct Project_Number))))&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516416#M750586</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T17:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516421#M750587</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Awesome&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://community.qlik.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; .&amp;nbsp;This is exactly what I want, thank you so much.&lt;/P&gt;&lt;P&gt;Can you explain me this condition,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If(Sum({1&amp;lt;Month,Snapshot_Date = {"&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),0), 'YYYY-MM-DD'))", "&amp;gt;=$(=Date(Addmonths(Max({1} Snapshot_Date),-1), 'YYYY-MM-DD'))"}&amp;gt;} Final_Acceptance)&amp;gt;3500&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516421#M750587</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516424#M750588</link>
      <description>&lt;P&gt;Just combined the set analysis from your other two expressions (set analysis on sanpshot_date) and added it to the if clause expression.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516424#M750588</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T17:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to detach in Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516427#M750589</link>
      <description>&lt;P&gt;Awesome&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.qlik.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; thank you sir&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 17:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-detach-in-Set-analysis/m-p/1516427#M750589</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-12-04T17:59:48Z</dc:date>
    </item>
  </channel>
</rss>

