<?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: Identify if a specific field value is in current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639833#M679173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;have a look&amp;nbsp; at the attach file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 14:09:17 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2014-05-20T14:09:17Z</dc:date>
    <item>
      <title>Identify if a specific field value is in current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639830#M679170</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;I'm interested in creating a conditional for an expression that identifies whether or not a specific field value is selected, and if it is shows the expression in a line chart. I was able to use: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;fieldName = 'value', but that only works if the only value selected in that field is 'value'. However I would like this to work if there are multiple selections for that field, as long as 'value' is one of them. I had previously asked this question and was told to use WildMatch(concat(fieldName), '*value*'), but this is not working for some reason. Does anybody know how to solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for all of the help. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 13:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639830#M679170</guid>
      <dc:creator />
      <dc:date>2014-05-20T13:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if a specific field value is in current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639831#M679171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;WildMatch(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fieldName&lt;/SPAN&gt;),'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;value&lt;/SPAN&gt;*')&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fieldName&lt;/SPAN&gt;) like '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;value*&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 13:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639831#M679171</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-20T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if a specific field value is in current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639832#M679172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would getCurrentSelections('FieldName') help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 13:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639832#M679172</guid>
      <dc:creator />
      <dc:date>2014-05-20T13:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if a specific field value is in current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639833#M679173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;have a look&amp;nbsp; at the attach file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 14:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639833#M679173</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-05-20T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identify if a specific field value is in current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639834#M679174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;GetFieldSelections(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;fieldName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;) like '*&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;value*&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;' works perfectly. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 14:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-if-a-specific-field-value-is-in-current-selection/m-p/639834#M679174</guid>
      <dc:creator />
      <dc:date>2014-05-20T14:15:51Z</dc:date>
    </item>
  </channel>
</rss>

