<?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: Show/Hide image based on Listbox value selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522275#M686937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopal, the layout expression is the portion that I am having trouble with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 13:16:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-16T13:16:42Z</dc:date>
    <item>
      <title>Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522270#M686932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&amp;nbsp; I was wondering if it is possible to show/hide an image based on the value selected in a listbox.&amp;nbsp; If so, would someone please explain??&amp;nbsp; Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522270#M686932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522271#M686933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add an action on the list box field, that would update a variable based on selection. Then you could use that variable in the show/hide condition of the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522271#M686933</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-01-16T13:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522272#M686934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thnkgreen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure it is possible. With almost every type of chart or object, you can define a condition for visibility, usually on the "layout" tab of the properties_dialog.&lt;/P&gt;&lt;P&gt;Use the GETFIELDSELECTION([field]) function to query the selection the user has made in a specific field.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522272#M686934</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-16T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522273#M686935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello green,&lt;/P&gt;&lt;P&gt;one way to do this is to create a text object, insert the image as background and then create the layout expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522273#M686935</guid>
      <dc:creator>gopalopsharma</dc:creator>
      <dc:date>2014-01-16T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522274#M686936</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;its possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it the layout tab select Conditional and put following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ListBox_FieldName = 'ABC',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522274#M686936</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-16T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522275#M686937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopal, the layout expression is the portion that I am having trouble with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522275#M686937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-16T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522276#M686940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached app.&lt;/P&gt;&lt;P&gt;Go to document properties and set trigger for the field you want&amp;nbsp; as shown below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="post.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/51617_post.PNG" /&gt;&lt;/P&gt;&lt;P&gt;now the value u want ie the selection is in the variable , use the variable in the layout tab of the chart like&lt;/P&gt;&lt;P&gt;if($(a)='name you wish to comapre',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522276#M686940</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-01-16T13:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522277#M686941</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 find attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522277#M686941</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-01-16T13:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide image based on Listbox value selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522278#M686942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello thnkgreen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Take a Text Object insert background image instead of Color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; go to layout tab in Show make it conditional put 'getselectedcount(yourfieldname)&amp;gt;0'&lt;/P&gt;&lt;P&gt;it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-image-based-on-Listbox-value-selection/m-p/522278#M686942</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-16T13:26:20Z</dc:date>
    </item>
  </channel>
</rss>

