<?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: How to make a multi box select a default value with there is not selection done in that ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284467#M849851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2017 07:59:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-19T07:59:34Z</dc:date>
    <item>
      <title>How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284454#M849838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make a multi box select a default value with there is not selection done in that but it should also allow user to select multiple values from multibox .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : When I am ticking "Always selected one value" , user is not able to select multiple values from Multibox .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to achieve this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284454#M849838</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284455#M849839</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;Yo can use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet Properties -&amp;gt; Trigger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select --&amp;gt; Select in Field --&amp;gt; Enter Field Name &amp;amp; Field Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284455#M849839</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-03-14T09:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284456#M849840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want a different feature like "one or more items selected"? Maybe you can do this using triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, a multibox is not a listbox but an assembly of listboxes. Do you mean that any explicit selection anywhere in one of the multibox listboxes will do? And whenever no selection is made, should default values be selected in all listboxes, just in a few, or in a single one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW "no selection" is difficult to handle in QlikView, because usually when you click the Clear button (i.e. no selection) everything is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284456#M849840</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-14T09:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284457#M849841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK .. Something like this .. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF(GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(FIELD)=0,'XYZ')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284457#M849841</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-03-14T09:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284458#M849842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to a Document Event Trigger of type "OnAnySelect". That way, every change to any listbox or chart will cause the check code to be triggered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284458#M849842</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-14T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284459#M849843</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 like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sheet Properties -&amp;gt; Trigger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select --&amp;gt; Select in Field --&amp;gt; Enter Field Name &amp;amp; Field Value (by default you can assign multiple values and when you re-open the app it will show default assigned values and u can select multiple values also).&amp;nbsp; make sure to deselect "Always one selected check box" &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FYI, attached sample app.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156218" alt="6.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/156218_6.png" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="156214" alt="5.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156214_5.png" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284459#M849843</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-14T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284460#M849844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what if user deselects both the values from Product ID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is that the moment user removes all the selection from PRODUCT ID , system should default it to select Product id 710 in multibox .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284460#M849844</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-03-14T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284461#M849845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;But what if user deselects both the values from Product ID .?&lt;/STRONG&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; font-size: 13px;"&gt;if use deselect the default value and then it will show all values as result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;want is that the moment user removes all the selection from PRODUCT ID , system should default it to select Product id 710 in multibox .?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I don't think it's possible. &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ can you advise this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Tks&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Deva&lt;BR /&gt;&lt;/STRONG&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; font-size: 13px;"&gt;&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284461#M849845</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-14T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284462#M849846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284462#M849846</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284463#M849847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You .. are stop on . Salute !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284463#M849847</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-03-14T10:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284464#M849848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean spot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 10:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284464#M849848</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T10:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284465#M849849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny Talwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm facing the same issue unfortunately I can't open your file on my work computer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please explain me the logic ?&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 14:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284465#M849849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-18T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284466#M849850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a OnAnySelect trigger in the Document properties with the following Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(ProductID) = 0, 710, '(' &amp;amp; Concat(DISTINCT ProductID, '|') &amp;amp; ')')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187390_Capture.PNG" style="height: 254px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 17:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284466#M849850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-18T17:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284467#M849851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 07:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284467#M849851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-19T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284468#M849852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I Marie i will try to explain you by EOD as i do not have access to license version . &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 08:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284468#M849852</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2017-12-19T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a multi box select a default value with there is not selection done in that ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284469#M849853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need to "default" to certain values on the initial loading of the application.&amp;nbsp; Then, if they change it, keep it that way and do not revert back to default.&amp;nbsp; In other words, "first time" access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate it if an explanation can be provided to me as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 19:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-multi-box-select-a-default-value-with-there-is-not/m-p/1284469#M849853</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2018-04-30T19:27:01Z</dc:date>
    </item>
  </channel>
</rss>

