<?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: Excluding connected values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560366#M694530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kristina, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really get what your issue is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already loaded the Chief field in another table, no need to reload it again. Exists wills check for value existence in fields, not in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And combining multiple sources should be straight forward, just adapt your source in the LOAD statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2013 12:09:29 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-07-10T12:09:29Z</dc:date>
    <item>
      <title>Excluding connected values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560362#M694526</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'm trying to find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have two fields:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Employee and Department. &lt;/P&gt;&lt;P&gt;Each employee has a linked department, even if he is a chief of this department. I also have a list of chiefs, stored into Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to load Employees, which are Chiefs without related field value in the field Department&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560362#M694526</guid>
      <dc:creator />
      <dc:date>2013-07-10T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding connected values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560363#M694527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kristina,&lt;/P&gt;&lt;P&gt;i think about script functions like WHERE EXISTS or KEEP to reach your goal.&lt;/P&gt;&lt;P&gt;Are you able to upload some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560363#M694527</guid>
      <dc:creator />
      <dc:date>2013-07-10T09:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding connected values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560364#M694528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unsure what you are trying to achieve, maybe seomthing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chief &lt;/P&gt;&lt;P&gt;FROM ExcelFile;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(not exists(Chief, Employee), Department) as Department&lt;/P&gt;&lt;P&gt;FROM EmployeeTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 09:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560364#M694528</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-10T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding connected values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560365#M694529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/swuehl" id="jive-1582326829882505406406" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;swuehl&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exists is right what I need. But my QV Report is huge and I have to store information in different tables, using QUALIFY.&amp;nbsp; So do I need to use resident [Chiefs] and how can I combine loading from 2 different sources&lt;/P&gt;&lt;P&gt;(only information about chiefs is from EXCEL, other fields are from SQL Server)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 11:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560365#M694529</guid>
      <dc:creator />
      <dc:date>2013-07-10T11:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding connected values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560366#M694530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kristina, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really get what your issue is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have already loaded the Chief field in another table, no need to reload it again. Exists wills check for value existence in fields, not in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And combining multiple sources should be straight forward, just adapt your source in the LOAD statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 12:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-connected-values/m-p/560366#M694530</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-10T12:09:29Z</dc:date>
    </item>
  </channel>
</rss>

