<?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: Why can't i compare these two ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946767#M645403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to tell. Could you post some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you maybe missing a space between the single quotes? Or do you want to concatenate in other order:&lt;/P&gt;&lt;P&gt;Vorname &amp;amp; ' ' &amp;amp; Nachname&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or does your 'name' field is maybe called 'Name' in fact (Qv is case sensitive)?&lt;/P&gt;&lt;P&gt;Or does 'name' field contain another character instead of a simple space as separator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: In general, can't see anything wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Nachname &amp;amp; ' ' &amp;amp; Vorname = name,1,0) as Flag;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Nachname, Vorname, name&lt;/P&gt;&lt;P&gt;Hans, Fritz, Hans Fritz&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 17:59:37 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-12-03T17:59:37Z</dc:date>
    <item>
      <title>Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946766#M645402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey can somenoe help me pls, because i don't understand why&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107984_Unbenannt.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946766#M645402</guid>
      <dc:creator />
      <dc:date>2015-12-03T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946767#M645403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to tell. Could you post some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you maybe missing a space between the single quotes? Or do you want to concatenate in other order:&lt;/P&gt;&lt;P&gt;Vorname &amp;amp; ' ' &amp;amp; Nachname&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or does your 'name' field is maybe called 'Name' in fact (Qv is case sensitive)?&lt;/P&gt;&lt;P&gt;Or does 'name' field contain another character instead of a simple space as separator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: In general, can't see anything wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Nachname &amp;amp; ' ' &amp;amp; Vorname = name,1,0) as Flag;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Nachname, Vorname, name&lt;/P&gt;&lt;P&gt;Hans, Fritz, Hans Fritz&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 17:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946767#M645403</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-03T17:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946768#M645405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans, I think that you lost a space between the name and the first name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Nachname &amp;amp; ' ' &amp;amp; Vorname = name,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;I hope that it help you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Agustín&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946768#M645405</guid>
      <dc:creator />
      <dc:date>2015-12-03T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946769#M645406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey swuehl, i forgot to say that the fields "vorname" and "nachname" come from another exel file than the field "name".&lt;/P&gt;&lt;P&gt;Is the Problem maybe that they don't see each other ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108064_Unbenannt.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946769#M645406</guid>
      <dc:creator />
      <dc:date>2015-12-04T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946770#M645408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That could indeed be an issue. How are the tables linked in your data model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946770#M645408</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-04T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946771#M645411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;try to put trim() around vorname and nachname to make sure that noe extra spaces are present. &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;if(Trim(Nachname)&amp;amp;' '&amp;amp;Trim(Vorname) = Trim(name), 1 , 0)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 14:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946771#M645411</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-12-04T14:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946772#M645413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought i can just compare them over these attributes(name=nachname&amp;amp;vorname), they aren't really linked to each other.&lt;/P&gt;&lt;P&gt;If i need to link them before i can compare them, how do i make that?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 07:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946772#M645413</guid>
      <dc:creator />
      <dc:date>2015-12-08T07:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946773#M645415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does your data model look like? You link tables by a common field name. If you are unsure how to do this, I would suggest that you do the free Qlik training courses you can access here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2003"&gt;New to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/videos/3483"&gt; Video Link : 3483&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 23:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946773#M645415</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-08T23:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't i compare these two ?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946774#M645417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without seeing your data, if you have "nachname" and "vorname" in one (first) table, and "name" in another (second), you could create a compound key in your first table, such as&lt;/P&gt;&lt;P&gt;Trim(nachname)&amp;amp;' '&amp;amp;Trim(vorname) As NameKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and alias your name field in the second table e.g. &lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Name as NameKey,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;*;&lt;/P&gt;&lt;P&gt;Your tables would then be joined by NameKey. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 14:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-can-t-i-compare-these-two/m-p/946774#M645417</guid>
      <dc:creator />
      <dc:date>2015-12-09T14:18:33Z</dc:date>
    </item>
  </channel>
</rss>

