<?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: Histogram Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100272#M910614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a list box with a field expression (from field drop down, select &amp;lt;expression&amp;gt;) like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;Round(Aggr( Avg(J1+J2+J3), RecordIDFIELD),20), RecordIDFIELD)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 08:49:12 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-14T08:49:12Z</dc:date>
    <item>
      <title>Histogram Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100269#M910611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;In my chart,I have 4 fields. J1, J2,J3 AND Avg(J1+J2+J3)(Graph-1).J1 ,2 and 3 are fetching from the database and Avg is calculated value.&lt;/P&gt;&lt;P&gt;There's necessity of creating a histogram chart(in qlikview) for the avg values(created in excel Graph-2). How many no of samples have been there for a particular avg range(say between 20-40 ,40-60). Range was not a problem.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Not getting any idea to implement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Anyone have any idea please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;IMG alt="Graph-1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127649_Graph-1.JPG" style="height: 156px; width: 620px;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Graph-2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127650_Graph-2.JPG" style="height: 373px; width: 620px;" /&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/Histogram-Chart/m-p/1100269#M910611</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100270#M910612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3838"&gt;Recipe for a Histogram&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like using a calculated dimension&lt;/P&gt;&lt;P&gt;=Round(Aggr( Avg(J1+J2+J3), RecordIDFIELD),20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as expression&lt;/P&gt;&lt;P&gt;=Count( RecordIDFIELD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 11:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100270#M910612</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-13T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100271#M910613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was really solved my issue.Now I got another problem. I am unable to do grouping in the graph. I want to give the user to choose the range and based on the selected range the graph'll shows the data for only selected fields. like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graph-1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127732_Graph-1.JPG" style="height: 103px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graph-2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/127736_Graph-2.JPG" style="height: 105px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;How do I implement the same in my histogram graph? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 05:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100271#M910613</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2016-06-14T05:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100272#M910614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating a list box with a field expression (from field drop down, select &amp;lt;expression&amp;gt;) like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;Round(Aggr( Avg(J1+J2+J3), RecordIDFIELD),20), RecordIDFIELD)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 08:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100272#M910614</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-14T08:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100273#M910615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yah.. Thanks a Ton Mr.Swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really we'll create wonders by using AGGR() function. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 05:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-Chart/m-p/1100273#M910615</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2016-06-15T05:53:43Z</dc:date>
    </item>
  </channel>
</rss>

