<?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: need help in understanding a code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974410#M953640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be typed in, but I know the QlikView provide a way to do this in the script's UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Load your data and click '&lt;STRONG&gt;Next &amp;gt;&lt;/STRONG&gt;' (DONOT click &lt;STRONG&gt;Finish&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106747_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: Click on Enable Transformation Steps&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106748_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Transform your data as you like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/106749_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code you have given it seems that Some rows are getting conditionally deleted between row 2 and last row&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;Remove(Row, RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and column 1 is deleted&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Remove(Col, Pos(Top, 1) -&amp;gt; &lt;/STRONG&gt;The easier way to do this would be to not bring that column in your script part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 18:42:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-24T18:42:08Z</dc:date>
    <item>
      <title>need help in understanding a code</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974409#M953639</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;I am trying to understand an already developed qlikview application and there are some excel filters that has been applied. Can someone please explain what the below filters and functions mean? i tried googling each function but still have some difficulty in understanding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Right(@1,2) as Data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[sourcedata.xls]&lt;/P&gt;&lt;P&gt;(biff, no labels, header is 2 lines, table is [XYZ], &lt;STRONG&gt;filters(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remove(Row, RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remove(Col, Pos(Top, 1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974409#M953639</guid>
      <dc:creator />
      <dc:date>2015-11-24T14:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: need help in understanding a code</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974410#M953640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be typed in, but I know the QlikView provide a way to do this in the script's UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Load your data and click '&lt;STRONG&gt;Next &amp;gt;&lt;/STRONG&gt;' (DONOT click &lt;STRONG&gt;Finish&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106747_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: Click on Enable Transformation Steps&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106748_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3: Transform your data as you like&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/106749_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code you have given it seems that Some rows are getting conditionally deleted between row 2 and last row&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;Remove(Row, RowCnd(Interval, Pos(Top, 2), Pos(Bottom, 1), Select(1, 0))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and column 1 is deleted&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Remove(Col, Pos(Top, 1) -&amp;gt; &lt;/STRONG&gt;The easier way to do this would be to not bring that column in your script part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 18:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974410#M953640</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-24T18:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: need help in understanding a code</title>
      <link>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974411#M953641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the detailed explanation, Sunny! I understood now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 01:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help-in-understanding-a-code/m-p/974411#M953641</guid>
      <dc:creator />
      <dc:date>2015-11-25T01:53:52Z</dc:date>
    </item>
  </channel>
</rss>

