<?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 Data Profiling checks in Load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123800#M370097</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inspired by the data profile application &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/docs/DOC-5161"&gt;QlikView App - Generic Data Profiler&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- Thanks &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt; -&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I wanted to create the "Profile of Data" section in my load scrip so that the table is more dynamic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My script says:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;minstring($(=minstring($Field))) as 'Minimum Value'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident [Population]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;(I already have a data table called population in my script)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the script I get: &lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;MinString takes 1 parameter&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;minstring() as 'Minimum Value'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident [Population]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It changes my expression with the $field value. Am I not allowed to use system fields in the script? Could someone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Laila&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 18:30:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-03T18:30:35Z</dc:date>
    <item>
      <title>Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123800#M370097</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inspired by the data profile application &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/docs/DOC-5161"&gt;QlikView App - Generic Data Profiler&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- Thanks &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt; -&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I wanted to create the "Profile of Data" section in my load scrip so that the table is more dynamic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My script says:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;minstring($(=minstring($Field))) as 'Minimum Value'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Resident [Population]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;(I already have a data table called population in my script)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the script I get: &lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;MinString takes 1 parameter&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;minstring() as 'Minimum Value'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Resident [Population]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It changes my expression with the $field value. Am I not allowed to use system fields in the script? Could someone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Laila&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 18:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123800#M370097</guid>
      <dc:creator />
      <dc:date>2016-08-03T18:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123801#M370098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I am aware neither $Field or $(= will work in a load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do though is enumerate around an array of tables and of fields.&amp;nbsp; Using this, and some variable expansion you can get a table created that has some of the stats that I have in my QlikView Data Profiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just copy and paste this script to a tab at the end of your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for iTab = 0 to NoOfTables() - 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; let vTab = TableName(iTab);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; for iField = 1 to NoOfFields('$(vTab)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; let vField = FieldName(iField, '$(vTab)');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; FieldProfile:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as ProfileCount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; DocumentName() as [Profile Document],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(vTab)' as [Profile Table],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(vField)' as [Profile Field],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; minstring([$(vField)]) as [Profile Min],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; maxstring([$(vField)]) as [Profile Max],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; count(distinct [$(vField)]) as [Profile Uniques]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; RESIDENT [$(vTab)]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let iTab =;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vTab =;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let iField =;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vField =;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can obviously add more aggregations over and above the three that I have put in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would expect that this could slow down a load script more than a little on a large document, I have just created it over a small test app.&amp;nbsp; I would also expect that you will get better performance from my original app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you will notice though is that I have added the app name into the table, you could add path also (DocumentPath).&amp;nbsp; If you then stored this profile table to QVD you could potentially load the profile from all of your applications into a single app and do analysis across apps - how many apps does the field Customer appear in, for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, if you want a full description of how my original profiler was put together you can read it here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-data-profiler/" title="http://www.quickintelligence.co.uk/qlikview-data-profiler/"&gt;http://www.quickintelligence.co.uk/qlikview-data-profiler/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you out,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 19:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123801#M370098</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-08-04T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123802#M370099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your input. I added the script and follow your logic, but now I am seeing 2 tables: Field Profile and Population, and when I click either of the tables and any of the fields, my table (I cloned your original table and put in the few new fields in) is not updating. I am seeing a dash next to each field like the screenshot below:&lt;IMG alt="Capture842016.PNG" class="jive-image image-1" height="202" src="https://community.qlik.com/legacyfs/online/133692_Capture842016.PNG" style="height: 202px; width: 638.98px;" width="639" /&gt;&lt;/P&gt;&lt;P&gt;Do I have to name the variable somewhere in variable overview? I don't understand these 2 lines:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;for iTab = 0 to NoOfTables() - 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; let vTab = TableName(iTab);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Are they defining the tablenames? How? Do I have to somehow link the two tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the end goal I am hoping to get to is basically your exact Profile Table but the ability to click "Yes" next to has non alpha numeric for example, and see a list of the cells in that field that have a special character in it. Do you think this is achievable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, and hoping we can figure something out together!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Laila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123802#M370099</guid>
      <dc:creator />
      <dc:date>2016-08-04T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123803#M370100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What my new script does is create a whole new table (FieldProfile) that can be used for the profiling objects.&amp;nbsp; To use it you will need to set things up a bit differently on the profiling tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest way of using the new table is to add a table box to the app, select the FieldProfile table and add all fields as dimensions, use the button to sort into Load Order.&amp;nbsp; On the Presentation tab, add a Dropdown Select on every field.&amp;nbsp; This will then give you the profile for every field in one go, and you can select from the Table and Field columns to view the detail for individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The iTab value is a counter, which increments as the script looks at each table in the data model, and vTab is the name of the table currently being looked at.&amp;nbsp; If you run the script in Debug with the Step option you can hover over these variables and see what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've expanded my original example and attach it here.&amp;nbsp; You can see on the new tab how the has non alpha selection work - it picks fields which have non alpha in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pick a field and then make a selection in that field of all non alpha values would be a bit different.&amp;nbsp; You would need to have a button with an action to make the selection, and then that would need to send the code in to select on an expression.&amp;nbsp; I will have to have a look at that another time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the app makes sense and is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 22:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123803#M370100</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-08-04T22:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123804#M370101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is awesome. Thank you! The one thing I was hoping for was when the Has Non Alpha button or field in the row was selected, the actual cells in the field that have a special character would be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am picturing a table that looks like a "select * from Tablename" type of table in SQL, that would update as the Qlik script is executed. - a detailed table that can pinpoint the cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that is confusing. Do you think that type of thing would exist in Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Laila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123804#M370101</guid>
      <dc:creator />
      <dc:date>2016-08-05T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123805#M370102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in my previous reply the best way to select rows is with a selection in the front end, rather than pre-calculating it in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've now added a couple of buttons to the front page to do this for two selection types.&amp;nbsp; Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a nice addition, and one I will most likely incorporate into my standard profiler - thanks for the idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2016 07:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123805#M370102</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-08-06T07:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123806#M370103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, Steve! This is perfect. Just what I was hoping for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome for the idea- hope it comes in handy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123806#M370103</guid>
      <dc:creator />
      <dc:date>2016-08-08T13:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling checks in Load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123807#M370104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it has given you what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can subscribe to my blog to be notified when I put out new changes to the app or publish other tutorials etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Profiling-checks-in-Load-Script/m-p/1123807#M370104</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-08-08T20:58:31Z</dc:date>
    </item>
  </channel>
</rss>

