<?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: Line Chart show dimension label every 4 values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705878#M540400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard, &lt;BR /&gt;Does this give you what you require.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Footsie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 14:38:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-18T14:38:19Z</dc:date>
    <item>
      <title>Line Chart show dimension label every 4 values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705875#M540397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure this must be very simple but I'm going round in circles trying to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table of values broken down into quarters of a day e.g. 01/07/2014 06:00, 01/07/2014 12:00, 01/07/2014 18:00, 02/07/2014 00:00, etc and I'd like to build a simple line chart that shows the sum of the IN and OUT numbers but only show a single dimension label by day but have four data points between each day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So currently I have this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" height="170" src="https://community.qlik.com/legacyfs/online/62657_Capture.PNG.png" style="width: 503px; height: 169.9634703196347px;" width="503" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'd like something like this (ignore that it shows a label every four days as excel wouldn't let me break down a day into 4 segments)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG.png" class="jive-image" height="159" src="https://community.qlik.com/legacyfs/online/62659_Capture3.PNG.png" style="width: 503px; height: 159.01290322580644px;" width="503" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also attached the sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 11:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705875#M540397</guid>
      <dc:creator>richho_microp</dc:creator>
      <dc:date>2014-07-18T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart show dimension label every 4 values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705876#M540398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Richard, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the best solution i could come up with. You DATE is text field which means you cannot use date functions on. You can change that to the date format using the following syntax in your script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MakeDate(Left(Right(DATE, Len(DATE)-6), Len(Right(DATE, Len(DATE)-6))-6), &lt;/P&gt;&lt;P&gt;Right(Left(DATE, Len(DATE)-11),len(Left(DATE, Len(DATE)-11))-3),&lt;/P&gt;&lt;P&gt;Left(DATE, Len(DATE)-14)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 12:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705876#M540398</guid>
      <dc:creator />
      <dc:date>2014-07-18T12:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart show dimension label every 4 values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705877#M540399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply and attachment but the business wont accept a bar graph as the current BI tool is able to give them the data in a line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I believe a much easier way to get the inline table to show the DATE field as a date data type would be to set the TimeStampFormat to being;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm[.fff]';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That seems to have worked to get the value translated.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 13:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705877#M540399</guid>
      <dc:creator>richho_microp</dc:creator>
      <dc:date>2014-07-18T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart show dimension label every 4 values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705878#M540400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard, &lt;BR /&gt;Does this give you what you require.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Footsie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705878#M540400</guid>
      <dc:creator />
      <dc:date>2014-07-18T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart show dimension label every 4 values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705879#M540401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should coco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great work, I can see how you've converted the inline data to a date and then used the Continuous Dimension Axis option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-show-dimension-label-every-4-values/m-p/705879#M540401</guid>
      <dc:creator>richho_microp</dc:creator>
      <dc:date>2014-07-18T14:43:41Z</dc:date>
    </item>
  </channel>
</rss>

