<?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 problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341386#M1175733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to show the current month, but when you select an other month you want to show an other month? Am I right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, make a selectionbox for month, select one month and go to the properties of that selection box and check "Always One Selected Value"&amp;nbsp; (optional)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to Settings &amp;gt;&amp;gt; Document propeties &amp;gt;&amp;gt; tab: Triggers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add an Action OnOpen&lt;/P&gt;&lt;P&gt;Add &amp;gt;&amp;gt; Selection in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field : YourMonthField&lt;/P&gt;&lt;P&gt;Search String : =Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way when you open your document the current month get selected.&lt;/P&gt;&lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You can also add this trigger on Reload if you wish)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 12:05:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-08T12:05:36Z</dc:date>
    <item>
      <title>Month problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341385#M1175731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to show current month on my chart for that i have use today() function it come to current month but when i select any other month it not change then what logic we use in my chart it with out any selection it show current month and when i select other month it show that month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 11:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341385#M1175731</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2012-05-08T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341386#M1175733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to show the current month, but when you select an other month you want to show an other month? Am I right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, make a selectionbox for month, select one month and go to the properties of that selection box and check "Always One Selected Value"&amp;nbsp; (optional)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to Settings &amp;gt;&amp;gt; Document propeties &amp;gt;&amp;gt; tab: Triggers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add an Action OnOpen&lt;/P&gt;&lt;P&gt;Add &amp;gt;&amp;gt; Selection in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field : YourMonthField&lt;/P&gt;&lt;P&gt;Search String : =Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way when you open your document the current month get selected.&lt;/P&gt;&lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You can also add this trigger on Reload if you wish)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341386#M1175733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Month problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341387#M1175734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir actualy i want to sales record current month wise eg. may - 2012 and when i select jan 2012&amp;nbsp; value are change but it show still may -2012 in my column &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341387#M1175734</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2012-05-08T12:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341388#M1175736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mishra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Count(GetFieldSelections(MonthField))&amp;gt;0,MonthField,Month(Today()))&lt;/P&gt;&lt;P&gt;in the Title Text of the Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where MonthField is the field contains Monthes information from your side.So relace it with your field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341388#M1175736</guid>
      <dc:creator />
      <dc:date>2012-05-08T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Month problem</title>
      <link>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341389#M1175737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mr. rav1234 its workable..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 05:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-problem/m-p/341389#M1175737</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2012-05-09T05:30:30Z</dc:date>
    </item>
  </channel>
</rss>

