<?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 Proble m in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563797#M210386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand you correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The script looks like first column (ID) is available and is just renamed using "as".&lt;/P&gt;&lt;P&gt;2. Second column (Bedford) is hard coded.&lt;/P&gt;&lt;P&gt;3. Rest is imported from a text file with "None" as labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do that , then write down the hard coded or already available fields as you want, then in script editor click on "Table files", browse to the location of your text file, select and open it and in the "labels" drop down select "None".&lt;/P&gt;&lt;P&gt;Click on finish. You will get a script like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 11:20:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-12T11:20:21Z</dc:date>
    <item>
      <title>Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563794#M210383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I want to import data like below format ,first column should be displayed&amp;nbsp; and remaining should be below one ,no need to rename in the script&amp;nbsp; level ,how to import like ?&lt;/P&gt;&lt;P&gt;EXCEL :&lt;/P&gt;&lt;P&gt;LOAD [ ID] as MMM_ID,&lt;/P&gt;&lt;P&gt; 'Bedford' as PLANT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;where [ ID] &amp;lt;&amp;gt;' ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563794#M210383</guid>
      <dc:creator />
      <dc:date>2014-03-12T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563795#M210384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly you want? can you be more specific please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563795#M210384</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563796#M210385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this script all fields come from Excel ,Bedford is not in excel ,we are added that field in script ,in the excel my first column name is ID ,I want to display id as id and remaining columns name not to be displayed&lt;/P&gt;&lt;P&gt; ,we display like below one .&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[ ID] as MM_ID, &lt;/P&gt;&lt;P&gt; 'Bedford' as PLANT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;where [ ID] &amp;lt;&amp;gt;' ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563796#M210385</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563797#M210386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand you correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The script looks like first column (ID) is available and is just renamed using "as".&lt;/P&gt;&lt;P&gt;2. Second column (Bedford) is hard coded.&lt;/P&gt;&lt;P&gt;3. Rest is imported from a text file with "None" as labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do that , then write down the hard coded or already available fields as you want, then in script editor click on "Table files", browse to the location of your text file, select and open it and in the "labels" drop down select "None".&lt;/P&gt;&lt;P&gt;Click on finish. You will get a script like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563797#M210386</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563798#M210387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Palla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @10,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is plant name?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to remove these then just use below scipt,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[ ID] As MM_ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bedford As PLANT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where [ ID] &amp;lt;&amp;gt;' ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563798#M210387</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-03-12T11:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563799#M210388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to your script and add below code after SET MonthNames= .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET HidePrefix='@';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563799#M210388</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563800#M210389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN the 3 point we have labels but no need to display those one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563800#M210389</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563801#M210390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, so select "None" in the labels drop down whiel importing the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563801#M210390</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563802#M210391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but I want to display ID&amp;nbsp; right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563802#M210391</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563803#M210392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if ID is already available from your script. You can add it directly giving it whatever label you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563803#M210392</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563804#M210393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is solved ,Thanks for all &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563804#M210393</guid>
      <dc:creator />
      <dc:date>2014-03-13T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Proble m</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563805#M210394</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;Good to know that your issue is resolved. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you please close this thread by making correct/helpful answers, so it is easier for others facing the similar issue to figure out the hints/answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 05:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Proble-m/m-p/563805#M210394</guid>
      <dc:creator />
      <dc:date>2014-03-14T05:47:01Z</dc:date>
    </item>
  </channel>
</rss>

