<?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: Show Total next to a bar in barchart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363775#M30702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 15:16:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-29T15:16:45Z</dc:date>
    <item>
      <title>Show Total next to a bar in barchart</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363773#M30700</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;I have a barchart and I would like to show on the barchart the total no. of sales ie. not broken down by hour. So the idea would be to give the user an sense of how the load is per hour compared to the total. So for example at 12 we have 3k sales and the total is 39k so it around 7,6 % of the total no of sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(distinct [TransactionNo])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this makes sense. Any hints are appreciated and Ideas of presentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Birkir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Barchart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168206_Barchart.PNG" style="height: 189px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363773#M30700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total next to a bar in barchart</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363774#M30701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&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: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT [TransactionNo])/&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(TOTAL DISTINCT [TransactionNo])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(DISTINCT [TransactionNo])/Aggr(NODISTINCT &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(DISTINCT [TransactionNo]), Hour)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 11:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363774#M30701</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-27T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total next to a bar in barchart</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363775#M30702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363775#M30702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show Total next to a bar in barchart</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363776#M30703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread in that case by marking correct response.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Total-next-to-a-bar-in-barchart/m-p/1363776#M30703</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-29T15:17:48Z</dc:date>
    </item>
  </channel>
</rss>

