<?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 date with weekday on date-axis in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375389#M577365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;weekday('2012-03-29')(fieldname)&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;weekday&lt;/STRONG&gt;('2012-03-29')-&amp;gt; Thus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 11:18:09 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-03-29T11:18:09Z</dc:date>
    <item>
      <title>date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375385#M577361</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;I have a chart with dates on the dimension axis. And I just want to display the weekday of the day beside/below/what else to the date. How can I add this information to the chart?&lt;/P&gt;&lt;P&gt;So on the dimension axis I want: 2012-03-29 (Thu), 2012-03-30 (Fr), ...&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375385#M577361</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375386#M577362</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;On the Number tab of the chart properties, select the dimension field, tick the box "Override Document Settings" and set the format to Date. Then on the right hand side set the Format Pattern to "YYYY/MM/DD (WWW)" and that should do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375386#M577362</guid>
      <dc:creator />
      <dc:date>2012-03-29T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375387#M577363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the Number tab I don't have the possibility to change the dimension field, only the formulas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 10:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375387#M577363</guid>
      <dc:creator />
      <dc:date>2012-03-29T10:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375388#M577364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry my mistake. You can either format the date field in the script instead using the date() function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(MyDateField, 'YYYY/MM/DD (WWW)') AS MyDateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could use a calculated dimension within the chart to do the same like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(MyDateField, 'YYYY/MM/DD (WWW)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but calculated dimensions are best avoided though as they can cause poor performance if you have large volumes of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 11:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375388#M577364</guid>
      <dc:creator />
      <dc:date>2012-03-29T11:11:17Z</dc:date>
    </item>
    <item>
      <title>date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375389#M577365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;weekday('2012-03-29')(fieldname)&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;weekday&lt;/STRONG&gt;('2012-03-29')-&amp;gt; Thus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 11:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375389#M577365</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-03-29T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375390#M577366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, that solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375390#M577366</guid>
      <dc:creator />
      <dc:date>2012-03-29T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: date with weekday on date-axis in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375391#M577367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-with-weekday-on-date-axis-in-Chart/m-p/375391#M577367</guid>
      <dc:creator />
      <dc:date>2012-03-29T13:42:28Z</dc:date>
    </item>
  </channel>
</rss>

