<?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: Charts and Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544077#M1125538</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;use a standard calender and link the calender date with your data model, so that you can have weekly, monthly, quarterly, yearly drilldown on front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in your dimention tab, you can give Date(yourDateField,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;which will format your number into date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 12:29:57 GMT</pubDate>
    <dc:creator>brijesh1991</dc:creator>
    <dc:date>2014-01-02T12:29:57Z</dc:date>
    <item>
      <title>Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544072#M1125533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp; I am brand new to QV and I have a question regarding dates and charts.&amp;nbsp; I have a percenage per day for several months.&amp;nbsp; I would like to create a chart that shows the data by day, week and month.&amp;nbsp; I think I want to make a drilldown chart.&amp;nbsp; I have several issues.&amp;nbsp; First in my chart the data is being shown as a number.&amp;nbsp; In my list box I can change the number format to date format but I can't in the chart.&amp;nbsp; Also can I make the drilldown chart for day, month and year with the data recorded by day or would I have to manually add by week and by month?&amp;nbsp; If I can with the data recorded by day, how would I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 10:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544072#M1125533</guid>
      <dc:creator />
      <dc:date>2014-01-02T10:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544073#M1125534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) in the script change date dimension as&lt;/P&gt;&lt;P&gt;Date(YourDate) as Date&lt;/P&gt;&lt;P&gt;This will change your date from Numeric to Date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can either create the master calender or add below in your script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day(YourDate) as Day,&lt;/P&gt;&lt;P&gt;WeekDay(YourDate) as WeekDay,&lt;/P&gt;&lt;P&gt;Month(YourDate) as Month,&lt;/P&gt;&lt;P&gt;Week(YourDate) as Week,&lt;/P&gt;&lt;P&gt;Year(YourDate) as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 10:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544073#M1125534</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-02T10:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544074#M1125535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DrillDown is possible by this way...&lt;/P&gt;&lt;P&gt;Year--&amp;gt;Quarter--&amp;gt;Month--&amp;gt;Week--&amp;gt;Day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;you need to explicitly convert your date format at script level like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #636363; font-family: Arial; background-color: #ffffff;"&gt;Date(Date#([your date field]),'YYYY-MM-DD')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #636363; font-family: Arial; background-color: #ffffff;"&gt;- Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; color: #636363; font-family: Arial; background-color: #ffffff;"&gt;Vishal Waghole&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 11:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544074#M1125535</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2014-01-02T11:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544075#M1125536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;You need to use the date() function to get the format.,&lt;/P&gt;&lt;P&gt;like date(FIELD,'DD-MM-YYYY') in the creation of drill down fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 11:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544075#M1125536</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-02T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544076#M1125537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where in the scrip do I put that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544076#M1125537</guid>
      <dc:creator />
      <dc:date>2014-01-02T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Charts and Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544077#M1125538</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;use a standard calender and link the calender date with your data model, so that you can have weekly, monthly, quarterly, yearly drilldown on front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in your dimention tab, you can give Date(yourDateField,'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;which will format your number into date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-and-Dates/m-p/544077#M1125538</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-01-02T12:29:57Z</dc:date>
    </item>
  </channel>
</rss>

