<?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 upon open document, selection of strings with spaces in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474062#M550845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am setting up some rules to have the QVW open with some selection already pre-made through the following menu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document&amp;gt;&amp;gt;Triggers&amp;gt;&amp;gt;On Open&amp;gt;&amp;gt;Actions&amp;gt;&amp;gt;Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am finding difficulties in inputting strings with spaces in between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as I input a series of letters or single words, it goes fine. For example&lt;/P&gt;&lt;P&gt;(A|B|C|Delivered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I want to filter on, for example, "Not Delivered", I don't seem to succeed.&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;(A|B|C|Not Delivered)&lt;BR /&gt;(A|B|C|'Not Delivered')&lt;/P&gt;&lt;P&gt;(A|B|C|&amp;lt;Not Delivered&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no outcomes.&lt;/P&gt;&lt;P&gt;Any hint here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 16:28:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-11T16:28:06Z</dc:date>
    <item>
      <title>upon open document, selection of strings with spaces</title>
      <link>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474062#M550845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am setting up some rules to have the QVW open with some selection already pre-made through the following menu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document&amp;gt;&amp;gt;Triggers&amp;gt;&amp;gt;On Open&amp;gt;&amp;gt;Actions&amp;gt;&amp;gt;Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am finding difficulties in inputting strings with spaces in between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as I input a series of letters or single words, it goes fine. For example&lt;/P&gt;&lt;P&gt;(A|B|C|Delivered)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I want to filter on, for example, "Not Delivered", I don't seem to succeed.&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;(A|B|C|Not Delivered)&lt;BR /&gt;(A|B|C|'Not Delivered')&lt;/P&gt;&lt;P&gt;(A|B|C|&amp;lt;Not Delivered&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no outcomes.&lt;/P&gt;&lt;P&gt;Any hint here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 16:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474062#M550845</guid>
      <dc:creator />
      <dc:date>2013-12-11T16:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: upon open document, selection of strings with spaces</title>
      <link>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474063#M550846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double quotes should do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(A|B|C|"Not Delivered")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 16:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474063#M550846</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-11T16:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: upon open document, selection of strings with spaces</title>
      <link>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474064#M550847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i always get annoyed when I play a lot in QV and I do then something in Excel, since I input everywhere single quotes instead of the " that Excel is using.&lt;/P&gt;&lt;P&gt;So now I am really surprised to see that in this case, we have to input the double quotes to have QV understand that string as a unique one!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 11:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/upon-open-document-selection-of-strings-with-spaces/m-p/474064#M550847</guid>
      <dc:creator />
      <dc:date>2013-12-13T11:51:43Z</dc:date>
    </item>
  </channel>
</rss>

