<?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 Missing hours/create a new axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217725#M70911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2439_sourceID:2439" /&gt;&lt;/P&gt;&lt;P&gt;Can anybody please suggest me a way to add a 24 hour axis to the chart, in a way that all 24 hours are shown and the time between 1.00 and 7.00 is evenly distributed?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 15:27:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-24T15:27:38Z</dc:date>
    <item>
      <title>Missing hours/create a new axis</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217725#M70911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2439_sourceID:2439" /&gt;&lt;/P&gt;&lt;P&gt;Can anybody please suggest me a way to add a 24 hour axis to the chart, in a way that all 24 hours are shown and the time between 1.00 and 7.00 is evenly distributed?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 15:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217725#M70911</guid>
      <dc:creator />
      <dc:date>2010-09-24T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Missing hours/create a new axis</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217726#M70912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ques you only have value's until 16:00.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 15:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217726#M70912</guid>
      <dc:creator />
      <dc:date>2010-09-24T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Missing hours/create a new axis</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217727#M70913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Hi&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;The values always change, because there is an update every 15 minutes. The table is updated daily, basically all values are reset to 0 after midnight.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 15:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217727#M70913</guid>
      <dc:creator />
      <dc:date>2010-09-24T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Missing hours/create a new axis</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217728#M70914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, if all the hours don't exist in the data model, you should add hours to the data model and link it to the hour column in your transactions table. For example:&lt;/P&gt;&lt;P&gt;LOAD maketime(rowno()-1) AS HOUR&lt;BR /&gt;AUTOGENERATE 24;&lt;/P&gt;&lt;P&gt;Then in the graph and in the presentation tab, disable the option to suppress zero values and to suppress missing values. You might also have to select the option to show all values in the dimension tab.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 16:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217728#M70914</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-24T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Missing hours/create a new axis</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217729#M70915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Karl&lt;/P&gt;&lt;P&gt;You are a star! It works! I had created the 'hours' table myself, but I could not see the values because I hadn't clicked on suppressed zero values!&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 16:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-hours-create-a-new-axis/m-p/217729#M70915</guid>
      <dc:creator />
      <dc:date>2010-09-24T16:28:55Z</dc:date>
    </item>
  </channel>
</rss>

