<?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 How can I sort the fields and store in the excel maintaining the sequence of the columns ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-sort-the-fields-and-store-in-the-excel-maintaining-the/m-p/2064108#M87285</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Simplifying my question with an example/ a case. I am loading an storing the data in excel format&lt;/P&gt;
&lt;P&gt;Excel:&lt;BR /&gt;Load Distinct&lt;BR /&gt;Region,&lt;BR /&gt;Location,&lt;BR /&gt;Customer,&lt;BR /&gt;Customer Email,&lt;BR /&gt;Area&lt;BR /&gt;resident table ;&lt;BR /&gt;Store Excel into '$(vFileNamePath)'(txt);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Desired excel output&lt;/STRONG&gt;;&lt;/P&gt;
&lt;TABLE width="394"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50"&gt;Region&lt;/TD&gt;
&lt;TD width="67"&gt;Location&lt;/TD&gt;
&lt;TD width="105"&gt;Area&lt;/TD&gt;
&lt;TD width="67"&gt;Customer&lt;/TD&gt;
&lt;TD width="105"&gt;Customer Email&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output that I am getting in the excel is in alphabetic format. How do I get the above output.&lt;/P&gt;
&lt;TABLE width="394"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50"&gt;Area&lt;/TD&gt;
&lt;TD width="67"&gt;Customer&lt;/TD&gt;
&lt;TD width="105"&gt;Customer Email&lt;/TD&gt;
&lt;TD width="67"&gt;Location&lt;/TD&gt;
&lt;TD width="105"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:52:14 GMT</pubDate>
    <dc:creator>userpd_2021</dc:creator>
    <dc:date>2024-11-15T21:52:14Z</dc:date>
    <item>
      <title>How can I sort the fields and store in the excel maintaining the sequence of the columns ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-sort-the-fields-and-store-in-the-excel-maintaining-the/m-p/2064108#M87285</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Simplifying my question with an example/ a case. I am loading an storing the data in excel format&lt;/P&gt;
&lt;P&gt;Excel:&lt;BR /&gt;Load Distinct&lt;BR /&gt;Region,&lt;BR /&gt;Location,&lt;BR /&gt;Customer,&lt;BR /&gt;Customer Email,&lt;BR /&gt;Area&lt;BR /&gt;resident table ;&lt;BR /&gt;Store Excel into '$(vFileNamePath)'(txt);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Desired excel output&lt;/STRONG&gt;;&lt;/P&gt;
&lt;TABLE width="394"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50"&gt;Region&lt;/TD&gt;
&lt;TD width="67"&gt;Location&lt;/TD&gt;
&lt;TD width="105"&gt;Area&lt;/TD&gt;
&lt;TD width="67"&gt;Customer&lt;/TD&gt;
&lt;TD width="105"&gt;Customer Email&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output that I am getting in the excel is in alphabetic format. How do I get the above output.&lt;/P&gt;
&lt;TABLE width="394"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50"&gt;Area&lt;/TD&gt;
&lt;TD width="67"&gt;Customer&lt;/TD&gt;
&lt;TD width="105"&gt;Customer Email&lt;/TD&gt;
&lt;TD width="67"&gt;Location&lt;/TD&gt;
&lt;TD width="105"&gt;Location&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-sort-the-fields-and-store-in-the-excel-maintaining-the/m-p/2064108#M87285</guid>
      <dc:creator>userpd_2021</dc:creator>
      <dc:date>2024-11-15T21:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I sort the fields and store in the excel maintaining the sequence of the columns ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-sort-the-fields-and-store-in-the-excel-maintaining-the/m-p/2064358#M87307</link>
      <description>&lt;P&gt;Set vFileNamePath = 'C:\Users\Krrish\Desktop\Comm\excel.csv';&lt;/P&gt;
&lt;P&gt;Excel:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Region, Location, Customer, Customer Email, Area&lt;BR /&gt;A, xyz, pqr, pqr@abc.com, efg&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Store Excel into '$(vFileNamePath)'(txt);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works for me.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-sort-the-fields-and-store-in-the-excel-maintaining-the/m-p/2064358#M87307</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2023-04-25T14:59:36Z</dc:date>
    </item>
  </channel>
</rss>

