<?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: Single Letter Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843381#M296308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my load script for my calendar, I have put the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&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&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;c_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar.MonthInital&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use "&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar.MonthInital" &lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; as a dimension,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; in Stead of 13 months I get 8, in a random order.&amp;nbsp; Currently "N,D,J,O,S,A,M,F"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;My suspicion is as "J" is not unique, it puts all of Jan, Jun &amp;amp; Jul under "J"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 15:14:34 GMT</pubDate>
    <dc:creator>nwilliams</dc:creator>
    <dc:date>2015-06-17T15:14:34Z</dc:date>
    <item>
      <title>Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843371#M296298</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'm creating a line graph to show trend, and the full axis labels are not important, so have removed them.&amp;nbsp; What I am after is to get a sense of the time on the dimension axis, so want to put the month in there.&amp;nbsp; The dimension I'm sowing at the moment would display "Jan 2015", but what I'm after is just "J", "F", "M" etc.&amp;nbsp; I tried using "Date(field, 'M') in the load script, but the created "1", "2", "3" etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how I get just "J" for January?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843371#M296298</guid>
      <dc:creator>nwilliams</dc:creator>
      <dc:date>2015-06-17T14:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843372#M296299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&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&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),1) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843372#M296299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T14:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843373#M296300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left(myDimension,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843373#M296300</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-17T14:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843374#M296301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;You could try with a left and month combination &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Left(Month(field),1 )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843374#M296301</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-17T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843375#M296302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried that, but the issue comes where you have Jan, Jun, &amp;amp; Jul all get grouped under one "J", same with Aug &amp;amp; Apr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843375#M296302</guid>
      <dc:creator>nwilliams</dc:creator>
      <dc:date>2015-06-17T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843376#M296303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What single letter result are you after for each of the 12 months ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843376#M296303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843377#M296304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jan = J&lt;/P&gt;&lt;P&gt;Feb = F&lt;/P&gt;&lt;P&gt;Mar = M&lt;/P&gt;&lt;P&gt;Apr = A&lt;/P&gt;&lt;P&gt;May = M&lt;/P&gt;&lt;P&gt;Jun = J&lt;/P&gt;&lt;P&gt;Jul = J&lt;/P&gt;&lt;P&gt;A = A&lt;/P&gt;&lt;P&gt;Sep = S&lt;/P&gt;&lt;P&gt;Oct = O&lt;/P&gt;&lt;P&gt;Nov = N&lt;/P&gt;&lt;P&gt;Dec = D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you look at a 13 month rolling chart, you would see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M J J A S O N D J F M A M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843377#M296304</guid>
      <dc:creator>nwilliams</dc:creator>
      <dc:date>2015-06-17T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843378#M296305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused now as you said this was no good :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tried that, but the issue comes where you have Jan, Jun, &amp;amp; Jul all get grouped under one "J", same with Aug &amp;amp; Apr"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843378#M296305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T15:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843379#M296306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'd need to go to for calculated dimension of &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,3) &lt;/SPAN&gt; to get them unique&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843379#M296306</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-06-17T15:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843380#M296307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe by using a dual function so each entry is recognized as a different value&lt;/P&gt;&lt;P&gt;=dual(Left(Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field&lt;/SPAN&gt;),1 ),num(month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;field&lt;/SPAN&gt;)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843380#M296307</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-17T15:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843381#M296308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my load script for my calendar, I have put the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&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&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;c_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),1) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar.MonthInital&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use "&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Calendar.MonthInital" &lt;SPAN style="color: #333333;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; as a dimension,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; in Stead of 13 months I get 8, in a random order.&amp;nbsp; Currently "N,D,J,O,S,A,M,F"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;My suspicion is as "J" is not unique, it puts all of Jan, Jun &amp;amp; Jul under "J"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843381#M296308</guid>
      <dc:creator>nwilliams</dc:creator>
      <dc:date>2015-06-17T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843382#M296309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Ramon answer is correct.&lt;/P&gt;&lt;P&gt;However You can' change dimension and chek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Limite legenda.png" class="jive-image image-1" src="/legacyfs/online/89786_Limite legenda.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But You have&amp;nbsp;&amp;nbsp; J...F..M. and so on.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843382#M296309</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-06-17T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Single Letter Month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843383#M296310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has done it, but to get this work over 2 years instead on using month number as the second part, I changed it to Month Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Dual&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&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&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;c_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),1 ),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;c_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks!!!!! ::)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-Letter-Month/m-p/843383#M296310</guid>
      <dc:creator>nwilliams</dc:creator>
      <dc:date>2015-06-17T15:22:45Z</dc:date>
    </item>
  </channel>
</rss>

