<?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: Drawing a bar graph with a difference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383341#M459651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a bar chart with no dimension and three expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Diabetes = {'Yes'}&lt;/SPAN&gt;&amp;gt;}Diabetes)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Diabetes)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2) &lt;/SPAN&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hypertension = {'Yes'}&lt;/SPAN&gt;&amp;gt;}&lt;STRONG style="font-size: 13.3333px;"&gt;Hypertension&lt;/STRONG&gt;)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;STRONG style="font-size: 13.3333px;"&gt;Hypertension&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;[High Cholesterol] = {'Yes'}&lt;/SPAN&gt;&amp;gt;}&lt;STRONG style="font-size: 13.3333px;"&gt;[High Cholesterol]&lt;/STRONG&gt;)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;STRONG style="font-size: 13.3333px;"&gt;[High Cholesterol]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2017 00:35:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-25T00:35:52Z</dc:date>
    <item>
      <title>Drawing a bar graph with a difference</title>
      <link>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383340#M459650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evening all&lt;/P&gt;&lt;P&gt;I would appreciate some assistance with drawing a bar graph with a bit of a difference. Our customer fill in a questionnaire where there are some questions asking for a Yes/No response around their health status. There a question that asks if they have diabetes, another that asks if they have hypertension, another one that asks if they have high cholesterol, etc. I want to represent this in a bar graph where each bar on the graph will be for each question that was answered. The bar will simply show the percentage of customers that answered Yes for that question. In this example I will have a bar graph with 3 bars, one for diabetes, then next for hypertension and the last for high cholesterol. Each bar will show the percentage of customers that answered Yes to that question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input data would look like this (I have excluded the other fields that are not relevant to this question)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer No&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Diabetes&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Hypertension&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;High Cholesterol&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;No&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 bar graph's 3 bars would have the values, Diabetes:33.3%, Hypertension:66.7% and Cholesterol:50.0%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You suggestions will be most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Braham Edwards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 20:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383340#M459650</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2017-08-24T20:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a bar graph with a difference</title>
      <link>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383341#M459651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a bar chart with no dimension and three expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Diabetes = {'Yes'}&lt;/SPAN&gt;&amp;gt;}Diabetes)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Diabetes)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2) &lt;/SPAN&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hypertension = {'Yes'}&lt;/SPAN&gt;&amp;gt;}&lt;STRONG style="font-size: 13.3333px;"&gt;Hypertension&lt;/STRONG&gt;)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;STRONG style="font-size: 13.3333px;"&gt;Hypertension&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;[High Cholesterol] = {'Yes'}&lt;/SPAN&gt;&amp;gt;}&lt;STRONG style="font-size: 13.3333px;"&gt;[High Cholesterol]&lt;/STRONG&gt;)/&lt;SPAN style="font-size: 13.3333px;"&gt;Count(&lt;STRONG style="font-size: 13.3333px;"&gt;[High Cholesterol]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 00:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383341#M459651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-25T00:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a bar graph with a difference</title>
      <link>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383342#M459652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, I did not know you could draw a bar chart without any dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Braham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 04:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383342#M459652</guid>
      <dc:creator>braham</dc:creator>
      <dc:date>2017-08-25T04:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing a bar graph with a difference</title>
      <link>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383343#M459653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, you can.... but not so sure about Qlik Sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drawing-a-bar-graph-with-a-difference/m-p/1383343#M459653</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-25T09:55:58Z</dc:date>
    </item>
  </channel>
</rss>

