<?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 listbox as checkbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236841#M87970</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 created a checkbox from a listbox and everything works for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;= if(match([MaterialTaste],'WATER','Water'),'WATER','ALL EXCEPT WATER')&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This works and I get the display as follows:&lt;/P&gt;&lt;P&gt;Fig1 is when nothing is selected and is correct.&lt;/P&gt;&lt;P&gt;Fig2 is when Water Checkbox is selected and other selections(calendar options + other selections) are made. It works and is correct&lt;/P&gt;&lt;P&gt;Fig3 is when ALL EXCEPT WATER Checkbox is selected and other selections(calendar options + other selections) are made. I does not have a &lt;B&gt;Tickmark&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/prob6.jpg"&gt;&lt;IMG border="0" height="297" src="https://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/prob6.jpg" width="218" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to get the tickmark also for ALL EXCEPT WATER checkbox? Any ideas.&lt;/P&gt;&lt;P&gt;Customers want it otherwise they are getting confused without tickmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 16:59:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-02T16:59:31Z</dc:date>
    <item>
      <title>listbox as checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236841#M87970</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 created a checkbox from a listbox and everything works for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;= if(match([MaterialTaste],'WATER','Water'),'WATER','ALL EXCEPT WATER')&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This works and I get the display as follows:&lt;/P&gt;&lt;P&gt;Fig1 is when nothing is selected and is correct.&lt;/P&gt;&lt;P&gt;Fig2 is when Water Checkbox is selected and other selections(calendar options + other selections) are made. It works and is correct&lt;/P&gt;&lt;P&gt;Fig3 is when ALL EXCEPT WATER Checkbox is selected and other selections(calendar options + other selections) are made. I does not have a &lt;B&gt;Tickmark&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/prob6.jpg"&gt;&lt;IMG border="0" height="297" src="https://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/prob6.jpg" width="218" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How to get the tickmark also for ALL EXCEPT WATER checkbox? Any ideas.&lt;/P&gt;&lt;P&gt;Customers want it otherwise they are getting confused without tickmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 16:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236841#M87970</guid>
      <dc:creator />
      <dc:date>2011-03-02T16:59:31Z</dc:date>
    </item>
    <item>
      <title>listbox as checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236842#M87971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;I recommend making a new field in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;if(match([MaterialTaste],'WATER','Water'),'WATER','ALL EXCEPT WATER') as NewMaterialTaste&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 17:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236842#M87971</guid>
      <dc:creator />
      <dc:date>2011-03-02T17:06:44Z</dc:date>
    </item>
    <item>
      <title>listbox as checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236843#M87972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You might use MixMatch() instead of Match(), since is case insensitive.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 17:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-as-checkbox/m-p/236843#M87972</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-02T17:19:30Z</dc:date>
    </item>
  </channel>
</rss>

