<?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 of histogram in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244042#M24784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension of histogram:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Weight &amp;lt; 50, Class(Weight, 10), &lt;/P&gt;&lt;P&gt;If(Weight &amp;gt;= 50 And Weight &amp;lt; 250, Class(Weight, 50),&lt;/P&gt;&lt;P&gt;If(Weight &amp;gt;= 250 And Weight &amp;lt; 800, Class(Weight, 550,'x',250),&lt;/P&gt;&lt;P&gt;Class(Weight, 800) &lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;histogram expression:&amp;nbsp; Count(NumCommand).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A chart should be sorted alphabetically by d&lt;SPAN style="font-size: 13.3333px;"&gt;imension. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 11:49:30 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-01-19T11:49:30Z</dc:date>
    <item>
      <title>Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244039#M24781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community!&lt;/P&gt;&lt;P&gt;I am a basic but regular user of Qlik Sense, I try to represent several aggregations of data from an excel file (from a log file) and I hold on the representation ...&lt;/P&gt;&lt;P&gt;The Excel file contains only one table with the Date (dd / mm / yyyy) columns, Weight (format #, ## Kg) and NumCommand (unique text ID).&lt;/P&gt;&lt;P&gt;I created a first histogram showing the number of orders / day (this one is easy)&lt;/P&gt;&lt;P&gt;Below I want to create a second histogram that shows the details of the weights / day so that by selecting a day in the first histogram, the detail of that day is displayed in the second histogram.&lt;/P&gt;&lt;P&gt;The detail is that in this second histogram, I have to present the data in the following way:&lt;/P&gt;&lt;P&gt;- Number of orders per 10Kg range from 0 to 50Kg&lt;/P&gt;&lt;P&gt;- Number of orders per 50Kg range from 50 to 250Kg&lt;/P&gt;&lt;P&gt;- Number of orders per 800Kg range from 250 to 800Kg, 800 to 1600Kg and 1600 to 2400Kg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am open to other representations, I have tried with a pivot table (rows and columns are ok) but I can not translate it into a graphical representation after ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ideal image concept (photo editing)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exemple.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149366_exemple.png" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 09:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244039#M24781</guid>
      <dc:creator />
      <dc:date>2017-01-13T09:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244040#M24782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the second histogram you can create a Dimension using Class() finction.&lt;/P&gt;&lt;P&gt;Try using Class with Set analysis to define the range (10 kg / 50 Kg / 800 kg)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets try to develop with just one range first&amp;nbsp; and we can then take it forward from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share&amp;nbsp; what you find&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2017 17:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244040#M24782</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-14T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244041#M24783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick reply!&lt;/P&gt;&lt;P&gt;Please, could you be more specific about a Dimension using "Set Analysis" and "Class", I looked at these functions but I didn't find how to implement it in my usecase...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244041#M24783</guid>
      <dc:creator />
      <dc:date>2017-01-17T16:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244042#M24784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olivier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension of histogram:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Weight &amp;lt; 50, Class(Weight, 10), &lt;/P&gt;&lt;P&gt;If(Weight &amp;gt;= 50 And Weight &amp;lt; 250, Class(Weight, 50),&lt;/P&gt;&lt;P&gt;If(Weight &amp;gt;= 250 And Weight &amp;lt; 800, Class(Weight, 550,'x',250),&lt;/P&gt;&lt;P&gt;Class(Weight, 800) &lt;/P&gt;&lt;P&gt;)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;histogram expression:&amp;nbsp; Count(NumCommand).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A chart should be sorted alphabetically by d&lt;SPAN style="font-size: 13.3333px;"&gt;imension. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 11:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244042#M24784</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-01-19T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244043#M24785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick reply, it works fine and now I understood how it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 12:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244043#M24785</guid>
      <dc:creator />
      <dc:date>2017-01-19T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram of histogram</title>
      <link>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244044#M24786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Histogram-of-histogram/m-p/1244044#M24786</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-01-19T12:42:59Z</dc:date>
    </item>
  </channel>
</rss>

