<?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 Dimension Offset in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854178#M532878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your file?&lt;/P&gt;&lt;P&gt;Are you sorting by both of your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 09:33:47 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-04-30T09:33:47Z</dc:date>
    <item>
      <title>Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854171#M532871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am creating a Bar Chart based on hours in a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the data hourly, but the problem is that our business day's start at 4 am (no this cannot be changed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the chart will automatically sort from 01:00:00 to 02:00:00 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to see the chart start at 04:00:00 move from there.&lt;BR /&gt;How can i achieve this offset?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i go to the sort tab in the properties i cannot seem to fix this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854171#M532871</guid>
      <dc:creator />
      <dc:date>2015-04-30T08:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854172#M532872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either use Wildmatch in the sort by Expression options:&lt;/P&gt;&lt;P&gt;WildMatch(Time,04:00:00,05:00:00...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use Dual in the load sscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mapping load * Inline&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[ &lt;STRONG&gt;Time,&lt;/STRONG&gt;Value&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;04:00:00,1&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;05:00:00,2&lt;SPAN style="line-height: 1.5em;"&gt; ]...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;ans so on...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;Sort:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Employe,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dual(Time,ApplyMap&lt;STRONG&gt;('Data',Time&lt;/STRONG&gt;)) as Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854172#M532872</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-30T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854173#M532873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sorting by an expression. Something like mod(only({1}Time)*24-4,24). See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854173#M532873</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-30T08:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854174#M532874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try with mod(only({1}Time)*24-4,24) it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854174#M532874</guid>
      <dc:creator />
      <dc:date>2015-04-30T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854175#M532875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately &lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #666666;"&gt;mod(only({1}Time)*24-4,24) wont work, it errors on 'Time' (red underline)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wildmatch wont work either.&lt;BR /&gt;I guess i can try the script.&lt;/P&gt;&lt;P&gt;Was hoping that wasn't needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854175#M532875</guid>
      <dc:creator />
      <dc:date>2015-04-30T08:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854176#M532876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace &lt;STRONG&gt;Time&lt;/STRONG&gt; with the name of the dimension that contains your hour values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854176#M532876</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-30T08:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854177#M532877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lol, i should have known that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, the sorting gets messed up if i do this, see picture.&lt;IMG alt="Grafiek.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85404_Grafiek.JPG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854177#M532877</guid>
      <dc:creator />
      <dc:date>2015-04-30T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854178#M532878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your file?&lt;/P&gt;&lt;P&gt;Are you sorting by both of your expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 09:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854178#M532878</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-30T09:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Dimension Offset</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854179#M532879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately i cannot considering it is based on a different server without direct access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will try everyone's suggestions again after my reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 13:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Dimension-Offset/m-p/854179#M532879</guid>
      <dc:creator />
      <dc:date>2015-04-30T13:51:46Z</dc:date>
    </item>
  </channel>
</rss>

