<?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: Creating a Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107070#M761723</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;create a new column for the product in the script like mentioned below.&lt;/P&gt;&lt;P&gt;Use Product as Dimension and Sum(QTY) as Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca-Cola*') &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; and WildMatch([PRODUCT NAME],'Coca-Cola ZeroSugar*')=0,'Coca-Cola',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca Cola Cherry*'),'Coca Cola Cherry',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca-Cola Zero Sugar*'),'Coca-Cola Zero Sugar',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Sprite*'),'Sprite',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Diet Coke*'),'Diet Coke',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Fanta Orange*'),'Fanta Orange',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Pepsi*'),'Pepsi',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Seagram'&amp;amp;chr(39)&amp;amp;'s Ginger*'),'Seagram'&amp;amp;chr(39)&amp;amp;'s Ginger',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Fresca*'),'Fresca',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Diet Pepsi*'),'Diet Pepsi' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))))))) as Product,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 08:03:06 GMT</pubDate>
    <dc:creator>pooja_prabhu_n</dc:creator>
    <dc:date>2018-08-06T08:03:06Z</dc:date>
    <item>
      <title>Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107066#M761719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data (As per attached excel file)&lt;/P&gt;&lt;P&gt;Client has warehouse in different location (nearly 20 warehouses). all products are classified under SOFT DRINKS. &lt;/P&gt;&lt;P&gt;All the warehouses have the following products with different stock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coca-Cola Fridge Pack Cans 12 fl oz&lt;/P&gt;&lt;P&gt;Sprite Fridge Pack Cans&amp;nbsp; 12 fl oz&lt;/P&gt;&lt;P&gt;Diet Coke Fridge Pack Cans 12 fl oz&lt;/P&gt;&lt;P&gt;Fanta Orange Fridge Pack Cans&amp;nbsp; 12 fl oz&lt;/P&gt;&lt;P&gt;Coca Cola Cherry Coke, 12 fl Ounce &lt;/P&gt;&lt;P&gt;Pepsi Made with Real Sugar Cans&amp;nbsp; 12 Fl Oz &lt;/P&gt;&lt;P&gt;Seagram's Ginger Ale Fridge Pack Cans, 12 fl oz&lt;/P&gt;&lt;P&gt;Coca-Cola Zero Sugar, 12 fl oz&lt;/P&gt;&lt;P&gt;Fresca Drink, 12 fl oz&lt;/P&gt;&lt;P&gt;Diet Pepsi Cans, 12 Fl Oz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is test data I have duplicated the Product name. But in reality one warehouse may enter as &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Coca-Cola Fridge Cans 12 fl oz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Another warehouse may enter as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Coca-Cola &lt;SPAN style="color: #ff0000;"&gt;FridgeCans&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;12 FL Ounce&lt;/SPAN&gt;&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;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I need to find the total&amp;nbsp; inventory for each products across all warehouse ( Coca-Cola, Sprite, Diet Coke, Fanta Orange, Coca Cola Cherry, Pepsi, Seagram's Ginger, Coca-Cola Zero Sugar, Fresca, Diet Pepsi.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; So X Axis I need Product Name, Y Axis I need Total Quantity across all warehouse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;How do I extract and create a bar chart?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Creating-a-Bar-Chart/m-p/107066#M761719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107067#M761720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Qlik Sense you can load your data using Data Manager.&amp;nbsp; When you create a new app, select the larger option to get there. Point to your excel file or drag and drop it in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see any issues with the Product names, but you can review this as you use the Data manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once loaded, it is as simple as going to the App overview/sheets in edit mode and dragging a bar chart onto the sheet and add Product Name as Dimension and QTY using a Sum aggregation as the measure to get your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Thread310071.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/209898_Thread310071.PNG" style="height: 285px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2018 23:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107067#M761720</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-08-05T23:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107068#M761721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lisa for the Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a slight difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if use&amp;nbsp; directly load that way , Qlik sense identify the following two as two products&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Coca-Cola&lt;SPAN style="color: #ff0000;"&gt; Fridge Cans 12 fl oz&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Coca-Cola &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;FridgeCans&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;12 FL Ounce&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is Coca-Cola to be combined into one ignoring some letters due to manual typo erros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I need to have a small additional table with selective products&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Coca-Cola,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Coca Cola Cherry, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Coca-Cola Zero Sugar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sprite,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; Diet Coke, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Fanta Orange, &lt;BR /&gt;Pepsi, Seagram's Ginger, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Fresca,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Diet Pepsi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;then need to extract these values and sum which I do not know how to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 02:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107068#M761721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T02:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107069#M761722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show us expected results?&lt;/P&gt;&lt;P&gt;for&lt;/P&gt;&lt;P&gt;Coca-Cola Fridge Pack Cans 12 fl oz&lt;/P&gt;&lt;P&gt;Coca-Cola FridgeCans 12 FL Ounce&lt;/P&gt;&lt;P&gt;Coca-Cola FridgeCans 12 Fluid Ounce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 03:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107069#M761722</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-08-06T03:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107070#M761723</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;create a new column for the product in the script like mentioned below.&lt;/P&gt;&lt;P&gt;Use Product as Dimension and Sum(QTY) as Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca-Cola*') &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; and WildMatch([PRODUCT NAME],'Coca-Cola ZeroSugar*')=0,'Coca-Cola',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca Cola Cherry*'),'Coca Cola Cherry',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Coca-Cola Zero Sugar*'),'Coca-Cola Zero Sugar',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Sprite*'),'Sprite',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Diet Coke*'),'Diet Coke',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Fanta Orange*'),'Fanta Orange',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Pepsi*'),'Pepsi',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Seagram'&amp;amp;chr(39)&amp;amp;'s Ginger*'),'Seagram'&amp;amp;chr(39)&amp;amp;'s Ginger',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Fresca*'),'Fresca',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch([PRODUCT NAME],'Diet Pepsi*'),'Diet Pepsi' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))))))) as Product,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107070#M761723</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-08-06T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107071#M761724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your list is fairly short, you can get away with using nested if() statements with Match/Wildmatch. Keep in mind that these will have to be nested in the correct order and/or with correct wildcards - otherwise, you will catch e.g. Coca-Cola Zero Sugar in the Coca-Cola filter if that one is listed first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your list is too long for that, you could try and get clever with string comparison, but this is pretty complicated, very slow, and I'm not sure how well it will work given you have similar product names. See &lt;A href="https://community.qlik.com/thread/263975"&gt;String Percentage Comparison?&lt;/A&gt; for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if the superfluous words are always in that small group of "fridge", "pack", "cans", "12" etc, you could strip those characters from your strings using PurgeChar(). You'll probably have to also do some cleanup of extra whitespaces if you do that - trim() should work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Bar-Chart/m-p/107071#M761724</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2018-08-06T08:49:37Z</dc:date>
    </item>
  </channel>
</rss>

