<?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 Show all Date Dimension Values regardless the data values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748714#M267156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where I need to show the date values(using drill down object from year, month, etc)&amp;nbsp; on the X-axis regardless of the data values for a particular Asset or Product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW where I have made a selection on Product ID(P44) but the graphs shows data only for 2 months but I would like to see all months irrespective of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me understand how this can be achieved. Moreover, all the source tables are from SQL server database.&lt;/P&gt;&lt;P&gt;So will have to script in DB or in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 06:18:03 GMT</pubDate>
    <dc:creator>shyamcharan</dc:creator>
    <dc:date>2015-02-05T06:18:03Z</dc:date>
    <item>
      <title>Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748714#M267156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where I need to show the date values(using drill down object from year, month, etc)&amp;nbsp; on the X-axis regardless of the data values for a particular Asset or Product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW where I have made a selection on Product ID(P44) but the graphs shows data only for 2 months but I would like to see all months irrespective of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help me understand how this can be achieved. Moreover, all the source tables are from SQL server database.&lt;/P&gt;&lt;P&gt;So will have to script in DB or in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748714#M267156</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2015-02-05T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748715#M267157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shyamcharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SQL DB tables you need fire query with respective table names which u have,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;your sql connection string required for loading data from sql tables;&lt;/P&gt;&lt;P&gt;you can achieve it by creating ODBC or OLEDB connector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Your ConnectionString];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sql select * from tablename; -or-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sql select * from viewname; -or-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Directly place query under &lt;SPAN style="font-size: 13.3333330154419px;"&gt;ConnectionString to load data&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 06:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748715#M267157</guid>
      <dc:creator />
      <dc:date>2015-02-05T06:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748716#M267158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;FiscalYear=&amp;gt;}[Sales amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its helps you&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;Er. Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748716#M267158</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-02-05T07:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748717#M267159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harshal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution will not work for me as the graph would have thousands of Assets and if the graph does not show the Cost for one asset rather show the Cost for all Assets its very confusing and not good with too many lines on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 09:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748717#M267159</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2015-02-05T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748718#M267160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement should work many other filter/list boxes. not just one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 09:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748718#M267160</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2015-02-05T09:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show all Date Dimension Values regardless the data values</title>
      <link>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748719#M267161</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;Do you have any sample image for your layout representation please share if you have else create drill-down group ,&lt;/P&gt;&lt;P&gt;chart properties&amp;gt;dimension&amp;gt;Edit Grp.&amp;gt;Edit&amp;gt;drill-down with respective date fields &amp;amp; put created grp. in dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-all-Date-Dimension-Values-regardless-the-data-values/m-p/748719#M267161</guid>
      <dc:creator />
      <dc:date>2015-02-05T10:27:37Z</dc:date>
    </item>
  </channel>
</rss>

