<?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: Creating a Concatenated String of Values for a Trigger (Select in Field) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575494#M739814</link>
    <description>&lt;P&gt;Thanks Sunny, that works perfectly, as usual!&lt;/P&gt;&lt;P&gt;Can you explain, why the Concat function itself is included inside the ()?&amp;nbsp; Is that the only way Qlik will recognize of string of values like this for selections via a trigger?&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 14:00:03 GMT</pubDate>
    <dc:creator>jcs_2015</dc:creator>
    <dc:date>2019-05-01T14:00:03Z</dc:date>
    <item>
      <title>Creating a Concatenated String of Values for a Trigger (Select in Field)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575354#M739812</link>
      <description>&lt;P&gt;I'm trying to generate a list of Values for a trigger (via a button) to select a rolling 12 month time frame.&amp;nbsp; I've built the following and appear to get the proper results when viewed in a Text Box BUT I just can't seem to get the trigger to make the sections though&lt;/P&gt;&lt;P&gt;=Concat($(vCurrentMth) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-1) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-2) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-3) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-4) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-5) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-6) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-7) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-8) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-9) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-10) &amp;amp;&lt;BR /&gt;'|' &amp;amp; $(vCurrentMth-11) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output is:&amp;nbsp;Apr 2019|Mar 2019|Feb 2019|Jan 2019|Dec 2018|Nov 2018|Oct 2018|Sep 2018|Aug 2018|Jul 2018|Jun 2018|May 2018&lt;/P&gt;&lt;P&gt;Thoughts on why the Trigger won't make selections?&amp;nbsp; Any thoughts on a more elegant solution as well (front end only though)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575354#M739812</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2024-11-16T03:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Concatenated String of Values for a Trigger (Select in Field)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575466#M739813</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&lt;FONT color="#FF0000"&gt;'("' &amp;amp;&lt;/FONT&gt; Concat($(vCurrentMth) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-1) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-2) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-3) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-4) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-5) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-6) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-7) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-8) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-9) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-10) &amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;' &amp;amp; $(vCurrentMth-11))&lt;FONT color="#FF0000"&gt; &amp;amp; '")'&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;("&lt;/FONT&gt;Apr 2019&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Mar 2019&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Feb 2019&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Jan 2019&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Dec 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Nov 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Oct 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Sep 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Aug 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Jul 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;Jun 2018&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;|&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;May 2018&lt;FONT color="#FF0000"&gt;")&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or you can explore the option of using &amp;gt;=MonthYear&amp;lt;=MonthYear if your field is a date field with dual value.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 12:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575466#M739813</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Concatenated String of Values for a Trigger (Select in Field)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575494#M739814</link>
      <description>&lt;P&gt;Thanks Sunny, that works perfectly, as usual!&lt;/P&gt;&lt;P&gt;Can you explain, why the Concat function itself is included inside the ()?&amp;nbsp; Is that the only way Qlik will recognize of string of values like this for selections via a trigger?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 14:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575494#M739814</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2019-05-01T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Concatenated String of Values for a Trigger (Select in Field)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575502#M739815</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47192"&gt;@jcs_2015&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Can you explain, why the Concat function itself is included inside the ()?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Because you need the final thing to look like this&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;("&lt;/FONT&gt;&lt;SPAN&gt;Apr 2019&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Mar 2019&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Feb 2019&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Jan 2019&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Dec 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Nov 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Oct 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Sep 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Aug 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Jul 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;Jun 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;SPAN&gt;May 2018&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;")&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This is the syntax Qlik requires for searching.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47192"&gt;@jcs_2015&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Is that the only way Qlik will recognize of string of values like this for selections via a trigger?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Like I mentioned, if you have MonthYear as a date and time field, you can use &amp;gt;= &amp;lt;= to trigger&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 14:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575502#M739815</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Concatenated String of Values for a Trigger (Select in Field)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575532#M739816</link>
      <description>&lt;P&gt;Thanks again, I'll work on the &amp;gt;= option too as I believe it is ultimately a cleaner solution&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Concatenated-String-of-Values-for-a-Trigger-Select-in/m-p/1575532#M739816</guid>
      <dc:creator>jcs_2015</dc:creator>
      <dc:date>2019-05-01T15:35:24Z</dc:date>
    </item>
  </channel>
</rss>

