<?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: Check whether an extracted field has been used or not in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697461#M1076754</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;Apart from the fact that the figures seem to be fine, there are plenty of ways to do some checks.&lt;/P&gt;&lt;P&gt;One is to keep track of the number of lines 'loaded' in each step when you launch the script. If they remain stable, you may assume all the data are there, and none are lost&lt;/P&gt;&lt;P&gt;Another one is to load a list box or a table box on the sheet with the parameters you want to check. If the variables/values you expect are there then it should be fine.&lt;/P&gt;&lt;P&gt;A third one could be to add a text object on your sheet, and then define what you want to see (e.g. count('variable x')) This example will tell you how many lines of variable x are recognized and used.You could do this for several parameters.&lt;/P&gt;&lt;P&gt;A fourth one is to export your complete table (or part of it) from your dashboard to excell, and make some checks there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 11:37:21 GMT</pubDate>
    <dc:creator>puttemans</dc:creator>
    <dc:date>2014-07-17T11:37:21Z</dc:date>
    <item>
      <title>Check whether an extracted field has been used or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697458#M1076751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after I extracted, transformed, loaded table fields from data source into qlikview, is there a way to check whether the fields I have loaded are used in my dashboard design or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 11:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697458#M1076751</guid>
      <dc:creator />
      <dc:date>2014-07-17T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether an extracted field has been used or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697459#M1076752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could help you: &lt;A href="https://community.qlik.com/message/538138"&gt;Re: Document Analyzer V1.15&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 11:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697459#M1076752</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-17T11:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether an extracted field has been used or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697460#M1076753</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;Find the latest copy of the same attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 11:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697460#M1076753</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-17T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Check whether an extracted field has been used or not</title>
      <link>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697461#M1076754</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;Apart from the fact that the figures seem to be fine, there are plenty of ways to do some checks.&lt;/P&gt;&lt;P&gt;One is to keep track of the number of lines 'loaded' in each step when you launch the script. If they remain stable, you may assume all the data are there, and none are lost&lt;/P&gt;&lt;P&gt;Another one is to load a list box or a table box on the sheet with the parameters you want to check. If the variables/values you expect are there then it should be fine.&lt;/P&gt;&lt;P&gt;A third one could be to add a text object on your sheet, and then define what you want to see (e.g. count('variable x')) This example will tell you how many lines of variable x are recognized and used.You could do this for several parameters.&lt;/P&gt;&lt;P&gt;A fourth one is to export your complete table (or part of it) from your dashboard to excell, and make some checks there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 11:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-whether-an-extracted-field-has-been-used-or-not/m-p/697461#M1076754</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-07-17T11:37:21Z</dc:date>
    </item>
  </channel>
</rss>

