<?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: Displaying graph dimension date in another format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619000#M547277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where would I try that? If I add it to the dimensions it ruins my graph?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 15:15:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-21T15:15:06Z</dc:date>
    <item>
      <title>Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/618998#M547275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a graph similar to the image below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Gr.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53631_Gr.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's just a Date as a dimension and a sum of orders on that date as an expression. This is perfect, but is there anyway I can have the dimension labels display as something else? The graph will only show the past 7 days and I'd like it to have the day name so 'Thursday, Wednesday' etc. Is there somewhere I can do that? I tried a custom dimension but it didn't work out too well for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/618998#M547275</guid>
      <dc:creator />
      <dc:date>2014-02-21T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/618999#M547276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weekDay(Datefield)&lt;/P&gt;&lt;P&gt;&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>Fri, 21 Feb 2014 15:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/618999#M547276</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-02-21T15:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619000#M547277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where would I try that? If I add it to the dimensions it ruins my graph?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619000#M547277</guid>
      <dc:creator />
      <dc:date>2014-02-21T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619001#M547278</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;You can add fields on your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; Date,&lt;/P&gt;&lt;P&gt; Month(Date) as Month,&lt;/P&gt;&lt;P&gt; WeekDay(Date) as WeekDay&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619001#M547278</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2014-02-21T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619002#M547279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in dimension or in Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the csript example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attched sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619002#M547279</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-02-21T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619003#M547280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use date(MyDate , 'WWWW') to display the long day names. If you need different names than your systems default use the LongDayNames variable in the script:&lt;/P&gt;&lt;P&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saterday;Sunday';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619003#M547280</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-21T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying graph dimension date in another format</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619004#M547281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this is what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-graph-dimension-date-in-another-format/m-p/619004#M547281</guid>
      <dc:creator />
      <dc:date>2014-02-21T15:51:08Z</dc:date>
    </item>
  </channel>
</rss>

