<?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: missing bars from the bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310298#M827087</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;To recode like this, I think is easy to don't have gaps in between years:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Gender, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Age,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=18,'Under 18',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=24,'18-24',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=34,'25-34',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=44,'35-44',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=49,'45-49', &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=55,'50-55','56+')))))) as [Age Group],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Occupation, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ZipCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vFilePath)\users.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is users);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you have gaps, maybe you don't have data for those intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2017 13:38:03 GMT</pubDate>
    <dc:creator>jmvilaplanap</dc:creator>
    <dc:date>2017-07-03T13:38:03Z</dc:date>
    <item>
      <title>missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310293#M827082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help...&lt;/P&gt;&lt;P&gt;I tried to create a bar chart with 7 age groups, but the bar chart only show 3 age groups, what went wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168798_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Users:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;UserID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Gender&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=18,'Under 18',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;18 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=24,'18-24',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;24 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=34,'25-34',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;35 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=44,'35-44',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;45 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=49,'45-49',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;gt;50 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=55,'50-55','56+')))))) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Age Group]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Occupation&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;ZipCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[$(vFilePath)\users.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; users);&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/missing-bars-from-the-bar-chart/m-p/1310293#M827082</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310294#M827083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your bar garph has age groups 35 to 55? Can you share this sample to look into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 19:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310294#M827083</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-02T19:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310295#M827084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wee,&lt;/P&gt;&lt;P&gt;may be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=18,'Under 18',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;18 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=24,'18-24',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;24 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=34,'25-34',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;&lt;STRONG style="color: #ff0000;"&gt;34&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=44,'35-44',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;44&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=49,'45-49',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;49&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;=55,'50-55','56+')))))) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New';"&gt;[Age Group]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New';"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jul 2017 22:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310295#M827084</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-02T22:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310296#M827085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share some sample app with data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 02:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310296#M827085</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-03T02:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310297#M827086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My freind has resolved the problem. Many thanks and appreciate all your valueable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wee&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 12:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310297#M827086</guid>
      <dc:creator />
      <dc:date>2017-07-03T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: missing bars from the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310298#M827087</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;To recode like this, I think is easy to don't have gaps in between years:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UserID, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Gender, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Age,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=18,'Under 18',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=24,'18-24',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=34,'25-34',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=44,'35-44',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=49,'45-49', &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Age&amp;lt;=55,'50-55','56+')))))) as [Age Group],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Occupation, &lt;/P&gt;&lt;P&gt;&amp;nbsp; ZipCode&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vFilePath)\users.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is users);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you have gaps, maybe you don't have data for those intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 13:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/missing-bars-from-the-bar-chart/m-p/1310298#M827087</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-07-03T13:38:03Z</dc:date>
    </item>
  </channel>
</rss>

