<?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: Multi selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109894#M764128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the QVW and a pic i've mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;IMG alt="sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208433_sample.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2018 11:21:03 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2018-07-20T11:21:03Z</dc:date>
    <item>
      <title>Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109890#M764124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i need small help&amp;nbsp; , i am caluclating the YOY growth in stright table&amp;nbsp; so i have a list box with values like 2017Q1 to 2018Q3&amp;nbsp;&amp;nbsp; so the expression which i used is working fine with single selection but&amp;nbsp; when i tried to select multiple values the result is showing null&amp;nbsp;&amp;nbsp; ... how to avoid this ?&amp;nbsp; below is my expresion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HW YoY Growth : =IF(Quarter = vNewMaxQtr,(($(vHWFCYOYServ)- $(vHWRevYOYServ)) / $(vHWRevYOYServ)), (($(vHWACTYOYServ)-$(vHWRevYOYServ)) / $(vHWRevYOYServ)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Current Quarter:&amp;nbsp;&amp;nbsp;&amp;nbsp; HW Forecast / HW Revenue &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;********************************************************************************************************************************************************************************** &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vHWFCYOYServ = if(max(Dimensionality())=1,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter={$(vCurQtr)},Service_PL={'HWR'},Type={'HW Forecast SR'}&amp;gt;}Service_Amount), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(max(Dimensionality())=2,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter={$(vCurQtr)},Service_PL={'HWR'},Type={'HW Forecast SSR'}&amp;gt;}Service_Amount), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if((Dimensionality())=0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt;Quarter={$(vCurQtr)},Service_PL={'HWR'},Type={'HW Forecast SR'},Sub_Region=&amp;gt;}Service_Amount)+sum &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;Quarter={$(vCurQtr)},Service_PL={'HWR'},Type={'HW Forecast SSR'},sub_sub_region=&amp;gt;}Service_Amount))))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vHWRevYOYServ = Sum({$&amp;lt;Quarter={$(vPrevQtr)},Type={'HW Actuals'}&amp;gt;}Hardware_Revenue_Amt)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;can anyone have idea please help on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Chanty&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109890#M764124</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109891#M764125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upload some sample data with the qlikview file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 07:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109891#M764125</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-20T07:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109892#M764126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With information that you have provided its pretty hard to give informed advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend that you upload a small sample with the table, your variables and expressions and sufficient data to populate the table. It does not have to be real data, but it must contain the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always with expressions with nested variables, its best to try and get the expression to work with out the variables first and then replace parts of the expression with the variables one a a time. That way your are solving a single problem and you have a working table as a starting point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 07:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109892#M764126</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-07-20T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109893#M764127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my&amp;nbsp; varaible values for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurQtr&amp;nbsp; =chr(39) &amp;amp; RIGHT(Quarter, 6) &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;vPrevQtr&amp;nbsp; =chr(39)&amp;amp;(left(RIGHT((Quarter), 6), 4)-1)&amp;amp; Right(RIGHT((Quarter), 6), 2)&amp;amp;chr(39)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above variables how can i include for multiple selections ?&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/218859"&gt;loveisfail&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="11831" data-externalid="" data-online="false" data-presence="null" data-userid="146975" data-username="petter-s" href="https://community.qlik.com/people/petter-s" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Petter Skjolden&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 10:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109893#M764127</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-20T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109894#M764128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached the QVW and a pic i've mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;IMG alt="sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208433_sample.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109894#M764128</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-07-20T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109895#M764129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Felip let me check and update you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109895#M764129</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-20T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109896#M764130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure no problem, hope this one helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109896#M764130</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-07-20T11:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109897#M764135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put a wrong chr(39) char on the string, the expressions should be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurQtr: =chr(39)&amp;amp;concat(Quarter,chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;vPrevQtr: =chr(39)&amp;amp;concat((Left(Quarter,4)-1)&amp;amp;Right(Quarter,2),chr(39)&amp;amp;','&amp;amp;chr(39)) &amp;amp; chr(39)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it gets all values encapsulated in the quotes, like so:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208435_sample.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109897#M764135</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-07-20T11:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109898#M764139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way can using this as well.&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;vCurQtr&amp;nbsp; = &lt;SPAN style="font-size: 13.3333px;"&gt;Concat(DISTINCT Chr(39) &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RIGHT(Quarter, 6)&lt;/SPAN&gt; &amp;amp; Chr(39),',')&lt;/SPAN&gt;&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;vPrevQtr&amp;nbsp; = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Concat(DISTINCT Chr(39) &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(left(RIGHT(Quarter, 6), 4)-1)&amp;amp; Right(RIGHT(Quarter, 6), 2))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &amp;amp; Chr(39),',')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109898#M764139</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-07-20T11:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109899#M764143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks anil.&amp;nbsp;&amp;nbsp;&amp;nbsp; Felip expression is working&amp;nbsp; fine. let me check yours aswell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 12:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109899#M764143</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-20T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109900#M764144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend to add Distinct inside Concat() to be sure to have unique values in case you select multiple values..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 12:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109900#M764144</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-20T12:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109901#M764145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean this?&lt;/P&gt;&lt;P&gt;or where i need to have the distinct?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;vCurQtr: =chr(39)&amp;amp;concat(distinct Quarter,chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp; chr(39)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;and&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;vPrevQtr: =chr(39)&amp;amp;concat(distinct(Left(Quarter,4)-1)&amp;amp;Right(Quarter,2),chr(39)&amp;amp;','&amp;amp;chr(39)) &amp;amp; chr(39)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 12:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109901#M764145</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-20T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109902#M764146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wherever you need to use concat to be able to put multiple values inside set analysis for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to have duplicated values (it can cause problems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on both expression (don't know which one will work).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 12:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109902#M764146</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-20T12:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109903#M764147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Youssef.&amp;nbsp; first let me validate with the data&amp;nbsp; if i got anything wrong will try as you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 12:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109903#M764147</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-07-20T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multi selections</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109904#M764148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That' fine - Please close this thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 14:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-selections/m-p/109904#M764148</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-07-20T14:01:08Z</dc:date>
    </item>
  </channel>
</rss>

