<?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: Re: Questions on &amp;quot;new&amp;quot; search behavior in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675413#M10209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached the .qvf and screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Standalone" Search for &amp;lt; 10 works for me as well.&lt;/P&gt;&lt;P&gt;Its just when you first search for "&amp;lt;5", after that search for "&amp;lt;10" --&amp;gt; only values 5,6,7,8,9 are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple workaround is, that a&amp;nbsp; user always has to clear a field before it starts a new search; but I think that's not a very natural behavior.&lt;IMG alt="Qlik Sense Desktop_2014-09-24_08-34-05.png" class="jive-image jiveImage" src="/legacyfs/online/67498_Qlik Sense Desktop_2014-09-24_08-34-05.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 06:40:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-24T06:40:28Z</dc:date>
    <item>
      <title>Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675411#M10207</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 must say I have my difficulties to understand the new QVSense numeric search behavior. See attached video.&lt;/P&gt;&lt;P&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/kJRU8j88WvM" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field with numeric IDs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I do a search in ther filter panel for "&amp;lt;5" --&amp;gt; the current selection shows 1,2,3,4 --&amp;gt; behavior OK&lt;/P&gt;&lt;P&gt;2) I do a search for "&amp;lt;10" --&amp;gt; the current selection shows me 5,6,7,8,9 --&amp;gt; to me thats a strange behavior&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;- Why does the "current selection box" shows selected items, instead of the search query. What happens if I do a snapshot. Will it save the search expression, or the selected values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I would expect the second .search to return 1,2,3,4,5,6,7,8,9. Why are the green values from Step1) excluded? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 15:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675411#M10207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-23T15:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675412#M10208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland - let's take each question 1 at a time -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My example - works using &amp;lt;10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" height="283" src="https://community.qlik.com/legacyfs/online/67468_pastedImage_0.png" style="width: 534px; height: 283.365px;" width="534" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my sample data you can use in the Data Load Editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;load * Inline [&lt;/P&gt;
