<?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: Finding all fields (All at once) with null values while loading from an excel sheet. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309427#M842900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use NullCount(Field) to check for Nulls in an aggregated table load of your input table, if you want to dynamically get all field names, you can iterate over the field names in your table using system functions, something like this (replace TEST table name with your resident table name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For i = 1 to NoOfFields('TEST')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vScript = 'NullCount(' &amp;amp; FieldName($(i),'TEST') &amp;amp; ') as Nulls, ' &amp;amp; chr(39) &amp;amp; FieldName($(i),'TEST') &amp;amp; chr(39) &amp;amp; 'as Field';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Nulls:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD $(vScript)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident TEST;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Next i&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 08:45:04 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-04-26T08:45:04Z</dc:date>
    <item>
      <title>Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309418#M842891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="jive-answer-type font-color-meta jive-answer-type-notanswered" style="margin: 5px 0 0; font-weight: inherit; font-style: inherit; font-family: inherit; color: #8b8b8b;"&gt;Waiting for a response since long:&lt;/P&gt;&lt;P class="jive-answer-type font-color-meta jive-answer-type-notanswered" style="margin: 5px 0 0; font-weight: inherit; font-style: inherit; font-family: inherit; color: #8b8b8b;"&gt;&lt;/P&gt;&lt;P class="jive-answer-type font-color-meta jive-answer-type-notanswered" style="margin: 5px 0 0; font-weight: inherit; font-style: inherit; font-family: inherit; color: #8b8b8b;"&gt;&lt;/P&gt;&lt;P class="jive-answer-type font-color-meta jive-answer-type-notanswered" style="margin: 5px 0 0; font-weight: inherit; font-style: inherit; font-family: inherit; color: #8b8b8b;"&gt;This question is &lt;STRONG class="font-color-danger" style="font-style: inherit; font-family: inherit; color: #c20000;"&gt;Not Answered.&lt;/STRONG&gt;&lt;SPAN style="padding: 0 0 0 5px; font-weight: inherit; font-size: 0.95em; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/256404?sr=inbox" style="font-weight: inherit; font-style: inherit; font-size: 12.35px; font-family: inherit; color: #8ca9cd;" target="_blank"&gt;(Mark as assumed answered)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="j-post-avatar" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="5408" data-externalid="" data-presence="null" data-userid="240306" data-username="deepikasakorey" href="https://community.qlik.com/people/deepikasakorey" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;&lt;IMG alt="Deepika Shah" border="0" class="jive-avatar jive-image" data-avatarid="5408" data-height="46" data-username="deepikasakorey" height="46" src="https://community.qlik.com/people/deepikasakorey/avatar/46.png?a=5408" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;SPAN class="j-status-levels j-gamification-status-level" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Apprentice" class="jive-image" src="https://assets.bunchball.net/badges/levels/L3.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" title="Apprentice" /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-weight: inherit; font-style: inherit; font-size: 0.9em; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/deepikasakorey" target="_blank"&gt;deepikasakorey&lt;/A&gt;&lt;/STRONG&gt; 07-Apr-2017 06:58&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hello Everyone,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have a csv file which has some fields with missing values and I want to identify which all fields have missing values. I can also use as stored procedure to get the same content as of the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Can anyone suggest how I an achieve this using either CSV file or stored procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I started with the following code using stored procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;OLEDB connection;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;load *;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;SQL ****** EXEC Stored procedure syntax*************;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;But in the above syntax all null values disappear from the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309418#M842891</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309419#M842892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample of such csv file and your expected result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 22:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309419#M842892</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-24T22:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309420#M842893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your stored procedure looks like, CAn you send full information maybe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 01:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309420#M842893</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-25T01:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309421#M842894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to correct&amp;nbsp; myself . I am reading the data from a stored procedure. The Data has some fields with missing values and I have to identify those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;StudID Name Grade&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; missing value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldName&amp;nbsp; MissingValue_Flag&lt;/P&gt;&lt;P&gt;StudID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;Grade&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Deepika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309421#M842894</guid>
      <dc:creator />
      <dc:date>2017-04-25T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309422#M842895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heyllo Anil &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I could send only this much part of&amp;nbsp; my procedure as an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309422#M842895</guid>
      <dc:creator />
      <dc:date>2017-04-25T07:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309423#M842896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends what you want to do with this information further down the road.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a good overview of your table meta data, you could store your table to a QVD.&lt;/P&gt;&lt;P&gt;Then use e.g. &lt;A href="http://easyqlik.com/download.html"&gt;EasyQlik QViewer&lt;/A&gt; to show the meta data for that table, looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-04-25 10_39_49-Table Metadata.png" class="jive-image image-1" src="/legacyfs/online/161113_2017-04-25 10_39_49-Table Metadata.png" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column 'Null count' is what you are interested in, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the statistics box in QlikView to show the NullCount for a field (or use an expression with NullCount(FIELDNAME), but I think it's harder to get an overview over all fields at once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 08:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309423#M842896</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-25T08:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309424#M842897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to then compare the output with my QualityCheck criteria. Basically, first I want to check which fields have missing values in the data and then I have to check if they are supposed to have missing values from my criteria list .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example my criteria list looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Criteria List:&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;FieldName&amp;nbsp; MissingValue_Flag&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;StudID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&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;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&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;Grade&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&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;age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&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;Expected Output List from data:&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;FieldName&amp;nbsp; MissingValue_Flag&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;StudID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&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;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&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;Grade&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; (Additional field added to data to show this field is accepted with missing values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then compare both and thus identify which fields shouldnot have missing value. for eg, here all the fields except age&amp;nbsp; can have missing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this example is more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant use Viewer in this context then.&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 Apr 2017 08:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309424#M842897</guid>
      <dc:creator />
      <dc:date>2017-04-25T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309425#M842898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the typo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant ....&lt;/P&gt;&lt;P&gt;all the Fields except age should have non-missing values and age can be missing or non-missing.&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 Apr 2017 08:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309425#M842898</guid>
      <dc:creator />
      <dc:date>2017-04-25T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309426#M842899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody have a&amp;nbsp; solution to my question? Please share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 08:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309426#M842899</guid>
      <dc:creator />
      <dc:date>2017-04-26T08:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309427#M842900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use NullCount(Field) to check for Nulls in an aggregated table load of your input table, if you want to dynamically get all field names, you can iterate over the field names in your table using system functions, something like this (replace TEST table name with your resident table name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For i = 1 to NoOfFields('TEST')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Let vScript = 'NullCount(' &amp;amp; FieldName($(i),'TEST') &amp;amp; ') as Nulls, ' &amp;amp; chr(39) &amp;amp; FieldName($(i),'TEST') &amp;amp; chr(39) &amp;amp; 'as Field';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Nulls:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD $(vScript)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident TEST;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Next i&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 08:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309427#M842900</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-04-26T08:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding all fields (All at once) with null values while loading from an excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309428#M842901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the script .I tried it and it did give me what I wanted. But&amp;nbsp; I also need to identify and display the rows of the fields with missing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any tip ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;Student_name student_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age&amp;nbsp;&amp;nbsp;&amp;nbsp; gender&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp; &lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now from your formula I can identify which fields have missing values.&lt;/P&gt;&lt;P&gt;Here fields Student_id , age and gender have missing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have rule_book which is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname&amp;nbsp;&amp;nbsp;&amp;nbsp; Should_have_missing_values&lt;/P&gt;&lt;P&gt;Student_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ( cant have)&lt;/P&gt;&lt;P&gt;Student_id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 (cant have)&lt;/P&gt;&lt;P&gt;age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0(may or may not have missing values)&lt;/P&gt;&lt;P&gt;gender&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1(cant have missing values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have compare this rule book to the data(Test1) to identify which fields dont follow the rules and display rows where the rules arent followed.&lt;/P&gt;&lt;P&gt;for eg. student_id should not have null values. and the row is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C .... 20.... M etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 20:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-all-fields-All-at-once-with-null-values-while-loading/m-p/1309428#M842901</guid>
      <dc:creator />
      <dc:date>2017-05-02T20:55:28Z</dc:date>
    </item>
  </channel>
</rss>

