<?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: Help with Data loading from Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1671407#M728549</link>
    <description>&lt;P&gt;When you load your data from excel, you can enable transformation and then use Fill tab to fill the values.&lt;/P&gt;&lt;P&gt;Here is how it should look like with your sample data -&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD Test,&lt;BR /&gt;Values&lt;BR /&gt;FROM&lt;BR /&gt;Book1.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;BR /&gt;Replace(1, top, StrCnd(equal, '-'))&lt;BR /&gt;));&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 16:25:12 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2020-01-31T16:25:12Z</dc:date>
    <item>
      <title>Help with Data loading from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1671376#M728548</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;We get data from excel files in the below format&lt;/P&gt;&lt;P&gt;Test, Values&lt;/P&gt;&lt;P&gt;AAA, 1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &amp;nbsp; &amp;nbsp;&amp;nbsp; , 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &amp;nbsp; &amp;nbsp;&amp;nbsp; , 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BBB, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &amp;nbsp; &amp;nbsp;&amp;nbsp; , 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &amp;nbsp; &amp;nbsp;&amp;nbsp; , 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from excel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to load them in Qlik so the output should be like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test, Values&lt;/P&gt;&lt;P&gt;AAA, 1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AAA &amp;nbsp; , 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AAA &amp;nbsp; , 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BBB, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BBB &amp;nbsp;&amp;nbsp; , 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BBB &amp;nbsp; &amp;nbsp; , 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can any please help me to achieve above results with Qlik scripting?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1671376#M728548</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T01:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data loading from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1671407#M728549</link>
      <description>&lt;P&gt;When you load your data from excel, you can enable transformation and then use Fill tab to fill the values.&lt;/P&gt;&lt;P&gt;Here is how it should look like with your sample data -&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD Test,&lt;BR /&gt;Values&lt;BR /&gt;FROM&lt;BR /&gt;Book1.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;BR /&gt;Replace(1, top, StrCnd(equal, '-'))&lt;BR /&gt;));&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 16:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1671407#M728549</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2020-01-31T16:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Data loading from Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1678784#M728550</link>
      <description>&lt;P&gt;Did the poster's response get you what you needed to get things working as desired?&amp;nbsp; If so, do not forget to return to your thread and on their post, use the Accept as Solution button to give them credit for the help and let other Members know that worked.&amp;nbsp; If you did something different, please consider posting that and then mark it using the button and if you are still working on things, please leave an update with what you still need.&lt;/P&gt;
&lt;P&gt;Here is a Help link related to what the poster was discussing:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/File_Wizard_Transform.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/File_Wizard_Transform.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 22:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Data-loading-from-Excel/m-p/1678784#M728550</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-24T22:13:31Z</dc:date>
    </item>
  </channel>
</rss>