&lt;P&gt;Id,age&lt;/P&gt;
&lt;P&gt;1,30&lt;/P&gt;
&lt;P&gt;2,40&lt;/P&gt;
&lt;P&gt;3,50&lt;/P&gt;
&lt;P&gt;4,60&lt;/P&gt;
&lt;P&gt;5,70&lt;/P&gt;
&lt;P&gt;6,80&lt;/P&gt;
&lt;P&gt;7,90&lt;/P&gt;
&lt;P&gt;8,100&lt;/P&gt;
&lt;P&gt;9,110&lt;/P&gt;
&lt;P&gt;10,120&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check your data model and see what the datatype of your column is flagged as - I am curious to see if this has something to do with it defining it as ascii or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67469_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67470_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 17:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675412#M10208</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-23T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675413#M10209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached the .qvf and screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Standalone" Search for &amp;lt; 10 works for me as well.&lt;/P&gt;&lt;P&gt;Its just when you first search for "&amp;lt;5", after that search for "&amp;lt;10" --&amp;gt; only values 5,6,7,8,9 are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple workaround is, that a&amp;nbsp; user always has to clear a field before it starts a new search; but I think that's not a very natural behavior.&lt;IMG alt="Qlik Sense Desktop_2014-09-24_08-34-05.png" class="jive-image jiveImage" src="/legacyfs/online/67498_Qlik Sense Desktop_2014-09-24_08-34-05.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 06:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675413#M10209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T06:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675414#M10210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roland - first thank you for the screenshots and the sample - very valuable to our team when trying to troubleshoot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I AM NOT seeing this behavior with your app or mine - see the attached video attached to the bottom of this reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Desktop version 1.0 - or an older release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67544_pastedImage_0.png" style="width: auto; height: auto; display: block; margin-left: auto; margin-right: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/67545_pastedImage_1.png" style="width: auto; height: auto; display: block; margin-left: auto; margin-right: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675414#M10210</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675415#M10211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "incorrect" behavior happens then you performs the following steps:&lt;/P&gt;&lt;P&gt;1. Search for "&amp;lt;5" and apply selection. The current selection will show you numbers 1,2,3,4&lt;/P&gt;&lt;P&gt;2. Search again but this time for "&amp;lt;10" and apply selection. You would expect QlikView to show in the current selection numbers from 1 to 9. However it's not the case. Instead it shows numbers from 5 to 9.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In your testing scenario you're missing the selection stage following the first search.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I hope the above description is clear. If not, let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Janusz &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675415#M10211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T13:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675416#M10212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janusz -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached video to this reply - also please include a screenshot of what you are seeing, as I am not seeing this behavior. I'd like to narrow this down, before identifying this as by design, bug etc. I assume you are using the latest version 1.0 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the video:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Enter the search of the list-box&lt;/LI&gt;&lt;LI&gt;I search for &amp;lt;5 - values 1,2,3,4 display as expected&lt;/LI&gt;&lt;LI&gt;I select values 1,2,3,4 - green, click apply&lt;/LI&gt;&lt;LI&gt;I then search for &amp;lt;10 - values 1-9 display - values 1-4 (selected / green) - values 5 - 9 - light grey (associated, possible values - but NOT selected)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far what I am seeing is by design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the first 6 values are selected, the current selection bar shows the id - the number of values selected OUT OF x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675416#M10212</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675417#M10213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW - I watched the video a few times - and I am not seeing this behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still investigating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675417#M10213</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675418#M10214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I see it now - I&amp;nbsp; HAD TO PRESS &amp;lt;ENTER&amp;gt; om my keyboard after the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me investigate with our products team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675418#M10214</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675419#M10215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly!!! Instead of selecting each value individually apply "search selection" by pressing Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Janusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675419#M10215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675420#M10216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roland / Janusz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK - this is what I have found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pressing the ENTER&amp;nbsp; key - seems to remove the current selections. (i picked up on that after watching the video again)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Search &amp;lt;5&amp;nbsp;&amp;nbsp; - [press Enter]&lt;/LI&gt;&lt;LI&gt;values 1 to 4 selected&lt;/LI&gt;&lt;LI&gt;Search &amp;lt;10&amp;nbsp; - [press Enter]&lt;/LI&gt;&lt;LI&gt;values 1 to 4 removed from selection and values 5,6,7,8,9 selected&lt;/LI&gt;&lt;LI&gt;Search &amp;lt;5 again&amp;nbsp; - [press Enter]&lt;/LI&gt;&lt;LI&gt;all values are NOW selected&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will report this to our support team to log as a bug or to see if this is by design, etc. However, seems to be odd behavior to me too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Work-around:&lt;/STRONG&gt; - DO NOT USE the ENTER Key use the mouse and select the values and click the apply button - green check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to report this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the appropriate replies as helpful / correct so our team and other members know that your question(s) has been answered to your satisfaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 13:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675420#M10216</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675421#M10217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your efforts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you talk to the Support Team please ask them about my first question as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are dynamic searches stored in Bookmarks?&amp;nbsp; Currently it seems like only the current "search result" is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a better example:&lt;/P&gt;&lt;P&gt;If I recall the search Expression "=id=day(today())"&amp;nbsp; tomorrow through a bookmark, I want QlikSense to select "25" instead of "24".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik Sense Desktop_2014-09-24_17-01-01.png" class="jive-image" src="/legacyfs/online/67568_Qlik Sense Desktop_2014-09-24_17-01-01.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675421#M10217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T15:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on "new" search behavior</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675422#M10218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it - our support team also, has access to this case - and the support ID is &lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;QLIK-18204 for your reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;Happy to help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;Mike&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 15:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-quot-new-quot-search-behavior/m-p/675422#M10218</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-09-24T15:46:37Z</dc:date>
    </item>
  </channel>
</rss>

