<?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: Please help me ASAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437012#M163013</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;As Prashant said, in Line 526 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;G&gt; &lt;/G&gt;&lt;/P&gt;&lt;P&gt;I think it should be &lt;/P&gt;&lt;P&gt;&lt;G&gt;&lt;/G&gt;&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;Also please find attached files, it is working as expected.&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, 08 May 2013 06:14:10 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-05-08T06:14:10Z</dc:date>
    <item>
      <title>Please help me ASAP</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437010#M163011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am new in Qlikview, I have a problem in script i.e., I have 5 excels data for each location &lt;/P&gt;&lt;P&gt;Please find the below sample script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Questions, Grooming_GENTS_Scores, 5)&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name of the Associate], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Ticket Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Name of the Auditor], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Hair should be short and neatly cut, and should not fall on the forehead.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [The face should have a clean look with no stubble.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Mustaches must be neatly trimmed and should not cover the upper lip.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sideburns should not be shorter than the top of the ear and no longer than the bottom of the ear lobe.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [The hair do must be neat using the regulation gel and back should be 2 inches above the shirt collar], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nails are neatly cut, shaped and clean.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Fingernails should be clean and dirt free.&amp;nbsp; no nicotine, carbon or ink stains on the fingers.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [No bracelets or bands allowed], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Shoes must be as per regulation ,polished and in good repair.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Socks should match the color of the shoes.Socks should be odorless and clean with elastic intact], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Belts must be black and not thicker than 1.5 inchs], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Uniform should be spotless with no stains.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [There should be no loose threads, broken buttons&amp;nbsp; tears.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cuffs and collars should not be stained.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [I D Cards should be clean bright and prominently displayed with a spotless strap], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [A vest should always be worn.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Perfumes and deodorants&amp;nbsp; as per regulations should be mild and used sparingly.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Teeth should be stain free and free from bad breath.]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Grooming_Audit_$(filename)_AMH.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Gentlemen, filters(&lt;/P&gt;&lt;P&gt;Transpose(),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 1), Pos(Top, 2), Select(2, 2)))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;IF scripterror=8 then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;ENDIF;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment sample application. My problems are listed below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1. I schedule the application for every month here I have a problem i.e.,when I reload this month data some issues are placed in the source format for one location the script is going to be exit. I dont know what's the problem in script. If it has any wrong in script please Guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2.My requirement is If any location source format is wrong then skip that location script and continue to reload the remaining script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 05:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437010#M163011</guid>
      <dc:creator />
      <dc:date>2013-05-08T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me ASAP</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437011#M163012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey i didnt understand ur issue&lt;/P&gt;&lt;P&gt;can u pls send the source file and the qvd&lt;/P&gt;&lt;P&gt;also didnt understand y r u repeating the code again and again in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;also on line 526, there is mistake in copy paste &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the source extension is repeated .xlsx twice tht might b the issue &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope tht solves ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also send the source file.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 05:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437011#M163012</guid>
      <dc:creator />
      <dc:date>2013-05-08T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me ASAP</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437012#M163013</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;As Prashant said, in Line 526 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;G&gt; &lt;/G&gt;&lt;/P&gt;&lt;P&gt;I think it should be &lt;/P&gt;&lt;P&gt;&lt;G&gt;&lt;/G&gt;&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;Also please find attached files, it is working as expected.&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, 08 May 2013 06:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437012#M163013</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-05-08T06:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me ASAP</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437013#M163014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hey jagan, can u pls explain me portion of the above code posted,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;didnt understand the positiions and the need whn using crosstable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Transpose(),&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Remove(Row, RowCnd(Interval, Pos(Top, 1), Pos(Top, 2), Select(2, 2)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 06:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437013#M163014</guid>
      <dc:creator />
      <dc:date>2013-05-08T06:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me ASAP</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437014#M163015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about this, I think you will get this options by using Transformation Setup while importing Excel file.&amp;nbsp; I will try and let you know.&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, 08 May 2013 06:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-ASAP/m-p/437014#M163015</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-05-08T06:51:34Z</dc:date>
    </item>
  </channel>
</rss>

