<?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: GetFieldSelection Isssue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413673#M427270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which space after the comma you are talking about&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2017 15:49:43 GMT</pubDate>
    <dc:creator>azmeerrehan</dc:creator>
    <dc:date>2017-12-15T15:49:43Z</dc:date>
    <item>
      <title>GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413661#M427258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(MYField)='A' and GetFieldSelections(&lt;SPAN style="font-size: 13.3333px;"&gt;MYField&lt;/SPAN&gt;)='B', 1,0).&lt;/P&gt;&lt;P&gt;So If I am making a selection A and B in MYField this statement is returning 0 means False.&amp;nbsp; It works fine with or but my requirement is and &lt;/P&gt;&lt;P&gt;What am I doing wrong here &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413661#M427258</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413662#M427259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is just some misunderstanding between the requirement und you ... For your descriped use-case OR will be correct. Otherwise you need to explain it a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413662#M427259</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-15T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413663#M427260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like? I did not try let me know if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(GetFieldSelections(Match(MyField, 'A', 'B')), 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413663#M427260</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-12-15T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413664#M427261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are select both A and B then GetFieldSelctions(MyField) will return A, B so your test should be&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelctions(MyField)='A, B',1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Adrain&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413664#M427261</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2017-12-15T15:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413665#M427262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MyField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|')='A|B',1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413665#M427262</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-12-15T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413666#M427263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413666#M427263</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413667#M427264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413667#M427264</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413668#M427265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see that ur sample app it works, but its working on mine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Concat([My Field],'|')='Golden Harvest West|Golden Harvest East',1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413668#M427265</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413669#M427266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry its not working on mine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413669#M427266</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413670#M427267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works for me, please note that the values of A &amp;amp; B must be in Alphabetical order and there must be a space after the comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try just putting the following in a text box and seeing what comes back&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;GetFieldSelctions(MyField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Adrian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413670#M427267</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2017-12-15T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413671#M427268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see the two values seperated by the comma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413671#M427268</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413672#M427269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample you are working on to check at our end please...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413672#M427269</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-12-15T15:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413673#M427270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which space after the comma you are talking about&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413673#M427270</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413674#M427271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;ADDRESS&gt;just try this&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(is null(GetFieldSelections(MYField)='A' ,B',1,0))&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413674#M427271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-15T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413675#M427272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The space after the comma and before the B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413675#M427272</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2017-12-15T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413676#M427273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please resend me the expression showing the space with some symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413676#M427273</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T15:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413677#M427274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached, it is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 15:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413677#M427274</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-12-15T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413678#M427275</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: 13px;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetFieldSelctions(MyField)='A,%B',1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where the % is the space&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 16:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413678#M427275</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2017-12-15T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelection Isssue</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413679#M427276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see its working on ur sample, but it doesnt work on my APP for some reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 16:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelection-Isssue/m-p/1413679#M427276</guid>
      <dc:creator>azmeerrehan</dc:creator>
      <dc:date>2017-12-15T16:07:21Z</dc:date>
    </item>
  </channel>
</rss>

