<?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: store total values from a table chart into variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845850#M296967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Storing data back is not the most streamlined thing in QlikView. Actually it is not user-friendly at all. So there are several third-party solutions for that purpose and also QlikView extensions to do write-back. Have a look at QlikMarket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you want to have this deployed on a QlikView server so the users will go via AccessPoint to run the application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could roll you own approach. It is possible to make VBScript Macros that write to a CSV or XLS file server-side. Then this information could be read back on the next reload. Other approaches could also be used. QlikView Extensions that do write-back to a SQL database which you could include reading back in your load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach could be to use Input Fields that are stored per user and persist on the server - not in a database table but in files that the server manage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables could actually be persisted with bookmarks and these could be shared between users if you like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 22:37:02 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-06-17T22:37:02Z</dc:date>
    <item>
      <title>store total values from a table chart into variables</title>
      <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845847#M296964</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 want to store the total values..(Sum Sales) showing on a table chart into variables, doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 20:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845847#M296964</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-06-17T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: store total values from a table chart into variables</title>
      <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845848#M296965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on what you mean by "storing". A variable can directly reference fields and a variable can contain an expression that could calculate the Sum Sales for you. But a variable can't directly reference an expression contained (hard coded) in an expression in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put the expression into a variable (expression-variable) and then use this variable directly in you expression in a chart then the calculation of the "expression-variable" could be done identically in both the chart and outside the chart. Just bear in mind that outside a chart and inside a chart is not totally similar because the dimensions of a chart filters/combines which elements that would take part in the calculation. That can be reproduced outside the chart anyway but not without additions to the "expression-variable".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845848#M296965</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-17T21:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: store total values from a table chart into variables</title>
      <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845849#M296966</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;I agree with you. What I am trying to do here is I am building the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User goes in and makes few selections.. the total row on the table chart changes based on the user selections.&lt;/P&gt;&lt;P&gt;I need to store the resulted values in variables so I can use them next time the document reload.. (Building Montecarlo simulation)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 21:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845849#M296966</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-06-17T21:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: store total values from a table chart into variables</title>
      <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845850#M296967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Storing data back is not the most streamlined thing in QlikView. Actually it is not user-friendly at all. So there are several third-party solutions for that purpose and also QlikView extensions to do write-back. Have a look at QlikMarket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you want to have this deployed on a QlikView server so the users will go via AccessPoint to run the application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could roll you own approach. It is possible to make VBScript Macros that write to a CSV or XLS file server-side. Then this information could be read back on the next reload. Other approaches could also be used. QlikView Extensions that do write-back to a SQL database which you could include reading back in your load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another approach could be to use Input Fields that are stored per user and persist on the server - not in a database table but in files that the server manage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables could actually be persisted with bookmarks and these could be shared between users if you like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 22:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845850#M296967</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-17T22:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: store total values from a table chart into variables</title>
      <link>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845851#M296968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alec &lt;/P&gt;&lt;P&gt;did you get result for storing the table row into variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/store-total-values-from-a-table-chart-into-variables/m-p/845851#M296968</guid>
      <dc:creator />
      <dc:date>2016-07-21T17:54:38Z</dc:date>
    </item>
  </channel>
</rss>

