<?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: Does my script correct ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833510#M1018242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;if i am writting as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load SalesPErsonName1,&lt;/P&gt;&lt;P&gt;Applymap('Table1' , SalesPersonName , 'Unknown') as desk ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that if &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SalesPersonName in Table1 = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SalesPErsonName1 then it will put desk to corresponding value of desk byside to SalesPersonName. Isn't it ??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 12:34:18 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-04-01T12:34:18Z</dc:date>
    <item>
      <title>Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833499#M1018231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load SalesPersonName &lt;/P&gt;&lt;P&gt;ApplyMap('table1' , SalesPersonName , 'Unknown') as Desk,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ApplyMap('table2' , SalesPersonName , 'Unknown') as Region&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;resident table 3 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is my syntax correct ??&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833499#M1018231</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T08:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833500#M1018232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesPersonName,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('table1' , SalesPersonName , 'Unknown') as Desk,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;ApplyMap('table2' , SalesPersonName , 'Unknown') as Region&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;resident table3 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833500#M1018232</guid>
      <dc:creator />
      <dc:date>2015-04-01T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833501#M1018233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Yeah actually it was a typo after SalesPErsonName there is comma &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833501#M1018233</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T08:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833502#M1018234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833502#M1018234</guid>
      <dc:creator />
      <dc:date>2015-04-01T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833503#M1018235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Assuming You Already have Mappling Load Table loaded before this table&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1:&lt;BR /&gt;Mapping Load SalesPersonName, Desk From FileName;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping Load SalesPersonName, Region From FileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table3:&lt;BR /&gt;Load * From YourFileName;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate //Although it is not required, if your table3 don't have Desk and Region field.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table4:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPersonName&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('table1' , SalesPersonName , 'Unknown') as Desk,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('table2' , SalesPersonName, 'Unknown') as Region&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;resident table3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Drop table table3;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833503#M1018235</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-01T08:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833504#M1018236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup,&lt;/P&gt;&lt;P&gt;i have mapping table. Thankx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833504#M1018236</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T09:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833505#M1018237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what error you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833505#M1018237</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-01T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833506#M1018238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;I am not getting any error. Before executing it i was just to confirm whether it is ryt or not because it takes much time to reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833506#M1018238</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833507#M1018239</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;All FieldNames, TableNames and values in Qlikview are case sensitive.&amp;nbsp; So make sure that you have given the correct casing,&amp;nbsp; I seen this question in another post by you.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First load select query and check the name of the fields and use the same field names in the preceding statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833507#M1018239</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-01T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833508#M1018240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833508#M1018240</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833509#M1018241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur script is correct!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833509#M1018241</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-01T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833510#M1018242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;if i am writting as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load SalesPErsonName1,&lt;/P&gt;&lt;P&gt;Applymap('Table1' , SalesPersonName , 'Unknown') as desk ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that if &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SalesPersonName in Table1 = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SalesPErsonName1 then it will put desk to corresponding value of desk byside to SalesPersonName. Isn't it ??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833510#M1018242</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833511#M1018243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have huge data and want to verify your script syntax with few rows data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to 'Debug' and do a limited load. So that if any error is there your script will not take much time . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833511#M1018243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833512#M1018244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw can we use apply map instead of left join ?? will it give same result as left join give?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;1:&amp;nbsp; Load SalesPErsonName1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Applymap('Table1' , SalesPersonName , 'Unknown') as desk ;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;2: Load SalesPErsonName1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;from table2;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Left Join&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;table1: &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Load SalesPErsonName1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; desk ;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;will 1 and 2 give same result ??&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833512#M1018244</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-01T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Does my script correct ?</title>
      <link>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833513#M1018245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;if you are having huge data, limit the load by using following example and do join or applymap then come to the conclusion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;First&lt;/SPAN&gt; 10 LOAD * FROM abc.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;First&lt;/SPAN&gt; (1) SQL SELECT * FROM Orders; //(Note: The parenthesis is allowed but not required.)&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Does-my-script-correct/m-p/833513#M1018245</guid>
      <dc:creator>ganeshreddy</dc:creator>
      <dc:date>2015-04-01T12:56:35Z</dc:date>
    </item>
  </channel>
</rss>

