<?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 date range as Set Modifier in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1780179#M60669</link>
    <description>&lt;P&gt;Alright! I left this lingering for a while and got back to it. I now added a new column in my source data, 'AttributeDate', which simply converts the aforementioned 'Attribute' values to plain dates, formatted as DD/MM/YYYY. I finally reached my goal with the following set analysis:&lt;/P&gt;&lt;P&gt;=Sum ({$&amp;lt;AttributeDate={"$(='&amp;gt;' &amp;amp; Min(Date(today()-365,MM/YYYY)) &amp;amp; '&amp;lt;=' &amp;amp; Max(Date(today(),MM/YYYY)))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;If I'm not mistaken, this should encompass all data that occurs in the current month and the 11 previous months.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41787"&gt;@Zhandos_Shotan&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80712"&gt;@Ksrinivasan&lt;/a&gt;&amp;nbsp;for providing me with the much needed insights into reaching this outcome. Also thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;for hinting the date range formatting &lt;A title="Set analysis modifier between two dates" href="https://community.qlik.com/t5/New-to-QlikView/Set-analysis-modifier-between-two-dates/td-p/1296441" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. I think I'll get the hang of QS &lt;EM&gt;some&lt;/EM&gt; day&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 13:26:51 GMT</pubDate>
    <dc:creator>TimmyCNHi</dc:creator>
    <dc:date>2021-02-04T13:26:51Z</dc:date>
    <item>
      <title>Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774097#M59945</link>
      <description>&lt;P&gt;Hey community!&lt;/P&gt;&lt;P&gt;I've been struggling to define a data range as set modifier. This set analysis syntax works:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;=Sum ({1&amp;lt;Attribute={F_2020_02,F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;It looks at an Excel with an Attribute column that holds month information: F_2020_1 is 1 January 2020 and so on. The goal is to have the date values adapting according to today's date so it can always look back 12 months.&lt;/P&gt;&lt;P&gt;I tried defining the attribute range in the loading script as such:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Let SavingMeterDateRange = 'F_'&amp;amp;Date(Today()-334,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-306,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-275,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-245,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-214,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-184,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-153,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-122,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-92,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-61,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-31,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today(),'YYYY_MM');&lt;/P&gt;&lt;P&gt;Which does correctly result in:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;F_2020_02,F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01&lt;/P&gt;&lt;P&gt;But when applying this to the syntax, the result is zero. I guess that's because it's not recognized the same way. How can I make Qlik Sense understand that it should look for the resulting attributes?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774097#M59945</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2024-11-16T17:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774146#M59949</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did you try this?:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Sum ({1&amp;lt;Attribute={$(SavingMeterDateRange)}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 17:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774146#M59949</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2021-01-13T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774265#M59960</link>
      <description>&lt;P&gt;Ah yes, forgot to mention that. That's the syntax that leads to zero.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 07:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774265#M59960</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-14T07:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774294#M59963</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year= ,Month=, [Calendar Year/Month] = {"&amp;gt;=$(=AddMonths(Max([Calendar Year/Month])), -12)&amp;lt;=$(=Max([Calendar Year/Month])) "}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774294#M59963</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-14T09:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774311#M59968</link>
      <description>&lt;P&gt;Hi! Thank you for your input. It seems to work (when changing 'Amount' to 'Value') but results in a much higher value than expected. I think the issue is that I need QS to look for text and not actual date information. Perhaps I should change/convert this in my source data.&lt;/P&gt;&lt;P&gt;The attribute column holds the calendarization of my project. It looks a bit like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set date range as Set Modifier - Qlik Community - 1774097_30-54.png" style="width: 280px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46971i7191772F6A3A98E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Set date range as Set Modifier - Qlik Community - 1774097_30-54.png" alt="Set date range as Set Modifier - Qlik Community - 1774097_30-54.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To take the past 12 months into account (including current one), it needs to limit the range to this set:&lt;/P&gt;&lt;P&gt;F_2020_02,F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01&lt;/P&gt;&lt;P&gt;Next month it will be this set:&lt;/P&gt;&lt;P&gt;F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01,F2021_02&lt;/P&gt;&lt;P&gt;I figured if I simulated this set based on dates in the load script it would work but apparently it's not that straightforward.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774311#M59968</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-14T11:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774322#M59970</link>
      <description>&lt;P&gt;I also tried to put the&amp;nbsp;SavingMeterDateRange definition in a Text() function as below.. Still a no go.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Let SavingMeterDateRange = Text('F_'&amp;amp;Date(Today()-334,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-306,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-275,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-245,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-214,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-184,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-153,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-122,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-92,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-61,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today()-31,'YYYY_MM')&amp;amp;',F_'&amp;amp;Date(Today(),'YYYY_MM'));&lt;/P&gt;&lt;P&gt;Looks good when just looking at SavingMeterDateRange output though:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimmyCNHi_0-1610621957703.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46972i372597923E29F29C/image-size/large?v=v2&amp;amp;px=999" role="button" title="TimmyCNHi_0-1610621957703.png" alt="TimmyCNHi_0-1610621957703.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774322#M59970</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-14T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774431#M59986</link>
      <description>&lt;P&gt;Another quick update.&lt;/P&gt;&lt;P&gt;Even if I define the following in the load script:&lt;/P&gt;&lt;P&gt;Let SavingMeterDateRange = 'F_2020_02,F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01';&lt;/P&gt;&lt;P&gt;This syntax still returns zero:&lt;/P&gt;&lt;P&gt;=Sum ({1&amp;lt;Attribute={SavingMeterDateRange}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;Only inserting the range into the syntax itself works:&lt;/P&gt;&lt;P&gt;Sum ({1&amp;lt;Attribute={F_2020_02,F_2020_03,F_2020_04,F_2020_05,F_2020_06,F_2020_07,F_2020_08,F_2020_09,F_2020_10,F_2020_11,F_2020_12,F_2021_01}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;Why is this different for QS?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774431#M59986</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-14T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774441#M59987</link>
      <description>&lt;P&gt;Dividing it up doesn't work either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Let SavingMeterDate1 = 'F_2020_02';&lt;BR /&gt;Let SavingMeterDate2 = 'F_2020_03';&lt;BR /&gt;Let SavingMeterDate3 = 'F_2020_04';&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;=Sum ({$&amp;lt;Attribute={SavingMeterDate1,SavingMeterDate2,SavingMeterDate3}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;Still zero.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_frowning_face:"&gt;🙁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774441#M59987</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-14T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774444#M59988</link>
      <description>&lt;P&gt;Text values of&amp;nbsp;Attribute&amp;nbsp;field&amp;nbsp;must be in quotes 'val1', 'val2',...&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum ({1&amp;lt;Attribute={'F_2020_02', 'F_2020_03', 'F_2020_04', 'F_2020_05', 'F_2020_06', 'F_2020_07', 'F_2020_08', 'F_2020_09', 'F_2020_10', 'F_2020_11', 'F_2020_12', 'F_2021_01'}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;So you need to check first:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Set&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;SavingMeterDateRange = "'F_2020_02', 'F_2020_03', 'F_2020_04', 'F_2020_05', 'F_2020_06', 'F_2020_07', 'F_2020_08', 'F_2020_09', 'F_2020_10', 'F_2020_11', 'F_2020_12', 'F_2021_01'";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then If it works on Set analysis, put values into qutes in variable.&lt;/P&gt;&lt;P&gt;Pls. ref to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/use-quotes-in-script.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/use-quotes-in-script.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774444#M59988</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2021-01-14T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774805#M60033</link>
      <description>&lt;P&gt;Thank you very much for your efforts but it doesn't seem to work either. About the quotes: that doesn't seem to matter; works with or without them.&lt;/P&gt;&lt;P&gt;I'll try a different approach by manipulating source data on Monday. Have a great weekend!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 14:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1774805#M60033</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-15T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775433#M60094</link>
      <description>&lt;P&gt;It looks like you using Dual field. Check Num(&lt;SPAN&gt;Attribute) for numeric representation. And try to use numeric values in set analysis.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 05:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775433#M60094</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2021-01-19T05:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775504#M60104</link>
      <description>&lt;P&gt;The only place I'm using 'Dual' is in an unrelated graph to determine monthly progress. It's used like this:&lt;/P&gt;&lt;P&gt;=If(Attribute='F_2020_01',Dual('Jan 2020',1),&lt;BR /&gt;If(Attribute='F_2020_02',Dual('Feb 2020',2),&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;Are you saying this influences the use of 'Attribute' elsewhere?&lt;/P&gt;&lt;P&gt;How can Num help on a text value?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TimmyCNHi_0-1611049521299.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47316iB55D14903CE0FD27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TimmyCNHi_0-1611049521299.png" alt="TimmyCNHi_0-1611049521299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 09:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775504#M60104</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-01-19T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775611#M60120</link>
      <description>&lt;P&gt;hi, you can covert F_2020_01 into Num Date as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Right(Replace([Default Date],'_','/'),7)&lt;/P&gt;&lt;P&gt;it will convert text to date and create new column 2020/01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1775611#M60120</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-01-19T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set date range as Set Modifier</title>
      <link>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1780179#M60669</link>
      <description>&lt;P&gt;Alright! I left this lingering for a while and got back to it. I now added a new column in my source data, 'AttributeDate', which simply converts the aforementioned 'Attribute' values to plain dates, formatted as DD/MM/YYYY. I finally reached my goal with the following set analysis:&lt;/P&gt;&lt;P&gt;=Sum ({$&amp;lt;AttributeDate={"$(='&amp;gt;' &amp;amp; Min(Date(today()-365,MM/YYYY)) &amp;amp; '&amp;lt;=' &amp;amp; Max(Date(today(),MM/YYYY)))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;If I'm not mistaken, this should encompass all data that occurs in the current month and the 11 previous months.&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41787"&gt;@Zhandos_Shotan&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80712"&gt;@Ksrinivasan&lt;/a&gt;&amp;nbsp;for providing me with the much needed insights into reaching this outcome. Also thanks to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;for hinting the date range formatting &lt;A title="Set analysis modifier between two dates" href="https://community.qlik.com/t5/New-to-QlikView/Set-analysis-modifier-between-two-dates/td-p/1296441" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. I think I'll get the hang of QS &lt;EM&gt;some&lt;/EM&gt; day&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-date-range-as-Set-Modifier/m-p/1780179#M60669</guid>
      <dc:creator>TimmyCNHi</dc:creator>
      <dc:date>2021-02-04T13:26:51Z</dc:date>
    </item>
  </channel>
</rss>

