<?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 selecting multiple dates on sheet activate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602108#M222628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a standalone list box that has the last four payperiods and need to select the same 4 payperiods in another list box that has a whole big list of pay periods because I need to restrict the dataset that I am displaying in one pivot in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this ='('&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastFourPayPeriods.PayPeriodEndDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|')&amp;amp;')'&amp;nbsp; to select in field on activate but it will not work, the output looks ok but it just will not select the values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 18:39:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-18T18:39:34Z</dc:date>
    <item>
      <title>selecting multiple dates on sheet activate</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602108#M222628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a standalone list box that has the last four payperiods and need to select the same 4 payperiods in another list box that has a whole big list of pay periods because I need to restrict the dataset that I am displaying in one pivot in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this ='('&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LastFourPayPeriods.PayPeriodEndDT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|')&amp;amp;')'&amp;nbsp; to select in field on activate but it will not work, the output looks ok but it just will not select the values.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602108#M222628</guid>
      <dc:creator />
      <dc:date>2014-02-18T18:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: selecting multiple dates on sheet activate</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602109#M222629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='("' &amp;amp; Concat(LastFourPayPeriods.PayPeriodEndDT,'"|"') &amp;amp; '")'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602109#M222629</guid>
      <dc:creator />
      <dc:date>2014-02-18T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: selecting multiple dates on sheet activate</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602110#M222630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maybe this works:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; ='('&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;(distinct chr(34) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;LastFourPayPeriods.PayPeriodEndDT &amp;amp; chr(34)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,'|')&amp;amp;')' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If not, you'll have to post more information. For example a sample document that demonstrates the problem.&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602110#M222630</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-18T18:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: selecting multiple dates on sheet activate</title>
      <link>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602111#M222631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks this worked for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selecting-multiple-dates-on-sheet-activate/m-p/602111#M222631</guid>
      <dc:creator />
      <dc:date>2014-02-18T18:55:16Z</dc:date>
    </item>
  </channel>
</rss>

