<?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 Conditional Show Based on Field Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892416#M310763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box that I only want to display when a certain field has a specific value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to code this in the layout tab of the list box in the SHOW/Conditional dialouge as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEGMENT = {'VALUE A'} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working. I am sure the resolution is simple but I cant seem to figure it out. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 13:36:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-15T13:36:15Z</dc:date>
    <item>
      <title>Conditional Show Based on Field Value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892416#M310763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box that I only want to display when a certain field has a specific value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to code this in the layout tab of the list box in the SHOW/Conditional dialouge as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEGMENT = {'VALUE A'} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working. I am sure the resolution is simple but I cant seem to figure it out. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892416#M310763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Based on Field Value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892417#M310764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(SEGMENT) = 'VALUE A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892417#M310764</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-15T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Based on Field Value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892418#M310765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just simply write SEGMENT = 'VALUE A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892418#M310765</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-06-15T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Based on Field Value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892419#M310766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alessandro. Quick question ... If I wanted to have multiple values in this field, would I seperate with a comma?&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;GetFieldSelections(SEGMENT) = 'VALUE A, VALUE B, VALUE C'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892419#M310766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Based on Field Value</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892420#M310767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used&amp;nbsp; GetCurrentField(SEGMENT)='VALUE A'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 13:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Based-on-Field-Value/m-p/892420#M310767</guid>
      <dc:creator />
      <dc:date>2015-06-15T13:58:58Z</dc:date>
    </item>
  </channel>
</rss>

