<?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 to create a summary page dynamically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311231#M114875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's,&amp;nbsp; I have a problem, the scenorio is there is a report find the total number of invoices and sum of sales on daily basis.&amp;nbsp; I would like to create a dynamic summary in a separte sheet the format is as follows, if I run the Qvd the values will be changed in a daily basis automatically.&amp;nbsp; How to do this....&amp;nbsp; Total Number of Invoices for today 300 Invoices.&amp;nbsp; Sum of sales today $ 520 855.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 07:26:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-19T07:26:49Z</dc:date>
    <item>
      <title>How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311231#M114875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's,&amp;nbsp; I have a problem, the scenorio is there is a report find the total number of invoices and sum of sales on daily basis.&amp;nbsp; I would like to create a dynamic summary in a separte sheet the format is as follows, if I run the Qvd the values will be changed in a daily basis automatically.&amp;nbsp; How to do this....&amp;nbsp; Total Number of Invoices for today 300 Invoices.&amp;nbsp; Sum of sales today $ 520 855.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 07:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311231#M114875</guid>
      <dc:creator />
      <dc:date>2011-05-19T07:26:49Z</dc:date>
    </item>
    <item>
      <title>How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311232#M114876</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use replace load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Replace Load A, B, C from ABC where Date = Today();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So everytime you reload the application it will show you the current day data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But in this case your previous data will be lost, cause it has been replaced with new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 07:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311232#M114876</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-05-19T07:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311233#M114877</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;Thanks for your reply, I need the following requirements to be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Coke&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Pepsi&lt;/TD&gt;&lt;TD&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total Sales&lt;/TD&gt;&lt;TD&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values are in a stright table, the values are all change everyday, I want a summary sheet to display like below .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coke 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pepsi 2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales 3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311233#M114877</guid>
      <dc:creator />
      <dc:date>2011-05-19T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311234#M114878</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you Please send me the QVW file with sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311234#M114878</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-05-19T09:52:24Z</dc:date>
    </item>
    <item>
      <title>How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311235#M114879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the sample of my requirement. its in my orginal post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When I reload the qlikview file the what are the value's availble in the main sheet it should reflect in the summary page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I have used text box in the summary page, but I need the dynamic concept when the value changed in the main sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311235#M114879</guid>
      <dc:creator />
      <dc:date>2011-05-19T10:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311236#M114880</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am uploading a sample file. Have a look at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311236#M114880</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-05-19T10:48:49Z</dc:date>
    </item>
    <item>
      <title>How to create a summary page dynamically</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311237#M114881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-summary-page-dynamically/m-p/311237#M114881</guid>
      <dc:creator />
      <dc:date>2011-05-19T11:22:44Z</dc:date>
    </item>
  </channel>
</rss>

