<?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: Search String / concatenate dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400879#M488744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month is a number. For example, 201202. Renewal month is text, 02. The concatenation is going to be text then. What's the way to cast the concatenation into a number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2013 18:47:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-07T18:47:47Z</dc:date>
    <item>
      <title>Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400877#M488742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My dataset has Group, Month (YYYYMM), Year (YYYY), Renewal Month (MM), and Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a table with Group and Year as the dimension. The two expressions would be "sum of sales at the Renewal Month" and "sum of sales at the month before the renewal month". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just trying to work on "sum of sales at the Renewal Month" for now by using Set Analysis, but haven't had much luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I've tried =sum({&amp;lt;Month={"='2012' &amp;amp; [Renewal Month]"&amp;gt;} Sales). It seems that the concatenation is not working in the search string, as I get the equivalent of =sum(Sales) with this expression.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Ultimately, 2012 would be the Year variable and there'd have to be some logic for if renewal month is 01, then go back one year and pick "(Year -1)12")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I'm not able to upload the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 17:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400877#M488742</guid>
      <dc:creator />
      <dc:date>2013-01-07T17:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400878#M488743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your field Month is text, and has format like '2012Jan', and [Renual Month] has format like 'Jan', then this should work:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Month={"$(='2012' &amp;amp; [Renewal Month])"&amp;gt;} Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, to help you I need to know the exact format of your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 18:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400878#M488743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-07T18:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400879#M488744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month is a number. For example, 201202. Renewal month is text, 02. The concatenation is going to be text then. What's the way to cast the concatenation into a number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 18:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400879#M488744</guid>
      <dc:creator />
      <dc:date>2013-01-07T18:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400880#M488745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case my expression should work as well.&amp;nbsp; If it still doesn't, try add num#():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Month={"$(=num#('2012' &amp;amp; [Renewal Month]))"&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 18:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400880#M488745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-07T18:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400881#M488746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.. That isn't doing the trick. Each row gets value of 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I noticed a "}" is missing from your expression, but that didn't fix it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are part of a bigger dataset. Group and Renewal Month are on one table, Sales and Month are on their own tables. There is a Linker table that joins these fields and this model has been used and tested for a while, so the joining is working. Perhaps in this case it is prohibiting this expression from working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400881#M488746</guid>
      <dc:creator />
      <dc:date>2013-01-07T19:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400882#M488747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May I see the fixed expression?&amp;nbsp; Want to make sure where did you add the missing "}".&lt;/P&gt;&lt;P&gt;I don't think that the structure you described is a problem.&amp;nbsp; Most likley something is missing in this expression.&amp;nbsp; It would be helpful to see an example - reduced file with scrambled data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400882#M488747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-07T19:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400883#M488748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Month={"$(=num#('2012'&amp;amp; [Renewal Month]))"&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;}Sales)&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400883#M488748</guid>
      <dc:creator />
      <dc:date>2013-01-07T19:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400884#M488749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is [Renewal Month] unambiguous in global context? &lt;/P&gt;&lt;P&gt;I mean, it is not depending on Group or Year, and you get a value back if you input =[Renewal Month] in a text box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400884#M488749</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-01-07T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400885#M488750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this looks right.&amp;nbsp; Waht if you replace set with if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(Month=num#('2012'&amp;amp; [Renewal Month]), Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400885#M488750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-07T19:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400886#M488751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Swuehl: Each Group is assigned exactly one Renewal Month and this is consistent from year to year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Michael: Your expression got a non-zero answer for most groups, but the renewal month sales is greater than total sales for some, so some double counting taking place. I will try to dig into more, but wondering if you know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="360"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;Group ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="133"&gt;Total Sales&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="129"&gt;Renewal Month Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;103,654&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;261,281&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;27,609&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;127,403&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;32,804&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;156,250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;20,952&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;60,761&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;231,351&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;350,640&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;59,243&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;55,456&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;5,401&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;44,378&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;33,505&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;44,420&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;42,219&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;57,766&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;147,699&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;142,240&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;22,133&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;13&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;115,023&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;880,228&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;748,088&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;125,711&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;16&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;636,693&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;607,004&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;17&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;83,834&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;71,196&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;164,377&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;152,704&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;19&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;259,879&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;259,344&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;193,482&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;192,274&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;21&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;60,217&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;58,725&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;22&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;172,322&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;160,515&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;95,514&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;83,730&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;24&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;2,280,004&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;1,905,258&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;25&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;23,474&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;15,246&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;26&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;663,501&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;853,616&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400886#M488751</guid>
      <dc:creator />
      <dc:date>2013-01-07T19:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Search String / concatenate dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400887#M488752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen apparently had the same suspicion as I - you can't use set analysis here.&amp;nbsp; It works on global level, not per dimension value.&amp;nbsp; So, you have to use "if" instead of set analysis here.&lt;/P&gt;&lt;P&gt;As for the numbers, I can't guess without application.&amp;nbsp; You'll have to figure out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Search-String-concatenate-dimensions/m-p/400887#M488752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-07T19:49:34Z</dc:date>
    </item>
  </channel>
</rss>

