<?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 Calculated dimension - group variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985947#M961126</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;Small question concerning a chart.&lt;/P&gt;&lt;P&gt;I've got the table beneath:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102097" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102097_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The issue is the following:&lt;/P&gt;&lt;P&gt;I've got the dimension "type" with the values: 1, 2, 3, 4, 5, 6, 7, 8, 9&lt;/P&gt;&lt;P&gt;I used a calculated dimension to create what I've got now (basically split things up in 8 (=part 1) versus everything else (=part 2))&lt;/P&gt;&lt;P&gt;=if(match(Type,'8'),Type) and&lt;/P&gt;&lt;P&gt;=if(match(Type,'1','2','3','4','5','6','7','9'),Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*First problem: they are different calculated dimension so they show up in different columns. I need them in one calculated dimension and thus in one column.&lt;/P&gt;&lt;P&gt;*Second problem: I do not need them split up, I just want '8' and 'everything else'. I do not need to know the type behind 'everything else' (like 1, 4, 6, 7).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I fix my issue, without having to touch the codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 12:14:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-15T12:14:59Z</dc:date>
    <item>
      <title>Calculated dimension - group variables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985947#M961126</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;Small question concerning a chart.&lt;/P&gt;&lt;P&gt;I've got the table beneath:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102097" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102097_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The issue is the following:&lt;/P&gt;&lt;P&gt;I've got the dimension "type" with the values: 1, 2, 3, 4, 5, 6, 7, 8, 9&lt;/P&gt;&lt;P&gt;I used a calculated dimension to create what I've got now (basically split things up in 8 (=part 1) versus everything else (=part 2))&lt;/P&gt;&lt;P&gt;=if(match(Type,'8'),Type) and&lt;/P&gt;&lt;P&gt;=if(match(Type,'1','2','3','4','5','6','7','9'),Type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*First problem: they are different calculated dimension so they show up in different columns. I need them in one calculated dimension and thus in one column.&lt;/P&gt;&lt;P&gt;*Second problem: I do not need them split up, I just want '8' and 'everything else'. I do not need to know the type behind 'everything else' (like 1, 4, 6, 7).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I fix my issue, without having to touch the codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985947#M961126</guid>
      <dc:creator />
      <dc:date>2015-10-15T12:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - group variables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985948#M961127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(match(Type,'8'),Type,'Other')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 12:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985948#M961127</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-10-15T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - group variables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985949#M961128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did work, but something really weird is going on.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102102_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I just split everything up and the totals are not correct.&lt;/P&gt;&lt;P&gt;1+2+1+1 = 5? I just copied the bottom one and added the dimension "type" (~Artikelgroep)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really weird &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985949#M961128</guid>
      <dc:creator />
      <dc:date>2015-10-15T13:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - group variables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985950#M961129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you seeing &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1+2+1+1 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985950#M961129</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-10-15T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension - group variables</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985951#M961130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the right, where 4 is marked in yellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I solved my own problem! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-group-variables/m-p/985951#M961130</guid>
      <dc:creator />
      <dc:date>2015-10-15T14:03:45Z</dc:date>
    </item>
  </channel>
</rss>

