<?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: Bar Chart from Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933827#M961748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, most appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time dispensed is calculated as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;=Time&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'hh:mm:ss') &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;i will create a sample with limited data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 12:55:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-21T12:55:35Z</dc:date>
    <item>
      <title>Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933823#M961744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following straight table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-21 at 02.27.08.png" class="jive-image image-1" src="/legacyfs/online/102622_Screen Shot 2015-10-21 at 02.27.08.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;All except "Script Number"&amp;nbsp; and "Month-Year Dispensed" are calculated values through expressions.&amp;nbsp; I need to create a bar chart with average (TRx Traffic) on the Y- Axis and Month-Year on the X-Axis.&amp;nbsp; Can this be done and if so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 00:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933823#M961744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T00:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933824#M961745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;Did you try with Dimension as Month Year and TrxTraffic as Expression in the Bar Chart?&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trx_Traffic:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(sum(Trx_Time_Dispensed)-Above(TOTAL sum(Trx_Time_Dispensed)),'mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;Trx_Time_Dispensed - this should be your actual expression used for Trx_TimeDispensed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 02:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933824#M961745</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-21T02:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933825#M961746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Settu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following, which is obviously wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-21 at 09.02.32.png" class="jive-image image-1" src="/legacyfs/online/102647_Screen Shot 2015-10-21 at 09.02.32.png" style="height: 211px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;My TRx_Time_Dispensed (which is "Time Dispensed" in my expression below is calculated and not loaded inline as in your example.&amp;nbsp; My expression is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Time Dispensed]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Above&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TOTAL&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Time Dispensed]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)),'mm:ss') &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;unfortunately i cannot upload the QVW document as it is too big.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933825#M961746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T07:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933826#M961747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be check format of your &lt;STRONG&gt;Time Dispensed&lt;/STRONG&gt; Field. Is that date with time or Time only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without sample, it is difficult to say. Just Create the sample with Limited Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 08:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933826#M961747</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-21T08:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933827#M961748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, most appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time dispensed is calculated as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;=Time&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Dispensed]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, 'hh:mm:ss') &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;i will create a sample with limited data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933827#M961748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933828#M961749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find attached QVW document.&amp;nbsp; i need to be able to filter with Branch and Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 19:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933828#M961749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T19:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933829#M961750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;Try to add the fields (TRx Time Dispensed and TRx Traffic) into your script. Then, it would be easy to do the calculation in the chart.&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your Other Fields,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Interval([Date Dispensed],'hh:mm:ss'),'hh:mm:ss') as TRx_Time_Dispensed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval([Date Dispensed]-Previous([Date Dispensed]),'hh:mm:ss') as TRx_Traffic&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the Avg function in Bar Chart, You can change it based on your need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 06:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933829#M961750</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-22T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933830#M961751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, i will try it out and advise accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&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, 22 Oct 2015 07:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933830#M961751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-22T07:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933831#M961752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu&lt;/P&gt;&lt;P&gt;Thank you very much, this is the right direction i should take.&amp;nbsp; I have a slight complication which can be seen from the fact table preview below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-22 at 20.22.31.png" class="jive-image image-2" src="/legacyfs/online/102852_Screen Shot 2015-10-22 at 20.22.31.png" style="height: 380px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;A Script (Prescription) can have more than 1 item and the TRx_Time_Dispensed will be the same for the same script.&amp;nbsp; You will see in the above screen shot that we have zero TRx_Traffic in some cases for a prescription with more than one item.&amp;nbsp; This means that the creation of this field during load needs to be adjusted so as to take account of this as a simple 'previous' will give the above resulting in errors during average calculation.&amp;nbsp; There is a need to consider distinct Script Number in calculating TRx_Traffic during script load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A long solution to this is to export the straight table to Excel and use this as your data source.&amp;nbsp; This is obviously laborious but gives the required results as seen in the chart below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-10-22 at 21.01.45.png" class="jive-image image-1" src="/legacyfs/online/102851_Screen Shot 2015-10-22 at 21.01.45.png" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Is there a way of taking into account distinct Script Number at script load when deriving the field TRx_Traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 19:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933831#M961752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-22T19:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933832#M961753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;Yes. i checked it. Some of the Script Number is available in 2 years also.&lt;/P&gt;&lt;P&gt;e.g 129410, 129617 (these entered in 2013 and 2014).&lt;/P&gt;&lt;P&gt;So, just i changed the script, if the Date Dispensed = Previous(Date Dispensed) is true, then we can make it as Null, Else, the Normal Interval Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14455685063085614 jive_text_macro" jivemacro_uid="_14455685063085614" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; if([Date Dispensed]=Previous([Date Dispensed]),'',&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval([Date Dispensed&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 12pt;"&gt;]-Previous([Date Dispensed]),'hh:mm:ss')) as TRx_Traffic,&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you can use&amp;nbsp; Avg expression.&lt;/P&gt;&lt;P&gt;For me, i'm getting like the below screen shot..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102879_Capture.JPG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached for your reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 02:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933832#M961753</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-23T02:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart from Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933833#M961754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Settu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ended up doing a separate SQL SELECT Distinct load and ordering by [Retail Pharmacy], [Branch] and [Date Dispensed]. This should work, i will check the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 19:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-from-Straight-Table/m-p/933833#M961754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-26T19:50:58Z</dc:date>
    </item>
  </channel>
</rss>

