<?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: Please can someone help with a quick Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1677583#M728063</link>
    <description>&lt;P&gt;See duplicate posts:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/forums/replypage/board-id/new-to-qlikview/message-id/385868" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/forums/replypage/board-id/new-to-qlikview/message-id/385868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Help-with-simple-Set-Analysis/m-p/1673037#M98209" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Help-with-simple-Set-Analysis/m-p/1673037#M98209&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 13:47:28 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-20T13:47:28Z</dc:date>
    <item>
      <title>Please can someone help with a quick Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1668459#M728059</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm relatively new to Qlik and heard about Set Analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like what I need as I have 2 parts to a calculation. The first part I do want to change with selections, the second part I don't. I believe it is in this second part where Set Analysis can come into play.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my IF( statement for the 2nd part.&lt;/P&gt;&lt;P&gt;=sum(&lt;BR /&gt;if(Week&amp;gt;=today()-365,&lt;BR /&gt;if(Hrs&amp;gt;0,&lt;BR /&gt;ContractedHrs)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please change this into a Set Analysis for me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1668459#M728059</guid>
      <dc:creator>DSTaylor</dc:creator>
      <dc:date>2024-11-16T19:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please can someone help with a quick Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1668469#M728060</link>
      <description>&lt;P&gt;What are you trying to achieve with the below condition&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Week&amp;gt;=today()-365&lt;/LI-CODE&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;What is the definition (in script) of your field Week?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 12:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1668469#M728060</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-01-23T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please can someone help with a quick Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1673149#M728061</link>
      <description>&lt;P&gt;Assuming you are counting Week number when you load data such as Week = 1,2,3....&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Week&amp;gt;=Week(today()-365)&lt;/P&gt;&lt;P&gt;The term Today()-365 results in a numerical value of date.&lt;/P&gt;&lt;P&gt;For today (2/6/2020) the term Today()-365 is 43502&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1673149#M728061</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2020-02-06T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Please can someone help with a quick Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1677267#M728062</link>
      <description>&lt;P&gt;If either of the prior posts helped, please do not forget to return to that post and use the Accept as Solution button to mark it as the solution.&amp;nbsp; This gives the poster credit and lets other Members know what worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a Design Blog post on Set Analysis that should prove helpful, and there are further related links at the bottom of the post to other related posts, and I am putting the base URL to the Design blog after that for future reference, so you can search that area yourself for how-to items as there are over 700 posts in this area.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the Help link too, just in case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 20:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1677267#M728062</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-19T20:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Please can someone help with a quick Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1677583#M728063</link>
      <description>&lt;P&gt;See duplicate posts:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/forums/replypage/board-id/new-to-qlikview/message-id/385868" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/forums/replypage/board-id/new-to-qlikview/message-id/385868&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Help-with-simple-Set-Analysis/m-p/1673037#M98209" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Help-with-simple-Set-Analysis/m-p/1673037#M98209&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 13:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-can-someone-help-with-a-quick-Set-Analysis/m-p/1677583#M728063</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-20T13:47:28Z</dc:date>
    </item>
  </channel>
</rss>

