<?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: assigning multiple value for getselectionfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565685#M1095146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 09:19:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-28T09:19:45Z</dc:date>
    <item>
      <title>assigning multiple value for getselectionfield</title>
      <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565681#M1095138</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 am displaying a text whenever i select a field value to prod using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='Prod'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows whenever i click on prod&lt;/P&gt;&lt;P&gt;but if i click on close and prod&lt;/P&gt;&lt;P&gt;its not displying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wan it for multiple selection whenever prod is in use i wwant to display chart&lt;/P&gt;&lt;P&gt;like if slect staus=close and saus = prod-- ext should be displayed&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;staus = prod txt need to be dipslayed.&lt;/P&gt;&lt;P&gt;status = prod and status = set text should be displayed&lt;/P&gt;&lt;P&gt;if status=set text should not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565681#M1095138</guid>
      <dc:creator />
      <dc:date>2014-04-28T07:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: assigning multiple value for getselectionfield</title>
      <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565682#M1095140</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(Status),'*Prod*')&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565682#M1095140</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-04-28T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: assigning multiple value for getselectionfield</title>
      <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565683#M1095143</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;Try match()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match(&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;), '*Prod*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565683#M1095143</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-28T07:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: assigning multiple value for getselectionfield</title>
      <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565684#M1095145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;) like '*Prod*'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Index(&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;,'Prod')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 07:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565684#M1095145</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-04-28T07:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: assigning multiple value for getselectionfield</title>
      <link>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565685#M1095146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 09:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/assigning-multiple-value-for-getselectionfield/m-p/565685#M1095146</guid>
      <dc:creator />
      <dc:date>2014-04-28T09:19:45Z</dc:date>
    </item>
  </channel>
</rss>

