<?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: YTD  Month Names Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1511770#M436660</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try like this in OnOpen Trigger -&amp;gt; select in field&lt;BR /&gt;&lt;BR /&gt;Field: Month&lt;BR /&gt;Search string:&lt;BR /&gt;='('&amp;amp;Concat(Aggr(Only({&amp;lt;Date={'&amp;lt;$(=Date(Monthstart(Today())))'}&amp;gt;}Month),Month),'|', Month)&amp;amp;')'&lt;BR /&gt;&lt;BR /&gt;Change the expression based on your fiscal date field and fiscal month field&lt;BR /&gt;Hope it helps.</description>
    <pubDate>Sat, 24 Nov 2018 07:02:02 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2018-11-24T07:02:02Z</dc:date>
    <item>
      <title>YTD  Month Names Selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1511685#M436657</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I need your help. It seems to be simple issue but becomes critical. I have attached two screenshots.&amp;nbsp; My financial year values ranges from April - March.&lt;/P&gt;&lt;P&gt;E.g.&amp;nbsp;&amp;nbsp;We are in &amp;nbsp;November&amp;nbsp;so I want the month from April -- October will be highlighted/selected by default&amp;nbsp; when the sheet is &amp;nbsp;loading&amp;nbsp;. Please review the second screenshots&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Waqas Shah&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1511685#M436657</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2024-11-16T21:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: YTD  Month Names Selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1511770#M436660</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try like this in OnOpen Trigger -&amp;gt; select in field&lt;BR /&gt;&lt;BR /&gt;Field: Month&lt;BR /&gt;Search string:&lt;BR /&gt;='('&amp;amp;Concat(Aggr(Only({&amp;lt;Date={'&amp;lt;$(=Date(Monthstart(Today())))'}&amp;gt;}Month),Month),'|', Month)&amp;amp;')'&lt;BR /&gt;&lt;BR /&gt;Change the expression based on your fiscal date field and fiscal month field&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Sat, 24 Nov 2018 07:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1511770#M436660</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2018-11-24T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: YTD  Month Names Selection</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1512125#M436674</link>
      <description>&lt;P&gt;Dear Mayilvahanan&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Many thanks for your reply.&amp;nbsp; I have tried using your code by replacing with my requirements. Please review the following code&lt;/P&gt;&lt;P&gt;Field: Month : &lt;STRONG&gt;&lt;FONT size="2"&gt;YOYMonthNames&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;='('&amp;amp;&lt;FONT color="#0000ff"&gt;Concat&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;Aggr&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;Only&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="1"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;({&amp;lt;Date={'&amp;lt;$(=Date(Monthstart(Today())))'}&amp;gt;}YOYMonthNames),YOYMonthNames),'|', YOYMonthNames)&amp;amp;')'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please note my field YOYmonthNames is returning me the month names already. Your code highlight all the months in the list box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used your code in the text box and in the listbox and all the months were displayed but in different order.&amp;nbsp; Basically I want the months highlighted will be from April&amp;nbsp; until October.&amp;nbsp; Thanks in advance for ur help.&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; have a look on the latest screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Waqas Shah&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 10:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-Month-Names-Selection/m-p/1512125#M436674</guid>
      <dc:creator>waqasshah</dc:creator>
      <dc:date>2018-11-26T10:52:19Z</dc:date>
    </item>
  </channel>
</rss>

