<?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: How to check that multiple, specfic records in multiple columns have data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188962#M384318</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233479_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138094_QlikCommunity_Thread_233479_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233479_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138095_QlikCommunity_Thread_233479_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744071585629348" jivemacro_uid="_14744071585629348"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="233479" data-objecttype="1" href="https://community.qlik.com/thread/233479"&gt;https://community.qlik.com/thread/233479&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;LOAD EMPLOYEE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(POSITIONCERT=USERCERT) as AllRequMet&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;Group By EMPLOYEE;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 21:34:34 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-09-20T21:34:34Z</dc:date>
    <item>
      <title>How to check that multiple, specfic records in multiple columns have data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188960#M384316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I am working on an app that will deal with, in part, employee satisfaction of certain employee requirements. I want to create a field in the data (in the QDV) that would indicate if the user has met the requirements. From there, I will use a distinct count to get the number of employees in a dept/division/region/etc that do not meet requirements. for instance, a piece of my table would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="224" style="border: 1px solid rgb(0, 0, 0); width: 793px; height: 209px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;EMPLOYEE&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;POSITIONCERT&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;USERCERT&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jim Bob Cooter&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Driver's Licence&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Driver's Licence&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jim Bob Cooter&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Canuter Valve Repair&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Canuter Valve Repair&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jon Crompton&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Driver's Licence&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Driver's Licence&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jon Crompton&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Safety Certification&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jon Crompton&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sensitivity Training&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sensitivity Training&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Casey Clausen&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Driver's Licence&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Null&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Casey Clausen&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High School Degree&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;High School Degree&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Casey Clausen&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sexual discrimination Certification&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Null&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, POSITIONCERT details what is associated with the position of the employee, USERCERT details what the employee actually has. I want to have a field that details Jim Bob as having all of his requirements and Jon and Casey have not met all of their's. I can't really think of a way to tell Qlikview to look at each line associated with each employee and if one of the multiple lines does not have a requirement met, to indicate that in a field. Does anybody have any ideas as to where I could start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 19:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188960#M384316</guid>
      <dc:creator />
      <dc:date>2016-09-20T19:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to check that multiple, specfic records in multiple columns have data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188961#M384317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a flag in script as If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;POSITIONCERT = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;USERCERT ,1,0) as Flag&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in next step you can Count the Number of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;POSITIONCERT aggregated by Employee and Compare it with sum of Flag.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex. Number of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;POSITIONCERT for Jon Crompton =3 but sum of Flag would be 2 so he doesn't meet the requirements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 20:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188961#M384317</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-20T20:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to check that multiple, specfic records in multiple columns have data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188962#M384318</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233479_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138094_QlikCommunity_Thread_233479_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_233479_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/138095_QlikCommunity_Thread_233479_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14744071585629348" jivemacro_uid="_14744071585629348"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="233479" data-objecttype="1" href="https://community.qlik.com/thread/233479"&gt;https://community.qlik.com/thread/233479&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;LOAD EMPLOYEE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(POSITIONCERT=USERCERT) as AllRequMet&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;Group By EMPLOYEE;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188962#M384318</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-20T21:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to check that multiple, specfic records in multiple columns have data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188963#M384319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the way that I decided to do it. I simply didn't think about using the MAX() function like that, but it's a good one to have up my sleeve now. Thanks for the advice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 15:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-that-multiple-specfic-records-in-multiple-columns/m-p/1188963#M384319</guid>
      <dc:creator />
      <dc:date>2016-09-21T15:19:12Z</dc:date>
    </item>
  </channel>
</rss>

