<?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: Chart - each date relative % to total per date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655675#M448227</link>
    <description>&lt;P&gt;I use a similar formula to achieve % of a customers share of total sales within a product category during a given year. I use this in a pivot table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: Sum([Sell Out (Combined)])/Sum(Total &amp;lt;[Product Category],[Year]&amp;gt; [Sell Out (Combined)])&lt;/P&gt;&lt;P&gt;Maybe try something along the lines of below in your case or hopefully the above example, at the least, helps get you closer to achieving the desired outcome.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=COUNT([patientID])/COUNT(Total &amp;lt;[CP_DaysWaiting],&lt;SPAN&gt;[CP_ReportDate&lt;/SPAN&gt;]&amp;gt; [patientID])&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 21:09:26 GMT</pubDate>
    <dc:creator>vespab24</dc:creator>
    <dc:date>2019-12-09T21:09:26Z</dc:date>
    <item>
      <title>Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655565#M448209</link>
      <description>&lt;P&gt;Hi guys - I have a bar chart.&amp;nbsp; Simple date series for dimension (CP_ReportDate).&amp;nbsp; I also have a dimension called CP_DaysWaiting which tells me how long a patient has been waiting for a particular procedure on any given day.&lt;/P&gt;&lt;P&gt;We would like to see how many patient's are being seen within different time ranges - and so we have built a slider into the report.&amp;nbsp; This works well - so we can ask the slider to show us, on each day, how many patient's we are seeing between certain times e.g. 0-7 days, 0-14 days, over 10 days etc.&amp;nbsp; This is all done via the slider.&lt;/P&gt;&lt;P&gt;However, I'd like to now show the PERCENTAGE of patient's, per day, on my graph, seen within a certain date range as specified by the slider.&amp;nbsp; How can I achieve this guys?&amp;nbsp; So, if user selected 0-7 days (CP_DaysWaiting) the graph shows the % of patient's per day (CP_ReportDate) achieved.&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&amp;nbsp; Kind regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655565#M448209</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2024-11-16T19:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655675#M448227</link>
      <description>&lt;P&gt;I use a similar formula to achieve % of a customers share of total sales within a product category during a given year. I use this in a pivot table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: Sum([Sell Out (Combined)])/Sum(Total &amp;lt;[Product Category],[Year]&amp;gt; [Sell Out (Combined)])&lt;/P&gt;&lt;P&gt;Maybe try something along the lines of below in your case or hopefully the above example, at the least, helps get you closer to achieving the desired outcome.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=COUNT([patientID])/COUNT(Total &amp;lt;[CP_DaysWaiting],&lt;SPAN&gt;[CP_ReportDate&lt;/SPAN&gt;]&amp;gt; [patientID])&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 21:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655675#M448227</guid>
      <dc:creator>vespab24</dc:creator>
      <dc:date>2019-12-09T21:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655807#M448250</link>
      <description>&lt;P&gt;Hi - thanks for your reply.&amp;nbsp; I have attached the result of using your suggestion.&amp;nbsp; As you can see in the pic, I've selected 0-7 days range and each day is split up into the respective days waiting %.&amp;nbsp; The problem is that, for example, 04/12/2019 - the % of patients seen for this date between 0-7 days should be 29%, but it's showing 13%.&amp;nbsp; When I increase the slider to the max, I'm getting %'s of over 200% for some of the dates.&lt;/P&gt;&lt;P&gt;Not sure what I need to do here.&amp;nbsp; If you have any advice I'd really appreciate it.&amp;nbsp; Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 08:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1655807#M448250</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-12-10T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656109#M448277</link>
      <description>&lt;P&gt;Let's try:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;CP_DaysWaiting={"&amp;lt;=$(vSlider)"}&amp;gt;} CP_EventKey)/Count(Total &amp;lt;CP_DateReported&amp;gt; CP_EventKey)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656109#M448277</guid>
      <dc:creator>vespab24</dc:creator>
      <dc:date>2019-12-10T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656113#M448279</link>
      <description>&lt;P&gt;Hi - Vespab24, this still doesn't work.&amp;nbsp; See sample data I've added below to see if you're able to get something which looks like this, using Set Analysis.&amp;nbsp; Really appreciate your help.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656113#M448279</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-12-10T15:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656118#M448281</link>
      <description>&lt;P&gt;Can you try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count([CP_EventKey])/Count(TOTAL &amp;lt;CP_DateOfReport&amp;gt; {&amp;lt;[CP_DaysWaiting]&amp;gt;} [CP_EventKey])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656118#M448281</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-10T15:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656119#M448282</link>
      <description>&lt;P&gt;Sunny you are a complete LEGEND!&amp;nbsp; Thank you!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656119#M448282</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-12-10T15:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - each date relative % to total per date</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656127#M448283</link>
      <description>&lt;P&gt;Vespab - thanks so much for your contributions.&amp;nbsp; Really appreciate your help.&amp;nbsp; Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-each-date-relative-to-total-per-date/m-p/1656127#M448283</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2019-12-10T15:51:23Z</dc:date>
    </item>
  </channel>
</rss>

