<?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: Using 'Select in field' action for multiple selections - Dynamic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263037#M623921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answer.&lt;/P&gt;&lt;P&gt;The correct answer is ='(' &amp;amp; max(ID_PERIOD)-100 &amp;amp; '|' &amp;amp; max(ID_PERIOD)&amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 10:54:50 GMT</pubDate>
    <dc:creator>a_travino</dc:creator>
    <dc:date>2016-12-19T10:54:50Z</dc:date>
    <item>
      <title>Using 'Select in field' action for multiple selections - Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263033#M623917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a little problem to select two different dynamic values from a field.&lt;/P&gt;&lt;P&gt;I solved with&lt;/P&gt;&lt;P&gt;(201510|201610)&lt;/P&gt;&lt;P&gt;but i want select &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(max(ID_PERIOD) - 100|max(ID_PERIOD))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I would select the year-month current with the previous year for the same month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263033#M623917</guid>
      <dc:creator>a_travino</dc:creator>
      <dc:date>2016-12-14T17:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'Select in field' action for multiple selections - Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263034#M623918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vPeriod1 = max(ID_Period) - 100&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vPeriod2 = max(ID_Period) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Select in&amp;nbsp; Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;='('&amp;amp; chr(&lt;STRONG&gt;34&lt;/STRONG&gt;) &amp;amp; vPeriod1 &amp;amp; chr(&lt;STRONG&gt;34&lt;/STRONG&gt;) &amp;amp; ' | ' &amp;amp; chr(&lt;STRONG&gt;34&lt;/STRONG&gt;) &amp;amp; vPeriod2 &amp;amp; chr(&lt;STRONG&gt;34&lt;/STRONG&gt;) &amp;amp; ')'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263034#M623918</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-14T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'Select in field' action for multiple selections - Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263035#M623919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if your Query is resolved please close the thread&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 14:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263035#M623919</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-18T14:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'Select in field' action for multiple selections - Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263036#M623920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could use $-sign expansion like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;($(=max(ID_PERIOD) - 100)|$(=max(ID_PERIOD)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more see here: &lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 09:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263036#M623920</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-19T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using 'Select in field' action for multiple selections - Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263037#M623921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answer.&lt;/P&gt;&lt;P&gt;The correct answer is ='(' &amp;amp; max(ID_PERIOD)-100 &amp;amp; '|' &amp;amp; max(ID_PERIOD)&amp;amp; ')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 10:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Select-in-field-action-for-multiple-selections-Dynamic/m-p/1263037#M623921</guid>
      <dc:creator>a_travino</dc:creator>
      <dc:date>2016-12-19T10:54:50Z</dc:date>
    </item>
  </channel>
</rss>

