<?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 GetFieldSelections more than one value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634838#M1095112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can't figure out the syntax for using more than one value with the GetFieldSelections function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(SECTOR)='CROSSOVER' AND GetFieldSelections(SECTOR)='CROSSOVER UPFRONTS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this but it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 15:34:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-15T15:34:37Z</dc:date>
    <item>
      <title>GetFieldSelections more than one value</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634838#M1095112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can't figure out the syntax for using more than one value with the GetFieldSelections function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections(SECTOR)='CROSSOVER' AND GetFieldSelections(SECTOR)='CROSSOVER UPFRONTS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this but it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634838#M1095112</guid>
      <dc:creator />
      <dc:date>2014-05-15T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections more than one value</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634839#M1095113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;SECTOR&lt;/SPAN&gt;)='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;CROSSOVER&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;CROSSOVER UPFRONTS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Condition for True,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Condition for False)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634839#M1095113</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-05-15T15:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections more than one value</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634840#M1095114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;SubStringCount&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SECTOR&lt;/SPAN&gt;,', ',5000),'CROSSOVER')&amp;gt;0 &lt;SPAN style="color: #0000ff;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;SubStringCount&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SECTOR&lt;/SPAN&gt;,', ',5000),'CROSSOVER UPFRONTS')&amp;gt;0,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With 5000 as your max values (change as needed).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-more-than-one-value/m-p/634840#M1095114</guid>
      <dc:creator />
      <dc:date>2014-05-15T15:52:28Z</dc:date>
    </item>
  </channel>
</rss>

