<?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: Concatenate Year+Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409389#M152220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,it works....can you tell me,how i get a legend into a chart,i still have it next chart on the right and i cannot find this way in the options/presentations&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 14:17:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-05T14:17:14Z</dc:date>
    <item>
      <title>Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409384#M152215</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´d like to create a new dimension,where i can connect two existed dimensions (year/month) and character "/" = for example 2012/5&lt;/P&gt;&lt;P&gt;Could i do it in calculate dimension by some formula,or should i solve it in script by distinct&lt;/P&gt;&lt;P&gt;Thx a lot&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409384#M152215</guid>
      <dc:creator />
      <dc:date>2012-12-05T13:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409385#M152216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YEAR('&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;YEAR&lt;/SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MONTH'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),'YYYY/MM') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DATE_NEW&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409385#M152216</guid>
      <dc:creator />
      <dc:date>2012-12-05T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409386#M152217</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Year &amp;amp;'/'&amp;amp;Month as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Year&amp;amp;'/'&amp;amp;Month as YearMonth from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409386#M152217</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-05T13:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409387#M152218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: year&amp;amp;'/'&amp;amp;month as yearmonth. This will result in a string, so don't try to use date calculations on it. If you need that use something like Rebeca posted. Perhaps date(makedate(year,month),'YYYY/M') will do. Note, qlikview is Case Sensitive, so 'year' is not the same as 'Year'. Take this into account when creating and using field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409387#M152218</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-05T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409388#M152219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Calculated dimension as&lt;/P&gt;&lt;P&gt;=YearField&amp;amp;'/'&amp;amp;MonthNumberField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in Script&lt;/P&gt;&lt;P&gt;Date(Floor(DateField),'YYYY/M')&lt;/P&gt;&lt;P&gt;Using this in script in better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 13:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409388#M152219</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-12-05T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409389#M152220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,it works....can you tell me,how i get a legend into a chart,i still have it next chart on the right and i cannot find this way in the options/presentations&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409389#M152220</guid>
      <dc:creator />
      <dc:date>2012-12-05T14:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409390#M152221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some settings for the legend on the Presentation tab. Click on Settings in the Legend box. There's also a way to move the legend around a bit. Select your chart and press Ctrl+Shift. You should then see boxes with red outlines. You can move and resize the boxes while you keep the Ctrl+Shift keys down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409390#M152221</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-05T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Year+Month</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409391#M152222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,thanks for a very good advice&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 15:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-Year-Month/m-p/409391#M152222</guid>
      <dc:creator />
      <dc:date>2012-12-05T15:25:40Z</dc:date>
    </item>
  </channel>
</rss>

