<?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: Action select field multiple values- YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478707#M479886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I had Year To date in mind, and did not explicit the YTD accronym.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have 2014-06 selected, I would like the button to select 2014-06, 2014-05, 2014-04, 2014-03, 2014-02 and 2014-01.&lt;/P&gt;&lt;P&gt;If I have 2014-12 selected, I would like the button to select 2014-12, 2014-11... down to 2014-01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 15:50:18 GMT</pubDate>
    <dc:creator>sibrulotte</dc:creator>
    <dc:date>2014-01-08T15:50:18Z</dc:date>
    <item>
      <title>Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478704#M479883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;so I'd like to do a YTD on this field&amp;nbsp; [Année-période financière] which is USUALY a single selection. 90% of the time actually.&lt;/P&gt;&lt;P&gt;It has values like 2014-06, for the 6th period of 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do a button that selects from the : GetFieldSelections &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Année-période financière]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) all the way down to the fisrt period of the same year.I've seen alot of threads discussion values that can be seperated by Pipe delimiters, but not alot on arrays.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Does anyone care to help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 21:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478704#M479883</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-01-07T21:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478705#M479884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I am on to something with the CONCAT function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CONCAT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Année-période financière]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(&amp;lt; GetFieldSelections([Année-période financière]))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Année-période financière]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|')')' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but my set analysis is all crooked, and I need to put a lower limit in there...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 21:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478705#M479884</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-01-07T21:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478706#M479885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not absolutely sure of what you're asking for.&amp;nbsp; Can you please given an example like "If ___ date is selected, then I expect the button to select dates from ____ to ____"?&amp;nbsp; There is an easier way to do this than using concat(), I just need to understand what you're trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478706#M479885</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-08T15:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478707#M479886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I had Year To date in mind, and did not explicit the YTD accronym.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have 2014-06 selected, I would like the button to select 2014-06, 2014-05, 2014-04, 2014-03, 2014-02 and 2014-01.&lt;/P&gt;&lt;P&gt;If I have 2014-12 selected, I would like the button to select 2014-12, 2014-11... down to 2014-01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478707#M479886</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-01-08T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478708#M479887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're 2014-06 field is a date field, you could do it using the search string:&lt;/P&gt;&lt;P&gt;='&amp;gt;='&amp;amp;yearstart(min(DateField))&amp;amp;'&amp;lt;='&amp;amp;max(monthend(DateField))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478708#M479887</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-08T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478709#M479888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Rob Wunderlich had a great example in his cookbook on setting a Yesterday, lastweek, last month, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my field is not a date. It's the caracters '2014-06'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 15:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478709#M479888</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-01-08T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478710#M479889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about the attached (some details inside).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478710#M479889</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-08T16:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478711#M479890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works great!!!&lt;BR /&gt;You get a green star.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478711#M479890</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-01-08T18:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Action select field multiple values- YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478712#M479891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it works for you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Action-select-field-multiple-values-YTD/m-p/478712#M479891</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-08T18:53:51Z</dc:date>
    </item>
  </channel>
</rss>

