<?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: Re: Re: Combining Dimension Values in a Single Pivot Cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549710#M205330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution was working perfectly until the requirement was changed.&amp;nbsp; The source data now has many more indicators, so rather then combine values for Indicators 1 and 2, I have added a concat_flag field to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample doc based on your original solution with test data loaded and an example of what I need to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 12:16:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-09T12:16:08Z</dc:date>
    <item>
      <title>Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549704#M205324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to to combine two values in a single pivot cell to show the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid #000000; width: 475px; height: 50px;" width="473"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Apr&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;May&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jun&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Jul&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Aug&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Sep&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Incomes&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;4 (7)&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;11 (11)&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2 (4)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data that supplies this pivot would be set out in the following way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="250"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="188"&gt;Income&lt;/TD&gt;&lt;TD width="29"&gt;Apr&lt;/TD&gt;&lt;TD class="xl67" width="33"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income_2&lt;/TD&gt;&lt;TD&gt;Apr&lt;/TD&gt;&lt;TD class="xl67"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;TD class="xl67"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income&lt;/TD&gt;&lt;TD&gt;Jun&lt;/TD&gt;&lt;TD class="xl67"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income&lt;/TD&gt;&lt;TD&gt;Jul&lt;/TD&gt;&lt;TD class="xl67"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income_2&lt;/TD&gt;&lt;TD&gt;Jul&lt;/TD&gt;&lt;TD class="xl67"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income &lt;/TD&gt;&lt;TD&gt;Aug&lt;/TD&gt;&lt;TD class="xl67"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income&lt;/TD&gt;&lt;TD&gt;Sep&lt;/TD&gt;&lt;TD class="xl67"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Income_2&lt;/TD&gt;&lt;TD&gt;Sep&lt;/TD&gt;&lt;TD class="xl67"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So What I basically need to test for is if there is an Income_2 for a month then show it in Brackets in the same cell for the same month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for any help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549704#M205324</guid>
      <dc:creator />
      <dc:date>2013-12-09T16:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549705#M205325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached. If your data model is a little different, then you might have to change up the expression. Used ='Incomes' as a dimension along with Month. Then for the expression I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(Income)=1, Income, concat(Income, ' (') &amp;amp; ')')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 17:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549705#M205325</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-09T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549706#M205326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent - many thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 09:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549706#M205326</guid>
      <dc:creator />
      <dc:date>2013-12-10T09:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549707#M205327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you dont mind me asking another question?&amp;nbsp; If, more indicators are added to the data in future is it possibly to amend the expression based on an Indicator_ID ? eg :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="221"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="52"&gt;Ind_No&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="63"&gt;Indicator&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="48"&gt;Month&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="58"&gt;Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Apr&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income_2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Apr&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;May&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Jun&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Jul&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income_2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Jul&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Aug&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Sep&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Income_2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="48"&gt;Sep&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none; font-style: inherit;" width="58"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;Apr&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;May&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;Jun&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;Jul&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;Aug&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="63"&gt;Sales&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="48"&gt;Sep&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="58"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 489px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="105"&gt;Indicator&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Apr&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;May&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Jun&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Jul&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Aug&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Sep&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Income&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;4 (7)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;11 (11)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2 (4)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Sales&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;32&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;56&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Grand Total&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;56&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;29&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;78&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;29&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;71&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for&amp;nbsp; your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 10:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549707#M205327</guid>
      <dc:creator />
      <dc:date>2013-12-10T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549708#M205328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added the extra requirements, please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549708#M205328</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-10T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549709#M205329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Outstanding - much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 15:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549709#M205329</guid>
      <dc:creator />
      <dc:date>2013-12-10T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549710#M205330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution was working perfectly until the requirement was changed.&amp;nbsp; The source data now has many more indicators, so rather then combine values for Indicators 1 and 2, I have added a concat_flag field to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample doc based on your original solution with test data loaded and an example of what I need to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549710#M205330</guid>
      <dc:creator />
      <dc:date>2014-01-09T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549711#M205331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 18:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549711#M205331</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-09T18:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549712#M205332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help - works perfectly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now trying to include this solution in some other dashboards that I have.&amp;nbsp; One which is proving difficult is where my pivot expression is already being calculated in a variable.&amp;nbsp; My pivot expression is set to =$(vCalculatedNumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable for vCalculatedNumber : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Value=1,&lt;/P&gt;&lt;P&gt;sum([Number]),&lt;/P&gt;&lt;P&gt;//%&lt;/P&gt;&lt;P&gt;IF(Value=2,&lt;/P&gt;&lt;P&gt;num(sum(Number)/sum([Line Total]),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;//rate&lt;/P&gt;&lt;P&gt;IF(Value=3,&lt;/P&gt;&lt;P&gt;Round(sum(Number)/sum([Line Total]), '0.1'),&lt;/P&gt;&lt;P&gt;IF(Value=5,&lt;/P&gt;&lt;P&gt;num(sum(Number)/sum([Line Total]),'#,###.0'),&lt;/P&gt;&lt;P&gt;IF(Value=6,&lt;/P&gt;&lt;P&gt;num(sum([Number])/Pop_Count,'0.0000')&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are also a few hundred indicators and I only need to concatenate about 6 to give three combined indicators.&amp;nbsp; Can your solution be applied to this too??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549712#M205332</guid>
      <dc:creator />
      <dc:date>2014-01-10T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549713#M205333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to. Try this for dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;STRONG&gt;match(Ind_No_X, 1, 2)&lt;/STRONG&gt;, &lt;STRONG&gt;'Income'&lt;/STRONG&gt;, if(match(Ind_No_X, 8, 9), 'Discounts',&lt;STRONG&gt;Indicator_X&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This matches the 2 indicators you need to combine into one dimension. Should continue with if statements for whichever indicators you need to combine and have the field that lists the name of indicator last for everything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for expression, if you don't need to do any totals, then this expression should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(not match(Ind_No_X,1,2,8,9), $(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vCalculatedNumber&lt;/SPAN&gt;), concat($(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vCalculatedNumber&lt;/SPAN&gt;), ' (',-right(Indicator_X, 1)) &amp;amp; ')')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 1,2,8,9 are all the fields you are trying to combine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try playing around with the formula and see if it gets you anywhere if it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549713#M205333</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-10T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549714#M205334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your reply.&amp;nbsp; Ive had a go at your suggestion but with no luck.&amp;nbsp; Ive attached a more detailed example of my document with the required variables and more datatypes.&amp;nbsp; Really appreciate it if could show me where I am going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your suggestion for months 5 &amp;amp; 6 in the second pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 15:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549714#M205334</guid>
      <dc:creator />
      <dc:date>2014-01-13T15:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549715#M205335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached. I changed some things up like adding month as second dimension, as well as eliminating all the 'Month' expressions you had to just have one. Then had to use aggr to get the correct values. Also I had to compensate for getting total on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula I used was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(count(aggr($(vCalculatedNumber), [Indicator Number], Rolling_Month)) &amp;gt;1 and SecondaryDimensionality()&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;concat(aggr($(vCalculatedNumber), [Indicator Number], Rolling_Month), ' (', [Indicator Number]) &amp;amp; ')',&lt;/P&gt;&lt;P&gt;$(vCalculatedNumber))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 19:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549715#M205335</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-13T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549716#M205336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Many thanks for your efforts and help in this.&amp;nbsp; This is definately what I am after.&amp;nbsp; The one thing I can see is that some indicators have been concatenated other than the specified ones.&amp;nbsp; Any idea why?&amp;nbsp; (eg indicator 531)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last thing - i need to keep showing the previous rolling 12 months.&amp;nbsp; Can this be included in the expression ? (Could a rolling_12_month flag be incorporated?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again - thanks for your expertise. Greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549716#M205336</guid>
      <dc:creator />
      <dc:date>2014-01-14T09:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549717#M205337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops I removed something from the if statement that should have stayed. It should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(count(aggr($(vCalculatedNumber), [Indicator Number], Rolling_Month)) &amp;gt;1 and SecondaryDimensionality()&amp;lt;&amp;gt;0 and match(min([Indicator Number]), 822, 823, 824, 825),&lt;/P&gt;&lt;P&gt;concat(aggr($(vCalculatedNumber), [Indicator Number], Rolling_Month), ' (', [Indicator Number]) &amp;amp; ')',&lt;/P&gt;&lt;P&gt;$(vCalculatedNumber))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the Rolling 12 months, you could use this in your dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(date#(month &amp;amp; ' ' &amp;amp; year, 'MMM YYYY') &amp;gt; vMax, date#(month &amp;amp; ' ' &amp;amp; year, 'MMM YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vMax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthname(AddYears(max(date#(month &amp;amp; ' ' &amp;amp; year, 'MMM YYYY')), -1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are going to do this, I'd create a MonthYear field in your script and then you get to make the 2 formulas above a little cleaner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 14:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549717#M205337</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-14T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549718#M205338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!!!!!!! Really really grateful for your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One really last little things..... if I wanted to show the last rolling 13 months , for example in this case Dec-2012 to Dec 2013 (basically I need to show 13 months worth of data upto the previous month) how could I amend the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549718#M205338</guid>
      <dc:creator />
      <dc:date>2014-01-14T16:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549719#M205339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do by 13 months instead of twelve, you'll have to use the addmonths function instead of the addyears. The new expression for the variable vMax would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=monthname(AddMonths(max(date#(month &amp;amp; ' ' &amp;amp; year, 'MMM YYYY')), -13))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549719#M205339</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-14T17:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Dimension Values in a Single Pivot Cell</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549720#M205340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your time!! Most appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-Dimension-Values-in-a-Single-Pivot-Cell/m-p/549720#M205340</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:25:06Z</dc:date>
    </item>
  </channel>
</rss>

