<?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. :Default List Box Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237012#M88122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gordon - this has done the trick...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 15:45:35 GMT</pubDate>
    <dc:creator>pkelly</dc:creator>
    <dc:date>2010-02-11T15:45:35Z</dc:date>
    <item>
      <title>Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237006#M88116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;I have a list box with values A, B, C and D...&lt;/P&gt;&lt;P&gt;When the report opens I want values A nd C to default to be selected in the list box...&lt;/P&gt;&lt;P&gt;I appreciate that I could save my report with these values selected but this means that I will have to remember this everytime I modify / save the report...&lt;/P&gt;&lt;P&gt;Think that this will have to be done via a macro which loads when the report is open but am unsure how to do this....&lt;/P&gt;&lt;P&gt;Any help greatly appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 13:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237006#M88116</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-02-11T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237007#M88117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;I think you can use a trigger for that.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Settings &amp;gt; Document Properties... &amp;gt; Triggers&lt;/STRONG&gt; (tab)&lt;/P&gt;&lt;P&gt;At the top of the tab, select "&lt;STRONG&gt;OnOpen&lt;/STRONG&gt;" and click on "&lt;STRONG&gt;Add Action(s)&lt;/STRONG&gt;". Then add the "&lt;STRONG&gt;Select in Field&lt;/STRONG&gt;" action, write in "&lt;STRONG&gt;Field&lt;/STRONG&gt;" your field (without quotes), and write in "&lt;STRONG&gt;Search String&lt;/STRONG&gt;" something like "&lt;STRONG&gt;(A|B|C)&lt;/STRONG&gt;" (with A, B and C the values you want by default).&lt;/P&gt;&lt;P&gt;I hope I answer your need.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Franck SEREGAZA&lt;/P&gt;&lt;P&gt;Business &amp;amp; Decision&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237007#M88117</guid>
      <dc:creator>fseregaza</dc:creator>
      <dc:date>2010-02-11T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237008#M88118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Franck...&lt;/P&gt;&lt;P&gt;I do not have a document properties | trigger tab - think this may be applicable to earlier versions of the software - I am on version 8.2.&lt;/P&gt;&lt;P&gt;Think my solution lies in writing a macro...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237008#M88118</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-02-11T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237009#M88119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;This is how I set a default value in a macro that is invoked by being passed as a named pair:&lt;/P&gt;&lt;P&gt;set doc=ActiveDocument&lt;BR /&gt;doc.Fields("Contract Status").Select "Live"&lt;BR /&gt;doc.Fields("Contract Status").Lock&lt;/P&gt;&lt;P&gt;see toggle select if you have multiple values.&lt;/P&gt;&lt;P&gt;the URL looks something like this:&lt;/P&gt;&lt;P&gt;qvp://myserver/QVContracts/Contracts%20Analysis.qvw?MACRO=SetEnv&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon (also on 8.20)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237009#M88119</guid>
      <dc:creator />
      <dc:date>2010-02-11T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237010#M88120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Indeed, I'm using the last version (v9 SR2). Too bad for you, macros are not the best, but that's the only solution you have. Maybe you should think about moving to v9.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Franck SEREGAZA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237010#M88120</guid>
      <dc:creator>fseregaza</dc:creator>
      <dc:date>2010-02-11T15:13:18Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237011#M88121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should hopefully be updating within the next 4 - 6 weeks....&lt;/P&gt;&lt;P&gt;Thanks for your suggestion - I will bear this in mind when we upgrade....&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237011#M88121</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-02-11T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Default List Box Values</title>
      <link>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237012#M88122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gordon - this has done the trick...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-List-Box-Values/m-p/237012#M88122</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-02-11T15:45:35Z</dc:date>
    </item>
  </channel>
</rss>

