<?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: Month's Alpha vs Calendar order in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311225#M114873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't mean to be dense...I am new to this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ( count ( distinct  GraphData.GMonth) = count( &lt;SPAN __jive_macro_name="1"&gt;&lt;/SPAN&gt; distinct&lt;/P&gt;&lt;P&gt;GraphData.GMonth), 'YTD', if ( count ( distinct  GraphData.GMonth) ,&lt;/P&gt;&lt;P&gt;concat ( distinct GraphData.GMonth, ', ' ) ))  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I am using and I am unfamiliar with a dual&lt;/P&gt;&lt;P&gt;expression...where do I put the dual?  At the beginning or instead of&lt;/P&gt;&lt;P&gt;the concat?  Or somewhere else altogether?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 13:14:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-22T13:14:44Z</dc:date>
    <item>
      <title>Month's Alpha vs Calendar order</title>
      <link>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311223#M114871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart that i added text to that shows the months the user is looking at.&amp;nbsp; The trouble is that the Months come out in Alphabetical order.&amp;nbsp; I want to see them in the order they are on the calendar.&amp;nbsp; I have tryed everything i know and i cannot get this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any direction would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311223#M114871</guid>
      <dc:creator />
      <dc:date>2011-06-22T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Month's Alpha vs Calendar order</title>
      <link>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311224#M114872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi, Use Dual() Function to make to calendar order. Expression Should be something like below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;=Dual(Expression_With_Month,Month)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;-Sridhar&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 12:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311224#M114872</guid>
      <dc:creator />
      <dc:date>2011-06-22T12:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Month's Alpha vs Calendar order</title>
      <link>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311225#M114873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't mean to be dense...I am new to this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if ( count ( distinct  GraphData.GMonth) = count( &lt;SPAN __jive_macro_name="1"&gt;&lt;/SPAN&gt; distinct&lt;/P&gt;&lt;P&gt;GraphData.GMonth), 'YTD', if ( count ( distinct  GraphData.GMonth) ,&lt;/P&gt;&lt;P&gt;concat ( distinct GraphData.GMonth, ', ' ) ))  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I am using and I am unfamiliar with a dual&lt;/P&gt;&lt;P&gt;expression...where do I put the dual?  At the beginning or instead of&lt;/P&gt;&lt;P&gt;the concat?  Or somewhere else altogether?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311225#M114873</guid>
      <dc:creator />
      <dc:date>2011-06-22T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Month's Alpha vs Calendar order</title>
      <link>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311226#M114874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Should be some thing like this. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dual(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if ( count ( distinct&amp;nbsp; GraphData.GMonth) = count( &lt;SPAN style="font-size: 12px;"&gt; &lt;/SPAN&gt;distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GraphData.GMonth), 'YTD', if ( count ( distinct&amp;nbsp; GraphData.GMonth) ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concat ( distinct GraphData.GMonth, ', ' ) )) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;, GraphData.GMonth)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;EDIT:(untested Expression)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;-Sridhar&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 13:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-s-Alpha-vs-Calendar-order/m-p/311226#M114874</guid>
      <dc:creator />
      <dc:date>2011-06-22T13:45:38Z</dc:date>
    </item>
  </channel>
</rss>

