<?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: Checking one field in another table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995038#M977692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what. try resolving the synthetic key first. if you have syn keys theres a possibilty that your count may not be accurate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 19:25:06 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2015-08-25T19:25:06Z</dc:date>
    <item>
      <title>Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995033#M977687</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 two tables namely Open and Filled in which i have Open Positions and Filled Positions data respectively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to show, Number open Positions(Req Number) from min(OpenDate) to selected year and it should check for it is Filled or not in the same time span.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count ({&amp;lt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Open.Status={'Open'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Open.Opened Date]={"&amp;lt;=$(Year) "},&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Filled.Status={"&amp;lt;&amp;gt;$('Filled')"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;gt;}DISTINCT [Req Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at Attached app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the correct answer is if you select 2013 it should show 1 and if you select 2014 it should show 29 if you select 2015 or nothing it should show 87&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 17:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995033#M977687</guid>
      <dc:creator />
      <dc:date>2015-08-25T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995034#M977688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count ({&amp;lt;Open.Status={'Open'},[Open.Opened Date]={"&amp;lt;=$(=Floor(YearEnd(MakeDate(Max(Year)))))"}&amp;gt;}DISTINCT [Req Number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remove the Filled.Status &amp;lt;&amp;gt; Filled (Filled.Status=-{Filled}) because all records are Filled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995034#M977688</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-25T18:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995035#M977689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but i need the Req numbers from Open Table which are not present in Filled Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to achieve that??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995035#M977689</guid>
      <dc:creator />
      <dc:date>2015-08-25T18:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995036#M977690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nithin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try solving the synthetic keys first in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Req numbers from Open Table which are not present in Filled Table :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Where not exists() condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot reload the app here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995036#M977690</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-25T19:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995037#M977691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want it expression level. because it should respond to the filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995037#M977691</guid>
      <dc:creator />
      <dc:date>2015-08-25T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995038#M977692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats what. try resolving the synthetic key first. if you have syn keys theres a possibilty that your count may not be accurate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995038#M977692</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-25T19:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995039#M977693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After that post the app.&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, 25 Aug 2015 19:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995039#M977693</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-25T19:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995040#M977694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are asking me to remove synthetic keys?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995040#M977694</guid>
      <dc:creator />
      <dc:date>2015-08-25T19:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995041#M977695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. after that post the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995041#M977695</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-25T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995042#M977696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995042#M977696</guid>
      <dc:creator />
      <dc:date>2015-08-25T19:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995043#M977697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count ( {$&amp;lt;[Req Number]=P(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;Open.Status={Open},[Open.Opened Date]={"&amp;lt;=$(=floor(yearend(makedate(max(Year)))))"}&amp;gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&amp;lt;Filled.Status={Filled}&amp;gt;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;[Req Number])&amp;gt;}&amp;nbsp; DISTINCT [Req Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995043#M977697</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-25T19:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995044#M977698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didnt worked like want we want want... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 19:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995044#M977698</guid>
      <dc:creator />
      <dc:date>2015-08-25T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Checking one field in another table?</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995045#M977699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Nithin, you removed the syn key but u forgot to associate the tables.&lt;/P&gt;&lt;P&gt;complete the data modelling first.&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, 25 Aug 2015 19:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-one-field-in-another-table/m-p/995045#M977699</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-08-25T19:42:29Z</dc:date>
    </item>
  </channel>
</rss>

