<?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: List box properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421390#M1160766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also know how to access the Edit Module but don't know how to add the macro &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 19:15:38 GMT</pubDate>
    <dc:creator>alec1982</dc:creator>
    <dc:date>2012-11-09T19:15:38Z</dc:date>
    <item>
      <title>List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421385#M1160761</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;&lt;/P&gt;&lt;P&gt;I have a list box where I needed to give the user the ability to&amp;nbsp; select only one value which is an option available on the general tab--&amp;gt; "Always One Slected value"&lt;/P&gt;&lt;P&gt;How can I make the list box to be cleard off when the user moves to other tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I have a clear all trigger on the sheets but because of the One Selected Value that list box is not getting cleared off.&lt;/P&gt;&lt;P&gt;Anybody has an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs for your help&lt;/P&gt;&lt;P&gt;Alec,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 17:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421385#M1160761</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421386#M1160762</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; Use in macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;Sub AlwaysOneSelected&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("LB02")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set boxfield=obj.GetField&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fprop = boxfield.GetProperties&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fprop.OneAndOnlyOne = True&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boxfield.SetProperties fprop&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;Sub RemoveAlwaysOneSelected&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("LB02")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set boxfield=obj.GetField&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set fprop = boxfield.GetProperties&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fprop.OneAndOnlyOne = False&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boxfield.SetProperties fprop&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ClearAll True&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;End Sub&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;I learn from &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/dvqlikview" id="jive-470275862327710678197" onmouseout="" onmouseover="" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Deepak Vadithala&lt;/A&gt;&amp;nbsp; from this post:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/154380#154380"&gt;http://community.qlik.com/message/154380#154380&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: #000080; font-family: 'trebuchet ms', geneva;"&gt;&lt;EM style="font-size: 13px;"&gt;&lt;STRONG&gt;Hope it helps u also..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 17:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421386#M1160762</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T17:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421387#M1160763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; thanks for the information. &lt;/P&gt;&lt;P&gt;I have never created macros yet.&lt;/P&gt;&lt;P&gt;May you please tell me where should I type the script that you provided ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs again&lt;/P&gt;&lt;P&gt;Alec,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421387#M1160763</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421388#M1160764</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;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="24894" __jive_id="24894" class="jive-image-thumbnail jive-image" alt="script.PNG" src="https://community.qlik.com/legacyfs/online/24894_script.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421388#M1160764</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T19:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421389#M1160765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Thxs again for the sample. it is exactly what I am looking for but I don't know how to create the Macro. &lt;/P&gt;&lt;P&gt;I know how to call it if it is already created but don't know how to create it. &lt;/P&gt;&lt;P&gt;I appreciate it if you can provide how to create a macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421389#M1160765</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T19:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421390#M1160766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also know how to access the Edit Module but don't know how to add the macro &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421390#M1160766</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T19:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421391#M1160767</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; Please see the&amp;nbsp; sheet properties -&amp;gt; Trigger ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit actions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In that u can see what you want.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421391#M1160767</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421392#M1160768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thxs, I got it. &lt;/P&gt;&lt;P&gt;My question was where should I type the script in theedit Module. I just copied it there and everything is working.&lt;/P&gt;&lt;P&gt;Have a wonderfull weekend!&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421392#M1160768</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421393#M1160769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still getting an issue.&lt;/P&gt;&lt;P&gt;When I apply the macro on a trigger it works but at the same time I loose all the other triggers on the same sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The triggers that I have on the sheet are listed after the macro run and they are selections on different fields.&lt;/P&gt;&lt;P&gt;I appreciate any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421393#M1160769</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T20:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421394#M1160770</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; Demote the macro trigger at last n tested once..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421394#M1160770</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T20:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421395#M1160771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421395#M1160771</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421396#M1160772</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; can you post a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421396#M1160772</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-09T20:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421397#M1160773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By using macro for only one selected value or none selected you can achieve this&lt;/P&gt;&lt;P&gt;Check the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use clear all and check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 21:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421397#M1160773</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T21:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421398#M1160774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for the sample. &lt;/P&gt;&lt;P&gt;It is the same sample that I've got before where I am having the issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 21:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421398#M1160774</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-11-09T21:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: List box properties</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421399#M1160775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this using alternate states if your using QV11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 21:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-properties/m-p/421399#M1160775</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-11-09T21:26:33Z</dc:date>
    </item>
  </channel>
</rss>

