<?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 Set multiple default values for a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-multiple-default-values-for-a-list-box/m-p/334434#M123314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm in trouble with a multiple selection setting.&lt;/P&gt;&lt;P&gt;When users opens the qlikview doc it should appear a month list box with a default setting.&lt;/P&gt;&lt;P&gt;I created an in line table with my months (fron Jan to Dec).&lt;/P&gt;&lt;P&gt;Default setting has to be from January to current month-1.&lt;/P&gt;&lt;P&gt;For instance, now must be selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/30788"&gt;http://community.qlik.com/thread/30788&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a good idea to solve my problem.&lt;/P&gt;&lt;P&gt;Unfortunately it's based on a list box with numerical values.&lt;/P&gt;&lt;P&gt;I have a string for values and the same solution doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;$(=left(monthname(Today(),-$(vMesiPrec)),3))&amp;lt;$(=left(monthname(Today(),-1),3))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Jan&amp;lt;Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've alredy written it doesn't work.&lt;/P&gt;&lt;P&gt;Any idea to help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2012 10:54:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-03T10:54:52Z</dc:date>
    <item>
      <title>Set multiple default values for a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-multiple-default-values-for-a-list-box/m-p/334434#M123314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm in trouble with a multiple selection setting.&lt;/P&gt;&lt;P&gt;When users opens the qlikview doc it should appear a month list box with a default setting.&lt;/P&gt;&lt;P&gt;I created an in line table with my months (fron Jan to Dec).&lt;/P&gt;&lt;P&gt;Default setting has to be from January to current month-1.&lt;/P&gt;&lt;P&gt;For instance, now must be selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/30788"&gt;http://community.qlik.com/thread/30788&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a good idea to solve my problem.&lt;/P&gt;&lt;P&gt;Unfortunately it's based on a list box with numerical values.&lt;/P&gt;&lt;P&gt;I have a string for values and the same solution doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='&amp;gt;$(=left(monthname(Today(),-$(vMesiPrec)),3))&amp;lt;$(=left(monthname(Today(),-1),3))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Jan&amp;lt;Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've alredy written it doesn't work.&lt;/P&gt;&lt;P&gt;Any idea to help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-multiple-default-values-for-a-list-box/m-p/334434#M123314</guid>
      <dc:creator />
      <dc:date>2012-04-03T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Set multiple default values for a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Set-multiple-default-values-for-a-list-box/m-p/334435#M123315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;thanks to another thread I have the solution.&lt;/P&gt;&lt;P&gt;if you use this basic :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= '("' &amp;amp; 'Gen' &amp;amp; '"|"' &amp;amp; 'Feb' &amp;amp; '"|"' &amp;amp; 'Mar' &amp;amp; '")'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance with an action, it works perfectly.&lt;/P&gt;&lt;P&gt;I have to thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/robwunderlich" id="jive-228621898596310198462"&gt;Rob Wunderlich&lt;/A&gt; and his solution in this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/35287"&gt;http://community.qlik.com/thread/35287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-multiple-default-values-for-a-list-box/m-p/334435#M123315</guid>
      <dc:creator />
      <dc:date>2012-04-03T16:02:20Z</dc:date>
    </item>
  </channel>
</rss>

