<?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 - Variable within the previous 30 days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361601#M615088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This didn't work, but eventually sorted it by changing the variable to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v30DaysOld=Date((Today()-30))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously set at : v30DaysOld=(Today()-30)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 09:16:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-11T09:16:40Z</dc:date>
    <item>
      <title>Set Analysis - Variable within the previous 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361598#M615083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; I have created a set analysis, where I only want to include a sum of the FTE if the stage in in Authorisation and the Modification date is within the previous 30 days.&amp;nbsp; It works fine without the variable, but then returns zero when I include the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a variable to identify the date 30 days ago.&amp;nbsp; When I try to apply it to my set analysis it doesn't work. What am I doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(&lt;SPAN style="font-size: 10pt;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;Recruit.Vacancy_Stage={'Authorisation'},&lt;/P&gt;&lt;P&gt;[Recruit.Vacancy Modified Date]={'$(&amp;gt;=v30DaysOld)'}&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recruit.Vacancy_FTE),Recruit.empjobref))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 07:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361598#M615083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T07:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Variable within the previous 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361599#M615085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;=Sum(Aggr(&lt;SPAN style="font-size: 10pt;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;Recruit.Vacancy_Stage={'Authorisation'},&lt;/P&gt;&lt;P&gt;[Recruit.Vacancy Modified Date]={&lt;STRONG&gt;'&amp;gt;=$(=v30DaysOld)'}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;Recruit.Vacancy_FTE),Recruit.empjobref))&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 07:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361599#M615085</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-11T07:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Variable within the previous 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361600#M615087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum(Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Recruit.Vacancy_Stage={'Authorisation'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Recruit.Vacancy Modified Date]={'$('&amp;gt;=' &amp;amp; =v30DaysOld)'}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 07:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361600#M615087</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-11T07:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Variable within the previous 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361601#M615088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This didn't work, but eventually sorted it by changing the variable to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v30DaysOld=Date((Today()-30))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously set at : v30DaysOld=(Today()-30)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361601#M615088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - Variable within the previous 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361602#M615089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Recruit.Vacancy_Stage={'Authorisation'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Recruit.Vacancy Modified Date]={&lt;STRONG&gt;"&amp;gt;=$(v30DaysOld)"&lt;/STRONG&gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Recruit.Vacancy_FTE),Recruit.empjobref))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Variable-within-the-previous-30-days/m-p/1361602#M615089</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-11T09:22:03Z</dc:date>
    </item>
  </channel>
</rss>

