<?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: Hourly data, showing only date on x-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640777#M543611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what I'm looking for &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;I'm quessing the "overlay" trick is the only way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 07:13:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-21T07:13:55Z</dc:date>
    <item>
      <title>Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640769#M543603</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;I have hourly data on a line chart, and I'm using calculated dimension to show only date on the x-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(MyDateTime, 'dd/MM/yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me hourly data without having timestamps on x-axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to show only distinct dates on the x-axis, instead of having the same date repeat as many times as it fits in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640769#M543603</guid>
      <dc:creator />
      <dc:date>2014-05-21T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640770#M543604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Covert this timestamp to date in script itself and create a new field,&lt;/P&gt;&lt;P&gt;Then using new field will resolve your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640770#M543604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640771#M543605</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;write the below code in your backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; date(floor(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MyDateTime&lt;/SPAN&gt;)) as New&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MyDateTime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this field instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640771#M543605</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-21T05:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640772#M543606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Won't this give me datapoints only for each day instead of each hour? I want smooth line of hourly data, not straight lines just for each day. But I want the x-axis legend to only have dates instead of timestamps (hours).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640772#M543606</guid>
      <dc:creator />
      <dc:date>2014-05-21T05:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640773#M543607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload some sample data....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640773#M543607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T05:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640774#M543608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope this image clarifies what I'm trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hourly-data-date-on-xaxis.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/59266_hourly-data-date-on-xaxis.png" style="width: 620px; height: 509px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640774#M543608</guid>
      <dc:creator />
      <dc:date>2014-05-21T06:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640775#M543609</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;Try my solution. It must work.&lt;/P&gt;&lt;P&gt;Or just share your sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640775#M543609</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-21T06:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640776#M543610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640776#M543610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T06:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640777#M543611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is what I'm looking for &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;I'm quessing the "overlay" trick is the only way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640777#M543611</guid>
      <dc:creator />
      <dc:date>2014-05-21T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hourly data, showing only date on x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640778#M543612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I think so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hourly-data-showing-only-date-on-x-axis/m-p/640778#M543612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T08:30:36Z</dc:date>
    </item>
  </channel>
</rss>

