<?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 dynamically identify the row where data start? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765336#M664629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a where clause that checks the data in the row to see if it should be loaded or not. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Len(Trim(MyField))&amp;gt;0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above Len(Trim(MyField))&amp;gt;0 checks if the field MyField contains a non-null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 10:33:04 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-01-26T10:33:04Z</dc:date>
    <item>
      <title>How dynamically identify the row where data start?</title>
      <link>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765335#M664628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I received files with different row where data start. Sometimes this data start from 10 row, sometimes in 13.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="76242" alt="Header.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76242_Header.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;In picture you can see part of my file.&lt;/P&gt;&lt;P&gt;Part of my script:&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[\\449629-file1\Data - new\Current\MIS-IB004*.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, header is 6 lines);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how dynamically identify header row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765335#M664628</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2015-01-26T10:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: How dynamically identify the row where data start?</title>
      <link>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765336#M664629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a where clause that checks the data in the row to see if it should be loaded or not. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Len(Trim(MyField))&amp;gt;0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above Len(Trim(MyField))&amp;gt;0 checks if the field MyField contains a non-null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 10:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765336#M664629</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-26T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How dynamically identify the row where data start?</title>
      <link>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765337#M664630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have different header line &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 11:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765337#M664630</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2015-01-26T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How dynamically identify the row where data start?</title>
      <link>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765338#M664631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please read these two documents:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="2380" data-objecttype="102" href="https://community.qlik.com/docs/DOC-2380" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="1290" data-objecttype="102" href="https://community.qlik.com/docs/DOC-1290" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 11:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-dynamically-identify-the-row-where-data-start/m-p/765338#M664631</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-26T11:23:14Z</dc:date>
    </item>
  </channel>
</rss>

