<?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: Combine Data Values in Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104121#M901876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using like this in your script for [Area ID]...&lt;/P&gt;&lt;P&gt;pick(match([Area ID],'ASM','BIW','C-2','PNT'),'TCF','BIW','PAINT','PAINT') as &lt;SPAN style="font-size: 13.3333px;"&gt;[Area ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Try using like this in your dimension for [Area ID]...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;pick(match([Area ID],'ASM','BIW','C-2','PNT'),'TCF','BIW','PAINT','PAINT') as &lt;SPAN style="font-size: 13.3333px;"&gt;[Area ID]&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 16:57:25 GMT</pubDate>
    <dc:creator>vikramv</dc:creator>
    <dc:date>2016-07-06T16:57:25Z</dc:date>
    <item>
      <title>Combine Data Values in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104119#M901874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dimension "Area ID" which branches into 4 departments: "ASM", "BIW", "C-2", and "PNT"..... I want to REPLACE "ASM" with "TCF", CHANGE "C-2" &amp;amp; "PNT" to "PAINT", and keep "BIW".... Is this possible through an expression? Thanks in advance. &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/Combine-Data-Values-in-Bar-Chart/m-p/1104119#M901874</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Data Values in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104120#M901875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a calculated dimension or make changes in the script using if statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Area ID] = 'ASM', 'TCF',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match([Area ID], 'PNT', 'C-2'), 'PAINT', [Area ID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If([Area ID] = 'ASM', 'TCF',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(Match([Area ID], 'PNT', 'C-2'), 'PAINT', [Area ID])) as &lt;STRONG style="font-size: 13.3333px;"&gt;[Area ID]&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 16:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104120#M901875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-06T16:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Data Values in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104121#M901876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using like this in your script for [Area ID]...&lt;/P&gt;&lt;P&gt;pick(match([Area ID],'ASM','BIW','C-2','PNT'),'TCF','BIW','PAINT','PAINT') as &lt;SPAN style="font-size: 13.3333px;"&gt;[Area ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Try using like this in your dimension for [Area ID]...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;pick(match([Area ID],'ASM','BIW','C-2','PNT'),'TCF','BIW','PAINT','PAINT') as &lt;SPAN style="font-size: 13.3333px;"&gt;[Area ID]&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 16:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104121#M901876</guid>
      <dc:creator>vikramv</dc:creator>
      <dc:date>2016-07-06T16:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Data Values in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104122#M901877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 17:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104122#M901877</guid>
      <dc:creator />
      <dc:date>2016-07-06T17:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Data Values in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104123#M901878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &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, 06 Jul 2016 17:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-Data-Values-in-Bar-Chart/m-p/1104123#M901878</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-06T17:57:03Z</dc:date>
    </item>
  </channel>
</rss>

