<?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: Problem with space in trigger, GetFieldSelections() and Selection List in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019502#M345052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try on wednesday and tell you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 22:27:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-07T22:27:51Z</dc:date>
    <item>
      <title>Problem with space in trigger, GetFieldSelections() and Selection List</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019500#M345050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a little problem:&lt;/P&gt;&lt;P&gt;- I load a list in an inline mode in my main script&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[%_Zone_art&lt;/P&gt;&lt;P&gt;'Class1'&lt;/P&gt;&lt;P&gt;'Class2'&lt;/P&gt;&lt;P&gt;'Class3'&lt;/P&gt;&lt;P&gt;'Product Manager'&lt;/P&gt;&lt;P&gt;'Priority Level'&lt;/P&gt;&lt;P&gt;'Product'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I add a selection list in my program&lt;/P&gt;&lt;P&gt;- I add triggers to always have 'Class 1' selected if no record is selected (I want this one and not only one selected)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;%_Zone_art&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;if(GetSelectedCount( %_Zone_art )=0,'Class1' ,GetFieldSelections(&amp;nbsp; %_Zone_art,'|' ) )&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is when I select &lt;SPAN style="font-size: 13.3333px;"&gt;'Product Manager', the selection is erased fos this record... I can't select it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove space and name it 'ProductManager' it is OK...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got an idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 17:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019500#M345050</guid>
      <dc:creator />
      <dc:date>2016-03-07T17:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with space in trigger, GetFieldSelections() and Selection List</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019501#M345051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as your trigger expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='(&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;'&amp;amp;if(GetSelectedCount( %_Zone_art )=0,'Class1' ,GetFieldSelections( %_Zone_art,'&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;"&lt;/STRONG&gt;|&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;"&lt;/STRONG&gt;' ) )&amp;amp;'&lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;"&lt;/STRONG&gt;)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Added &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;" &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;double quotes to the expression so that it can handle spaces in field.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 17:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019501#M345051</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-07T17:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with space in trigger, GetFieldSelections() and Selection List</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019502#M345052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try on wednesday and tell you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 22:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019502#M345052</guid>
      <dc:creator />
      <dc:date>2016-03-07T22:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with space in trigger, GetFieldSelections() and Selection List</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019503#M345053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your answer is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 07:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-space-in-trigger-GetFieldSelections-and-Selection/m-p/1019503#M345053</guid>
      <dc:creator />
      <dc:date>2016-03-09T07:54:26Z</dc:date>
    </item>
  </channel>
</rss>

