<?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: Read and Get Excel Column Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011627#M965065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;ExcelData:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;LOAD Field FROM [File.xlsx] (ooxml, embedded labels);&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Let vVariable1 = peek('Field',0,''ExcelData'); // Row 1&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Let vVariable2 = peek('Field',1,''ExcelData'); // Row 2&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;For better understanding refer &lt;STRONG style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;‌ &lt;/STRONG&gt;solution at &lt;A href="https://community.qlik.com/thread/49164"&gt;Store Excel Values in variables&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 05:12:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-07T05:12:47Z</dc:date>
    <item>
      <title>Read and Get Excel Column Name</title>
      <link>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011625#M965061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel file like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="excelcol.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101209_excelcol.png" style="height: 46px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read the column name from the excel and store it into variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the result i expect is&lt;/P&gt;&lt;P&gt;vVar1 = WO&lt;/P&gt;&lt;P&gt;vVar2 = RO&lt;/P&gt;&lt;P&gt;vVar3 = AO&lt;/P&gt;&lt;P&gt;vVar3 = W49&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;vVar15 = W08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;anybody has a solution to solve this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Really appreciate your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 02:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011625#M965061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T02:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read and Get Excel Column Name</title>
      <link>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011626#M965063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lejours88,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;Temp_Table:&lt;/P&gt;&lt;P&gt;LOAD WO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W49, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W08&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vNoOfRows = NoOfRows('Temp_Table');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 0 to $(vNoOfRows) - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vVar1 = Peek('WO', $(i), 'Temp_Table');&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vVar2 = Peek('RO', $(i), 'Temp_Table');&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vVar3 = Peek('AO', $(i), 'Temp_Table');&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vVar4 = Peek('W49', $(i), 'Temp_Table');&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vVar15 = Peek('W08', $(i), 'Temp_Table');&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached QVW for your clear understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 04:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011626#M965063</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-10-07T04:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read and Get Excel Column Name</title>
      <link>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011627#M965065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;ExcelData:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;LOAD Field FROM [File.xlsx] (ooxml, embedded labels);&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Let vVariable1 = peek('Field',0,''ExcelData'); // Row 1&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Let vVariable2 = peek('Field',1,''ExcelData'); // Row 2&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;For better understanding refer &lt;STRONG style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/hic"&gt;hic&lt;/A&gt;‌ &lt;/STRONG&gt;solution at &lt;A href="https://community.qlik.com/thread/49164"&gt;Store Excel Values in variables&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011627#M965065</guid>
      <dc:creator />
      <dc:date>2015-10-07T05:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read and Get Excel Column Name</title>
      <link>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011628#M965067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;First 1 LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Creation Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase Review ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase Review Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase Review Decision], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Planned Phase Review Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Actual Phase Review Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Event Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTotalFields = NoOfFields('Table1');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to vTotalFields&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let vVar$(i) = FieldName($(i) ,'Table1') ;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-and-Get-Excel-Column-Name/m-p/1011628#M965067</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-07T05:29:35Z</dc:date>
    </item>
  </channel>
</rss>

