<?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: Automate excel Data in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952712#M973635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a way of reading the complete information into a table - including the company name, account group and reporting period from and to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14411761788556300 jive_text_macro" jivemacro_uid="_14411761788556300" modifiedtitle="true"&gt;
&lt;P&gt;RawTable:&lt;/P&gt;
&lt;P&gt;LOAD A,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&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, no labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;vCompany = Peek('A',0);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;vFrom = Trim( TextBetween( Peek('A',3), 'From:' , 'To:') );&lt;/P&gt;
&lt;P&gt;vTo = Trim( TextBetween( Peek('A',3), 'To:' , Chr(10) ) ) ;&lt;/P&gt;
&lt;P&gt;vAccountGroup = Trim( SubField( Peek('A' , 3 ) , 'AccountGroup:' , 2 ) ) ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Numbers:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vCompany)' AS Company,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vFrom)' AS FromDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vTo)' AS ToDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vAccountGroup)' AS AccountGroup,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Num(A) as SNo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(B) as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C AS [Debit In Company Currency],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D AS [Credit In Company Currency],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E AS Division,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F AS [Cost Centre]&lt;/P&gt;
&lt;P&gt;RESIDENT RawTable&lt;/P&gt;
&lt;P&gt;WHERE&lt;/P&gt;
&lt;P&gt;IsNum(A)&lt;/P&gt;
&lt;P&gt;AND&lt;/P&gt;
&lt;P&gt;RecNo() &amp;gt; 4;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE RawTable;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can in this way extend this reading so you read many Excel reports into the same table since each row is qualified by which company, reporting period and account group they refer to. Then you can make many visualizations and reports across companies and other dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 06:45:13 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-09-02T06:45:13Z</dc:date>
    <item>
      <title>Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952708#M973627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have reports in attached Sample Format. Can I automate this report??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not Require Total at the end of the report..&lt;BR /&gt;also do not want 1st Raw of Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible kindly suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 05:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952708#M973627</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-09-02T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952709#M973629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is several ways of automating something like you have there. But you should state more details about your requirements so people give you the right path to follow...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Will you run in on a server?&lt;/P&gt;&lt;P&gt;2) Will your user run the Ajax client / full browser?&lt;/P&gt;&lt;P&gt;3) Should the final report also be an XLSX-file? or is it just your way of illustrating the looks of the result?&lt;/P&gt;&lt;P&gt;4) Should the report pop-up on the screen for the user?&lt;/P&gt;&lt;P&gt;5) Should it be many of these reports produced simultanuously for all companies on a schedule or on demand by the user?&lt;/P&gt;&lt;P&gt;6) Do you need to achieve this without purchasing things like NPrinting licenses?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 05:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952709#M973629</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T05:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952710#M973631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample report I have attached is Raw File Format in which I am getting data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- till now working on local but yes once application goes live the same format data i'll got on server.&lt;/P&gt;&lt;P&gt;2- Preferred Ajax Client&lt;/P&gt;&lt;P&gt;3- No Final report not in this format.&lt;/P&gt;&lt;P&gt;4-No&lt;/P&gt;&lt;P&gt;5- No Only I need to fetch data from these reports and produce my own reports.&lt;/P&gt;&lt;P&gt;6- I don't have NPrinting yet&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 06:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952710#M973631</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-09-02T06:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952711#M973633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want to fetch the table only from that source, may be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Num(SNo) as SNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date) as Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Debit In Company Currency], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Credit In Company Currency], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Division, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Centre]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;QVcomm\TestFormatCommunity.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 4)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 3)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 2)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 1))&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;WHERE(IsNum(SNo));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 06:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952711#M973633</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-09-02T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952712#M973635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a way of reading the complete information into a table - including the company name, account group and reporting period from and to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14411761788556300 jive_text_macro" jivemacro_uid="_14411761788556300" modifiedtitle="true"&gt;
&lt;P&gt;RawTable:&lt;/P&gt;
&lt;P&gt;LOAD A,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&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, no labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;vCompany = Peek('A',0);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;vFrom = Trim( TextBetween( Peek('A',3), 'From:' , 'To:') );&lt;/P&gt;
&lt;P&gt;vTo = Trim( TextBetween( Peek('A',3), 'To:' , Chr(10) ) ) ;&lt;/P&gt;
&lt;P&gt;vAccountGroup = Trim( SubField( Peek('A' , 3 ) , 'AccountGroup:' , 2 ) ) ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Numbers:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vCompany)' AS Company,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vFrom)' AS FromDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vTo)' AS ToDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vAccountGroup)' AS AccountGroup,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Num(A) as SNo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(B) as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C AS [Debit In Company Currency],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D AS [Credit In Company Currency],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E AS Division,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F AS [Cost Centre]&lt;/P&gt;
&lt;P&gt;RESIDENT RawTable&lt;/P&gt;
&lt;P&gt;WHERE&lt;/P&gt;
&lt;P&gt;IsNum(A)&lt;/P&gt;
&lt;P&gt;AND&lt;/P&gt;
&lt;P&gt;RecNo() &amp;gt; 4;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE RawTable;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can in this way extend this reading so you read many Excel reports into the same table since each row is qualified by which company, reporting period and account group they refer to. Then you can make many visualizations and reports across companies and other dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 06:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952712#M973635</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T06:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automate excel Data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952713#M973637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW here is the sample app illustrating what I mentioned above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 06:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automate-excel-Data-in-QlikView/m-p/952713#M973637</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-02T06:55:31Z</dc:date>
    </item>
  </channel>
</rss>

