<?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: Problem with syntax in resident load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505919#M688783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but it's really hard to reproduce your issue without knowing your setting. Just telling 'it does not work' is not helping very much. It would be best if you prepare a small sample application that demonstrates your issue and post it to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample, seems to work ok for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 12:45:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-11T12:45:22Z</dc:date>
    <item>
      <title>Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505910#M688774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with the syntax in the given data.&lt;/P&gt;&lt;P&gt;I want to make a resident load with a where-statement, but the syntax leads to a wrong result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Liste1:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp; Testliste&lt;/P&gt;&lt;P&gt;where wildmatch(Projektbaum,''Car / Bike');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //"Car / Bike" = should be like one word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Liste2:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp; Testliste&lt;/P&gt;&lt;P&gt;where wildmatch(Projektbaum,''Haus / Baum');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //"Haus / Baum" = should be like one word&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The / leads to a problem as there are wrong results for both lists=&amp;gt; I can't change the syntax as it is needed later in this way.&lt;/P&gt;&lt;P&gt;Do you have any idea how to solve that problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505910#M688774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T11:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505911#M688775</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It seems that you are using double quote, try single quote in Wildmatch function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And one more thing to notice here that you should either use the "noconcatenate" keyword before second table loading, the reason is both the table will have same fields and thus QlikView will concatenate them by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505911#M688775</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-11T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505912#M688776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you mixing two singles quote at the beginning of the strings to match with one single quote at the end?&lt;/P&gt;&lt;P&gt;I think you should use single quote only. If you don't use wildcards, you can use the match function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't currently see a problem with the slash '/', but maybe I am missing something. Could you upload some sample lines of input data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505912#M688776</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-11T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505913#M688777</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;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp; Testliste&lt;/P&gt;&lt;P&gt;where wildmatch(Projektbaum,'Car','Bike');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 11:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505913#M688777</guid>
      <dc:creator />
      <dc:date>2013-11-11T11:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505914#M688778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Kaushik Solanki&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your anwser, but in my skript i am using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;single quote&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;noconcatenate&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;There are a lot of Test-Lists in which I use resident load in combination with where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is with the the writing of two statements with /&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505914#M688778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T12:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505915#M688779</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;wildmatch(Projektbaum,'*Car*/*Bike*');&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505915#M688779</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-11T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505916#M688780</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;thank you fpr your answer!&lt;/P&gt;&lt;P&gt;I am using single quotations! The skript is really long so that I can't upload it. But I made several tests and I only get the problem with /&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505916#M688780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T12:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505917#M688781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... it also didn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505917#M688781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505918#M688782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly Post your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505918#M688782</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-11-11T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505919#M688783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but it's really hard to reproduce your issue without knowing your setting. Just telling 'it does not work' is not helping very much. It would be best if you prepare a small sample application that demonstrates your issue and post it to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample, seems to work ok for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505919#M688783</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-11T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with syntax in resident load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505920#M688784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all your help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was that there were 2 mistakes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in one sentence I didn't use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;single quote&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2) there was an doubled sentenced with both (Car/Bike and Baum/Haus) in the given data =&amp;gt; had to correct the delivering system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Now is works =&amp;gt; Thank you so much!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 14:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-syntax-in-resident-load/m-p/505920#M688784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T14:42:16Z</dc:date>
    </item>
  </channel>
</rss>

