<?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. :Re: Re. :Yet another date question... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171345#M41384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Year(Date)&amp;amp;'-'&amp;amp;num(Month(Date)) as [%CurrencyPeriod]&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 17:15:47 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2010-05-31T17:15:47Z</dc:date>
    <item>
      <title>Yet another date question...</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171342#M41381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all!&lt;/P&gt;&lt;P&gt;I have a question regarding dates. I have an excel with a date column ' 2010-04-01' and I would like to use the year and month from this field so I would like to have '2010-04'. I thought this would be the solution but it doesn't work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;date(date#(left(Date, 7), 'YYYY-MM'), 'YYYY-MM') as %CurrencyPeriod&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This results in a '-'&lt;/P&gt;&lt;P&gt;Any suggestions of how I could do this?&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 16:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171342#M41381</guid>
      <dc:creator />
      <dc:date>2010-05-31T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re. :Yet another date question...</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171343#M41382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you have to use this expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Year(Date)&amp;amp;'-'&amp;amp;Month(Date) as [%CurrencyPeriod]&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 17:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171343#M41382</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-31T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re. :Yet another date question...</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171344#M41383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but this results in: '2010-apr'. How can I convert the month to a number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 17:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171344#M41383</guid>
      <dc:creator />
      <dc:date>2010-05-31T17:11:18Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Yet another date question...</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171345#M41384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Year(Date)&amp;amp;'-'&amp;amp;num(Month(Date)) as [%CurrencyPeriod]&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 17:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171345#M41384</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-31T17:15:47Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Yet another date question...</title>
      <link>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171346#M41385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thank you!&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 17:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yet-another-date-question/m-p/171346#M41385</guid>
      <dc:creator />
      <dc:date>2010-05-31T17:26:38Z</dc:date>
    </item>
  </channel>
</rss>

