<?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: Space between chart Bars in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412276#M806295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 10:51:12 GMT</pubDate>
    <dc:creator>waqasshah</dc:creator>
    <dc:date>2017-10-23T10:51:12Z</dc:date>
    <item>
      <title>Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412267#M806281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana,geneva;"&gt;Dear All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 10pt;"&gt;I am facing problem when try to format the bar charts. The issue is when my dataset crosses over to next year the distance between December 2016 and January 2017 chart bars increases. I just want the same distance between all months chart bars. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 10pt;"&gt;I have also tried the options Bar distance and cluster distance but no luck. Please review the attached screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 10pt;"&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 10pt;"&gt;Waqas Shah&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412267#M806281</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412268#M806285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the dimensions / expressions you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe two expressions, one for each year?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412268#M806285</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T10:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412269#M806287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better to share example file we will find the way easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412269#M806287</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-10-23T10:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412270#M806289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using following two dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(CompleteMonthNamesRcvd,3) &amp;amp;'/'&amp;amp; RIGHT(CompleteYearNamesRcvd,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=CompleteYearNamesRcvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expressions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(SUM(IF( REF_RCVD_DT &amp;gt;= date(floor(monthstart(addmonths(Today(),-12))), 'YYYY-MM-DD') AND PRD_Rcvd &amp;lt;= date(floor(monthend(addmonths(Today(),-1))), 'YYYY-MM-DD')&amp;nbsp; AND Product=ProductName AND ProductSite='Frankfurt' , TotalProducts)), '#,###.','.',',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412270#M806289</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-23T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412271#M806290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Satesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your repy but issue how you will extract data ? or you just want to see the formulas in chart properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412271#M806290</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-23T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412272#M806291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just remove the second dimension, I don't think it's needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412272#M806291</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412273#M806292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Left(CompleteMonthNamesRcvd,3) &amp;amp;'/'&amp;amp; RIGHT(CompleteYearNamesRcvd,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and exp you will get data there you have mentioned second dimension I think you are not showing anything based on second dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412273#M806292</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-10-23T10:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412274#M806293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you are suggesting I should not use the second dimension in my chart ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412274#M806293</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-23T10:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412275#M806294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, the second dimension will create a grouped bar chart, that's why you are seeing two spaces for your expression, one is used the previous year, one is used the following year --&amp;gt; space between bars on year change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412275#M806294</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-23T10:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412276#M806295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412276#M806295</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-23T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Space between chart Bars</title>
      <link>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412277#M806296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-between-chart-Bars/m-p/1412277#M806296</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2017-10-23T10:51:26Z</dc:date>
    </item>
  </channel>
</rss>

