<?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: IF Statement from different soi in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113596#M7850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried working with the join function, however I cannot seem to get that working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain by any chance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 09:19:33 GMT</pubDate>
    <dc:creator>robin_heijt</dc:creator>
    <dc:date>2018-09-11T09:19:33Z</dc:date>
    <item>
      <title>IF Statement from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113594#M7848</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 have 2 files:&lt;/P&gt;&lt;P&gt;Movement Report:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15366540780321052 jive_text_macro" jivemacro_uid="_15366540780321052"&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='End of contract' , ('Out of Baseline'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Retirement (payroll)' , ('Out of Baseline'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Sizing' , ('Out of Baseline'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Position Obsolete' , ('Out of Baseline'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Restructuring (DNT Use)' , ('Out of Baseline'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Employee Deceased' , ('Out of Baseline'),('In Baseline') ))))))&amp;nbsp; as "Scope";&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Lateral Move' , ('Lateral Move'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Promotion - Band Up' , ('Promotion Band Up'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action Reason" ='Promotion within band' , ('Promotion Within Band'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action type" ='Termination-Involuntary' , ('Termination Involuntary'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If("Action type" ='Termination-Voluntary' , ('Termination Voluntary'))))))&amp;nbsp; as "Movement Type";&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERNR as "Global ID Movement",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Fname&amp;amp;' '&amp;amp;Lname) as "Full Name Movement",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EE Group" as "Employee Group Movement",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Action Begda" as "Date of the Movement",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Action type",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Action Reason",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Band Before",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Before" as "Position # Before",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Name Before EN" as "Position Before",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize("Function Before"),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Band After",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position After" as "Position # After",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Name After EN" as "Position After",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize("Function After")&lt;/P&gt;
&lt;P&gt;FROM [lib://***.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, t&lt;SPAN style="font-size: 9pt;"&gt;able is [all_employee_movements_23-08-20]);&lt;/SPAN&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPR Report:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15366541201357145 jive_text_macro" jivemacro_uid="_15366541201357145"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Global ID" as "Global ID",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Name) as "Full Name OPR",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Keepchar("Last Published OPR Rating",'4A4B3A3B21A1B') as "OPR 2017"&lt;/P&gt;
&lt;P&gt;FROM [lib://***.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is [OPR 2017]);&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have an IF statement:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15366542092553752 jive_text_macro" jivemacro_uid="_15366542092553752"&gt;
&lt;P&gt;If(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;"OPR 2017"&lt;/STRONG&gt;&lt;/SPAN&gt; ='1B' and "Movement Type" ='Termination Involuntary' or 'Termination Voluntary', 'Adherent'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='1A' and "Movement Type" ='Termination Involuntary' or 'Termination Voluntary' or 'Lateral M&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='2' and "Movement Type" ='Lateral Move' or 'Promotion Within Band', 'Adherent'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='3B' and "Movement Type" ='Lateral Move' or 'Promotion Within Band', 'Adherent'),&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='3A' and "Movement Type" ='Lateral Move' or 'Promotion Within Band' or 'Promotion Band Up',&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='4B' and "Movement Type" ='Lateral Move' or 'Promotion Within Band' or 'Promotion Band Up',&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If("OPR 2017" ='4A' and "Movement Type" ='Promotion Band Up', 'Adherent'), ('Non-Adherent') as Adherence;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;As you can see the IF statement contains fields from both the sources (OPR 2017 &amp;amp; Movement Type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I place this IF statement in either of the loads, it will not recognize the field from the other source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would I have to do, to have 2 different sources in an IF statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113594#M7848</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-09-11T08:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different soi</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113595#M7849</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;did you try to join both table into a single table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113595#M7849</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-11T08:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different soi</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113596#M7850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried working with the join function, however I cannot seem to get that working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain by any chance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113596#M7850</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-09-11T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different soi</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113597#M7851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like you already mentioned, you cannot make a test (IF) on two fields (inside one load), coming from different loads (tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution is to join those table to be able to make some tests with all the fields from table A and table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your table are connected by a joining field(s) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113597#M7851</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-11T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different soi</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113598#M7852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently the only existing connection in my files are field connections by Global ID Connected to the full headcount report which I have not mentioned in my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain to me how I join the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113598#M7852</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-09-11T09:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113599#M7853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDITED:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok, but let's talk about the tables you're using to make your test work (&lt;SPAN style="font-size: 10pt;"&gt;Movement Report &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;OPR Report).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;you need to have a joining field between those tables..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;to answer your question, to join two tables using Qlik, you should rename each joining field with the same name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fieldA as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fieldB as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; both table here will be connected by field ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113599#M7853</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-11T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113600#M7854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allright, thanks. I understand now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But where do I place my IF statement now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I still get the message that the field from the other table is not found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113600#M7854</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-09-11T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113601#M7855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was answering your question: how to join tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on Qlik you can join table but keep them separated (two physical table) at the same time, that's what you do when you join implicitely (using only homonyms, like the example above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to explicitly join the table to be able to get 1 physical table (using join)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;example&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;fieldA as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;JOIN&lt;/STRONG&gt; //YOU SHOULD VERIFY THE JOIN TYPE YOU NEED, LEFT, RIGHT...&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;table2:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;load&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;fieldB as ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;From...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of the script, you will have one table called table1 containing all the fields from table1 and table2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 11:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113601#M7855</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-11T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: IF Statement from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113602#M7856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the join now. But wherever I place my if statement, I keep getting the message 1 field not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly do I place the IF statement? Before or after the load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 16:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-Statement-from-different-sources/m-p/113602#M7856</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-09-11T16:08:34Z</dc:date>
    </item>
  </channel>
</rss>

