<?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: Show all month in bar chart even without data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353672#M515605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claudio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommending you to watch &lt;A href="https://www.youtube.com/watch?v=ek_ITfvCnHw" title="https://www.youtube.com/watch?v=ek_ITfvCnHw"&gt;Understanding the Master Calendar - Qlik Sense and QlikView - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;very easy to learn on how to fill the dates which has no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Taj Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2017 17:02:40 GMT</pubDate>
    <dc:creator>tajmohamed30</dc:creator>
    <dc:date>2017-05-29T17:02:40Z</dc:date>
    <item>
      <title>Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353668#M515601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show all 12 months in a bar chart although my month dimension is based on data with only 3 months.&lt;/P&gt;&lt;P&gt;Any ideas how to get a calculated dimension to do that? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 13:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353668#M515601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353669#M515602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Claudio!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps creating a calendar in the script will be the best solution. But if you don't lookin' for easy ways you can use a ValueList() function to achieve this. PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3858"&gt;Master Calendar Generation Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 15:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353669#M515602</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-29T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353670#M515603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Master Calendar, just like Sergey suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353670#M515603</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-29T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353671#M515604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sergey! &lt;/P&gt;&lt;P&gt;Just a little help with the valuelist function, can I use short monthnames as below? It shows 'no data to display' when I apply it.&lt;/P&gt;&lt;P&gt;My field '&lt;SPAN style="font-size: 13.3333px;"&gt;mes_capas' comes from a month function, that's why I changed the date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(ValueList(&lt;/P&gt;&lt;P&gt; Dual('Jan',1)&lt;/P&gt;&lt;P&gt;,Dual('Fev',2)&lt;/P&gt;&lt;P&gt;,Dual('Mar',3)&lt;/P&gt;&lt;P&gt;,Dual('Abr',4)&lt;/P&gt;&lt;P&gt;,Dual('Mai',5)&lt;/P&gt;&lt;P&gt;,Dual('Jun',6)&lt;/P&gt;&lt;P&gt;,Dual('Jul',7)&lt;/P&gt;&lt;P&gt;,Dual('Ago',8)&lt;/P&gt;&lt;P&gt;,Dual('Set',9)&lt;/P&gt;&lt;P&gt;,Dual('Out',10)&lt;/P&gt;&lt;P&gt;,Dual('Nov',11)&lt;/P&gt;&lt;P&gt;,Dual('Dez',12)&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Jan"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Fev"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Mar"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Abr"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Mai"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Jun"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Jul"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Ago"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Set"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Out"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Nov"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas),&lt;/P&gt;&lt;P&gt;Count({&amp;lt;mes_capas={"Dez"}, ano_fech={$(=Year(ReloadTime()))}&amp;gt;} qntd_capas)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 16:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353671#M515604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T16:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353672#M515605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claudio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommending you to watch &lt;A href="https://www.youtube.com/watch?v=ek_ITfvCnHw" title="https://www.youtube.com/watch?v=ek_ITfvCnHw"&gt;Understanding the Master Calendar - Qlik Sense and QlikView - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;very easy to learn on how to fill the dates which has no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Taj Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 17:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353672#M515605</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-05-29T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show all month in bar chart even without data</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353673#M515606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, dimension was not set with the valuelist. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 17:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-month-in-bar-chart-even-without-data/m-p/1353673#M515606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T17:09:44Z</dc:date>
    </item>
  </channel>
</rss>

