<?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: Rolling X Months does  not work with value list in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462299#M36136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Island table is a table which isn't connected to the other tables in your database... You can add this table Inline like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ValueListDim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dealer Zone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now add ValueListDim as your second dimension and try this expression&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;&lt;STRONG&gt;If(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} &lt;/SPAN&gt;ValueListDim) = 'All', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexQuestionPoints1)),&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;&lt;STRONG&gt;If(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} &lt;/SPAN&gt;ValueListDim) = 'Dealer Zone', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexIndexScore)))).&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 15:27:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-10T15:27:55Z</dc:date>
    <item>
      <title>Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462295#M36132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have a variable that creating conditions for rolling x Months&lt;/P&gt;&lt;P&gt;Looks like this:VRollMonth = [Survey Year]=,[Survey Month]=,[Survey Date]= ,[Survey Month Year]={"&amp;gt;$(=monthend(AddMonths(Max(&lt;SPAN style="font-size: 13.3333px;"&gt;[Survey Date]&lt;/SPAN&gt;),-$(vNumRollinMonth))))&amp;lt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;[Survey Date]&lt;/SPAN&gt;))"}&lt;/P&gt;&lt;P&gt;When &lt;SPAN style="font-size: 13.3333px;"&gt;vNumRollinMonth it the number that user can change to choose how many months back they want to go.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then I create bar chart with &lt;SPAN style="font-size: 13.3333px;"&gt;[Survey Month Year]&lt;/SPAN&gt; as dimension one and Dealer Code as Dimension two.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My expression is like this sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexQuestionPoints1)). and this works fine when I choose any Months the chart displays all the data by Months based on &lt;SPAN style="font-size: 13.3333px;"&gt;vNumRollinMonth that user chooses..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="not value list.PNG" class="jive-image image-1" src="/legacyfs/online/189597_not value list.PNG" style="height: 211px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But I need to create a chart with second dimension as Value list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So my chart will be: First dimension: &lt;SPAN style="font-size: 13.3333px;"&gt;[Survey Month Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; , second Dimension: ValueList('All','Dealer Zone') and the measure is&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(ValueList('All','Dealer Zone')= 'All', sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexQuestionPoints1)),&lt;/P&gt;&lt;P&gt;if(ValueList('All','Dealer Zone')= 'Dealer Zone',sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexIndexScore)))).&lt;/P&gt;&lt;P&gt;But in that case when I choose a month the chart shows only the selected months and does not show all the other months form the selected back based on &lt;SPAN style="font-size: 13.3333px;"&gt;vNumRollinMonth .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="value list.PNG" class="jive-image image-2" src="/legacyfs/online/189598_value list.PNG" style="height: 206px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any Ideas why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462295#M36132</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T15:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462296#M36133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create an Island table to do the same thing you are doing with ValueList and then make sure to use the same set analysis in your island field check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462296#M36133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462297#M36134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replay Sunny,&lt;/P&gt;&lt;P&gt;Would you be able to explain what is Island table?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462297#M36134</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462298#M36135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I figured out what it is.&lt;/P&gt;&lt;P&gt;Unfortunately I cannot separate it from data as the client wants to be able to add any fields the want so it has to come from full data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462298#M36135</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T15:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462299#M36136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Island table is a table which isn't connected to the other tables in your database... You can add this table Inline like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ValueListDim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dealer Zone&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now add ValueListDim as your second dimension and try this expression&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;&lt;STRONG&gt;If(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} &lt;/SPAN&gt;ValueListDim) = 'All', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexQuestionPoints1)),&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;&lt;STRONG&gt;If(Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} &lt;/SPAN&gt;ValueListDim) = 'Dealer Zone', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexIndexScore)))).&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462299#M36136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462300#M36137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462300#M36137</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462301#M36138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;Let me try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462301#M36138</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T15:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462302#M36139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Unfortunately it still showing only selected month when I make the selection.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462302#M36139</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462303#M36140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about if you try 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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Only(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} TOTAL &amp;lt;ValueListDim&amp;gt; &lt;/SPAN&gt;ValueListDim) = 'All', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexQuestionPoints1)),&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Only(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;$(vRollMonthCSE)&amp;gt;} &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;TOTAL &amp;lt;ValueListDim&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;ValueListDim) = 'Dealer Zone', Sum({&amp;lt;$(vRollMonthCSE)&amp;gt;}(msrConvenienceIndexIndexScore))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462303#M36140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462304#M36141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;It works now.&lt;/P&gt;&lt;P&gt;I just need to check if numbers are correct.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462304#M36141</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T16:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462305#M36142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by marking correct and helpful responses once you have confirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462305#M36142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462306#M36143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462306#M36143</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T16:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462307#M36144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Just wanted to thank you for your help.&lt;/P&gt;&lt;P&gt;It is not the first time you are helping me and it always very efficient.&lt;/P&gt;&lt;P&gt;Thank you a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462307#M36144</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T16:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462308#M36145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all!! I am glad I am there to help most of the times &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462308#M36145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462309#M36146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;I have one more question related to this.&lt;/P&gt;&lt;P&gt;I have added this expression in a color by expression function&lt;/P&gt;&lt;P&gt;if(ValueListDealerZone='All',Red(),blue())&lt;/P&gt;&lt;P&gt;and it works as long as I do not select Month.&lt;/P&gt;&lt;P&gt;When I select Month it turns all to blue except for selected month.&lt;/P&gt;&lt;P&gt;Is there any way to fix that the formula does not reflect the month selection?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Colors problemv1.PNG" class="jive-image image-1" src="/legacyfs/online/189615_Colors problemv1.PNG" style="height: 212px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462309#M36146</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462310#M36147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apply the same logic here as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Only({&amp;lt;$(vRollMonthCSE)&amp;gt;} TOTAL &amp;lt;ValueListDim&amp;gt; ValueListDim) = 'All', Red(), Blue())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462310#M36147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling X Months does  not work with value list</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462311#M36148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are rock!&lt;/P&gt;&lt;P&gt;Thank you!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-X-Months-does-not-work-with-value-list/m-p/1462311#M36148</guid>
      <dc:creator>deniscamh</dc:creator>
      <dc:date>2018-01-10T16:47:36Z</dc:date>
    </item>
  </channel>
</rss>

