<?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 Qlikview Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Bar-chart/m-p/1298210#M841820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I'm having a grouped bar chart having field count based on the source and destination format as below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160816" alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160816_Screenshot_1.png" style="height: 256px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In this chart the customer 'Cargosmart' has one mapping and it's showing the exact count for source and destination that I need.&lt;/P&gt;&lt;P&gt;But some customers also having two mappings as shown below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160838" alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/160838_Screenshot_2.png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In this chart it shows the count for two mappings but the field count is wrong. When I select message format individually, it is showing the correct value as shown below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160839" alt="Screenshot_3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/160839_Screenshot_3.png" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160840" alt="Screenshot_4.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/160840_Screenshot_4.png" style="height: 265px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;It adds those two values (119 + 61) = 180&lt;/P&gt;&lt;P&gt;Plz help me guys on how to split the count for those two mappings in the bar chart. I have forwarded the sample data and QVW file below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Qlikview Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Bar-chart/m-p/1298210#M841820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I'm having a grouped bar chart having field count based on the source and destination format as below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160816" alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/160816_Screenshot_1.png" style="height: 256px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In this chart the customer 'Cargosmart' has one mapping and it's showing the exact count for source and destination that I need.&lt;/P&gt;&lt;P&gt;But some customers also having two mappings as shown below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160838" alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/160838_Screenshot_2.png" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In this chart it shows the count for two mappings but the field count is wrong. When I select message format individually, it is showing the correct value as shown below,&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160839" alt="Screenshot_3.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/160839_Screenshot_3.png" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="160840" alt="Screenshot_4.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/160840_Screenshot_4.png" style="height: 265px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;It adds those two values (119 + 61) = 180&lt;/P&gt;&lt;P&gt;Plz help me guys on how to split the count for those two mappings in the bar chart. I have forwarded the sample data and QVW file below.&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/Qlikview-Bar-chart/m-p/1298210#M841820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Bar-chart/m-p/1298211#M841821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to add logic where MessageFormat=[Destination Format] for your chart.&lt;/P&gt;&lt;P&gt;I would probably add another flag in the script something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MessageFormat=[Destination Format],-1,0) as DestMatch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your chart your expression for Destination Format would be:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Destination_Format_Flag={'-1'},DestMatch={'-1}&amp;gt;}UniqKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Bar-chart/m-p/1298211#M841821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T15:20:51Z</dc:date>
    </item>
  </channel>
</rss>

