<?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 Creating a Histogram in Sense... help please! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271626#M26152</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;I'm new to Qlik and to programming, so I'm still getting my feet wet here. I am trying to create a histogram based on 2 fields in my data - Revenue &amp;amp; Target. What I'm trying to create is a histogram for the frequencies of the ratio Revenue/Target=Attainment. This is how my table is organized&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); 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;ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Quarter&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Revenue&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Target&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;125&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;130&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1250&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to set the bins at intervals of 5% (or 10%) and know the count of the attainment (Revenue/Target) for that range. I assume that filtering out globally an ID, a Quarter or another field will modify the histogram accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried looking at other postings but I'm not being able to translate them to my reality. Any assistance will be very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2016 13:53:11 GMT</pubDate>
    <dc:creator>rebostero</dc:creator>
    <dc:date>2016-12-02T13:53:11Z</dc:date>
    <item>
      <title>Creating a Histogram in Sense... help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271626#M26152</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;I'm new to Qlik and to programming, so I'm still getting my feet wet here. I am trying to create a histogram based on 2 fields in my data - Revenue &amp;amp; Target. What I'm trying to create is a histogram for the frequencies of the ratio Revenue/Target=Attainment. This is how my table is organized&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); 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;ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Quarter&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Revenue&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Target&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;89&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;125&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;130&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;34567&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1250&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to set the bins at intervals of 5% (or 10%) and know the count of the attainment (Revenue/Target) for that range. I assume that filtering out globally an ID, a Quarter or another field will modify the histogram accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried looking at other postings but I'm not being able to translate them to my reality. Any assistance will be very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271626#M26152</guid>
      <dc:creator>rebostero</dc:creator>
      <dc:date>2016-12-02T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Histogram in Sense... help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271627#M26153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Histogram in QlikView or Qlik Sense should be the same. Have you tried taking a peek here: &lt;A href="https://community.qlik.com/qlik-blogpost/3838"&gt;Recipe for a Histogram&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 16:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271627#M26153</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-02T16:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Histogram in Sense... help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271628#M26154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm I saw that one but for example, no input box that I'm aware on Sense....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271628#M26154</guid>
      <dc:creator>rebostero</dc:creator>
      <dc:date>2016-12-02T18:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Histogram in Sense... help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271629#M26155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be an extension:&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae6988b" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae6988b"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271629#M26155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-02T18:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Histogram in Sense... help please!</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271630#M26156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved, thank you. Much simpler than the other examples, I was over complicating it - just used class in the dimension and then counted normally, worked perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Histogram-in-Sense-help-please/m-p/1271630#M26156</guid>
      <dc:creator>rebostero</dc:creator>
      <dc:date>2016-12-02T18:38:58Z</dc:date>
    </item>
  </channel>
</rss>

