<?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: Excel Data load in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301246#M405517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD @1 as [Company Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Company code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as DOJ, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as [Company Branch]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;SampleFile.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;ColXtr(1, RowCnd(CellValue, 1, StrCnd(start, 'Company Branch')), 0),&lt;/P&gt;&lt;P&gt;Replace(4, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Compound,&lt;/P&gt;&lt;P&gt;RowCnd(CellValue, 3, StrCnd(equal, 'DOJ')),&lt;/P&gt;&lt;P&gt;RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can filter on Company Branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 15:44:42 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2017-06-29T15:44:42Z</dc:date>
    <item>
      <title>Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301240#M405511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a task of loading the data from excel file in qlikview . ill tell you the complexity in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider i have two excel files, and each excel file is having 3 &lt;STRONG&gt;sections&lt;/STRONG&gt; of data in it as follows (please verify with the attached sample excel sheet , here you can find &lt;STRONG style="font-size: 13.3333px;"&gt;Company Branch A,B,C as a keyword before table is started. so this might be a key to load&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company Branch A &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company Branch B &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Company Branch C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here, i always want to load &lt;STRONG style="font-size: 12pt;"&gt;only&lt;/STRONG&gt; the data of &lt;STRONG style="font-size: 13.3333px;"&gt;Company Branch B section, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Consider as an example in first file, Company Branch B section start from row 10 - 14 in excel sheet, so it should load only those 5 rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Consider as an example in second file, Company Branch B section start from row 50 - 150 in excel sheet, so it should load only those 100 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can i do this.?&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301240#M405511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301241#M405512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are fine to create macro with in excel to delete rest things, You can go a head or&lt;/P&gt;&lt;P&gt;Please use conditional delete while loading data from excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301241#M405512</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-29T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301242#M405513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to delete in the excel, and in qlikview i am already using conditional delete load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;example&lt;/STRONG&gt; &lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, header is 2 lines, table is xxxx, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 1), Pos(Top, 164), Select(1, 0))),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1)),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 269), Pos(Top, 341), Select(1, 0)))&lt;/P&gt;&lt;P&gt;)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the thing is every month i get a file and every time i need to manually search in excel files from which row to which (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Company Branch B section starts and ends)&lt;/STRONG&gt;, and then i have to script according to it and t&lt;SPAN style="font-size: 13.3333px;"&gt;hen concatenate all month files after that &lt;/SPAN&gt;in qlikview. I don't want to do tat. It should be automated. Only just i need to load the file once that's it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301242#M405513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301243#M405514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your data comes in the same format? It doesnt matter where your Company Branch A, B, C are i mean does you data has only those 3 columns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301243#M405514</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-29T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301244#M405515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;may be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Temp:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;() &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Rowno&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;A&lt;/SPAN&gt;='Company Branch B',1,&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Flag&lt;/SPAN&gt;)= 1,&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Len&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Trim&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;B&lt;/SPAN&gt;)) &amp;gt; 0,1,0),0)) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Flag&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;A&lt;/SPAN&gt;,&amp;nbsp; &lt;SPAN style="color: #800000;"&gt;B,&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;C&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="285258" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2051-266003-1297702-285258/SampleFile.xlsx"&gt;https://community.qlik.com/servlet/JiveServlet/download/1297702-285258/SampleFile.xlsx&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;no&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Sheet1);&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;NoConcatenate&lt;/SPAN&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;A&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;B&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;C&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; Temp &lt;SPAN style="color: #0000ff;"&gt;where&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Flag&lt;/SPAN&gt;=1;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;Table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Temp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168589_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301244#M405515</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-29T15:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301245#M405516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it may have many. Just for a example i kept only 3 in the excel..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301245#M405516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301246#M405517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD @1 as [Company Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [Company code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as DOJ, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as [Company Branch]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;SampleFile.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;ColXtr(1, RowCnd(CellValue, 1, StrCnd(start, 'Company Branch')), 0),&lt;/P&gt;&lt;P&gt;Replace(4, top, StrCnd(null)),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(CellValue, 2, StrCnd(null))),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Compound,&lt;/P&gt;&lt;P&gt;RowCnd(CellValue, 3, StrCnd(equal, 'DOJ')),&lt;/P&gt;&lt;P&gt;RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can filter on Company Branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301246#M405517</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-06-29T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301247#M405518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Andrew.. Can you please explain the filters. i feel difficult to understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301247#M405518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301248#M405519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you antonio. Can you please explain the IF statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 15:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301248#M405519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T15:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301249#M405520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If First at all Flag to 1 statement 'Company Branch B' or wath You want.&lt;/P&gt;&lt;P&gt;Then Flag to 1 until it finds B empty or Null (Len(Trim(B)) =&amp;gt; 0). This is end of Company B Group.&lt;/P&gt;&lt;P&gt;Now until end flg to 0.&lt;/P&gt;&lt;P&gt;Load Resident only Flag = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 16:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301249#M405520</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-29T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Data load in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301250#M405521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the File Wizard go through the Transformation Steps.&lt;/P&gt;&lt;P&gt;The steps I took were&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add a new column. copied column 1 where it started with &lt;EM&gt;Company Branch&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Fill column 4 with cell condition &lt;EM&gt;empty&lt;/EM&gt; from above.&lt;/P&gt;&lt;P&gt;3. Delete rows where column 2 is empty.&lt;/P&gt;&lt;P&gt;4. &lt;SPAN style="font-size: 13.3333px;"&gt;Delete rows where &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;condtion 1 : column 3 = DOJ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;then add condition 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Start from row 2 from top, to row 1 from bottom (second row to last row), Select 1, Skip 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rename your columns in the wizard on into the script when finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The only way to learn to transform these flat files is to work with the wizard. It may be tricky at first but you will figure it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 16:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Data-load-in-Qlikview/m-p/1301250#M405521</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-06-29T16:05:57Z</dc:date>
    </item>
  </channel>
</rss>

