<?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: Hide and Show object on Field Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733488#M1080795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by using variables. If you select an field then you can configure a trigger for the field selected that stores the ID of the selected field into the variable. In the layout condition of the object then you can use this variable to showing that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show an object depending on a single selected field the you have also the opprtunity to use the substringcount function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(YourField,'|'), 'YourSearchstring')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression in the show condition of the object's layout properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 12:58:28 GMT</pubDate>
    <dc:creator>mseeck75</dc:creator>
    <dc:date>2014-07-08T12:58:28Z</dc:date>
    <item>
      <title>Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733483#M1080790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Hide and show an object based on selection on a particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Object X should Show only if there is a selection in Y field else it will not show. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733483#M1080790</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-07-08T12:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733484#M1080791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the Conditional option of the object, then at the help file for GetFieldSelections()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733484#M1080791</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-07-08T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733485#M1080792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by using variables. If you select an field then you can configure a trigger for the field selected that stores the ID of the selected field into the variable. In the layout condition of the object then you can use this variable to showing that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733485#M1080792</guid>
      <dc:creator>mseeck75</dc:creator>
      <dc:date>2014-07-08T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733486#M1080793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conditional expression should be something like:&lt;/P&gt;&lt;P&gt;=GetSelectedCount( YField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733486#M1080793</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-08T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733487#M1080794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching the example, you need to use the condition in properties-&amp;gt;Layout-&amp;gt;Show-&amp;gt;Conditional&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733487#M1080794</guid>
      <dc:creator />
      <dc:date>2014-07-08T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show object on Field Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733488#M1080795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do that by using variables. If you select an field then you can configure a trigger for the field selected that stores the ID of the selected field into the variable. In the layout condition of the object then you can use this variable to showing that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show an object depending on a single selected field the you have also the opprtunity to use the substringcount function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount(Concat(YourField,'|'), 'YourSearchstring')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression in the show condition of the object's layout properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 12:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-object-on-Field-Selection/m-p/733488#M1080795</guid>
      <dc:creator>mseeck75</dc:creator>
      <dc:date>2014-07-08T12:58:28Z</dc:date>
    </item>
  </channel>
</rss>

