<?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 List Box auto select previous values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756289#M719641</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a List box representing the months of the year just as follow :&lt;/P&gt;&lt;P&gt;01 &amp;nbsp; &amp;nbsp;02 &amp;nbsp; &amp;nbsp;03 &amp;nbsp; &amp;nbsp;04 &amp;nbsp; &amp;nbsp;05 &amp;nbsp; &amp;nbsp;06 &amp;nbsp; &amp;nbsp;07 &amp;nbsp; &amp;nbsp;08 &amp;nbsp; &amp;nbsp;09 &amp;nbsp; &amp;nbsp;10 &amp;nbsp; &amp;nbsp;11 &amp;nbsp; &amp;nbsp;12&lt;/P&gt;&lt;P&gt;Is there a way to force the selection to take all the previous months ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For exemple:&lt;/P&gt;&lt;P&gt;If i select 05, my selection would be 01+02+03+04+05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:44:06 GMT</pubDate>
    <dc:creator>Antoine553</dc:creator>
    <dc:date>2024-11-15T23:44:06Z</dc:date>
    <item>
      <title>List Box auto select previous values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756289#M719641</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a List box representing the months of the year just as follow :&lt;/P&gt;&lt;P&gt;01 &amp;nbsp; &amp;nbsp;02 &amp;nbsp; &amp;nbsp;03 &amp;nbsp; &amp;nbsp;04 &amp;nbsp; &amp;nbsp;05 &amp;nbsp; &amp;nbsp;06 &amp;nbsp; &amp;nbsp;07 &amp;nbsp; &amp;nbsp;08 &amp;nbsp; &amp;nbsp;09 &amp;nbsp; &amp;nbsp;10 &amp;nbsp; &amp;nbsp;11 &amp;nbsp; &amp;nbsp;12&lt;/P&gt;&lt;P&gt;Is there a way to force the selection to take all the previous months ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For exemple:&lt;/P&gt;&lt;P&gt;If i select 05, my selection would be 01+02+03+04+05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756289#M719641</guid>
      <dc:creator>Antoine553</dc:creator>
      <dc:date>2024-11-15T23:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: List Box auto select previous values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756309#M719642</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126143"&gt;@Antoine553&lt;/a&gt;&amp;nbsp; You can probably do it via field event triggers but not advisable to use this kind of triggers as it's behavior is unknown. So I would suggest to use set analysis expression to represent the values in graphs like below&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Month = {"&amp;lt;=$(=max(Month))"}&amp;gt;}Value)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 14:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756309#M719642</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-27T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: List Box auto select previous values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756338#M719643</link>
      <description>&lt;P&gt;Could you show me how to do it with a trigger please. The application only work with two &amp;nbsp;totally separated sheets to allow someone to retreive some data as EXCEL file so i shouldn't have problems. I'm trying really hard but i'm loosing way too much time on this problem.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756338#M719643</guid>
      <dc:creator>Antoine553</dc:creator>
      <dc:date>2020-10-27T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Box auto select previous values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756344#M719644</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126143"&gt;@Antoine553&lt;/a&gt;&amp;nbsp; see the attached. Go to document properties-&amp;gt;Triggers-&amp;gt;see field event trigger for Month&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756344#M719644</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-27T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: List Box auto select previous values</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756557#M719645</link>
      <description>&lt;P&gt;Thanks a lot. I thought i started to get everything about Qlikview but i guess I still have a lot to learn.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 08:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-auto-select-previous-values/m-p/1756557#M719645</guid>
      <dc:creator>Antoine553</dc:creator>
      <dc:date>2020-10-28T08:09:13Z</dc:date>
    </item>
  </channel>
</rss>

