<?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: Back end Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764882#M1042219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(sales) as total_sales Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Country,sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IND,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CHI,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;US,100 ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let variable = Peek('total_sales',0,'Table');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 06:25:41 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-03T06:25:41Z</dc:date>
    <item>
      <title>Back end Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764881#M1042218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to do some calculation at backend for this i need to use one variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(sales),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m trying to make it by using let variable. but it is not showing me&lt;/P&gt;&lt;P&gt;let Variable= sum(sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using it like above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how it will happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 06:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764881#M1042218</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-12-03T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Back end Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764882#M1042219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(sales) as total_sales Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Country,sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IND,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CHI,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;US,100 ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let variable = Peek('total_sales',0,'Table');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 06:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764882#M1042219</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-03T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Back end Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764883#M1042220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vSales = '=sum(Sales)' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 06:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764883#M1042220</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-03T06:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Back end Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764884#M1042221</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;Write a variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vSumVar = 'Sum(Sales)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this variable in any chart like $(vSumVar) for get sum value&lt;/P&gt;&lt;P&gt;But if want to do it with the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load Regions,sales &lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Regions,sales&lt;/P&gt;&lt;P&gt;R1,300&lt;/P&gt;&lt;P&gt;R2,600&lt;/P&gt;&lt;P&gt;R3,800 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SumTab:&lt;/P&gt;&lt;P&gt;LOAD sum(sales) as SalVal Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vSumVal = Peek('SalVal',0,'SumTab');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And plot this variable in any text object or chart $(vSumVal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 06:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-end-Variable/m-p/764884#M1042221</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T06:39:14Z</dc:date>
    </item>
  </channel>
</rss>

