<?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: How to create constant value in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345037#M1249995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a variable? Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Ctrl+Alt+V then Add &lt;/P&gt;&lt;P&gt;Give a name like vTotalValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({1} YourfieldHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use a textobject and type &lt;/P&gt;&lt;P&gt;= vTotalValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 14:26:41 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-07-20T14:26:41Z</dc:date>
    <item>
      <title>How to create constant value in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345033#M1249986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to define a constant value in Qlik that contains the total of a field.&amp;nbsp; This value which will be contained in a text object will not change when user clicks various drop-down items.. I want to be able to use this constant value in further calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345033#M1249986</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create constant value in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345034#M1249987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345034#M1249987</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-20T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create constant value in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345035#M1249989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. Is this called set analysis ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345035#M1249989</guid>
      <dc:creator />
      <dc:date>2017-07-20T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create constant value in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345036#M1249992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its called Set Identifiers:&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {$} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns sales for the current selection, i.e. the same as sum(Sales). &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {$1} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns sales for the previous selection. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {$_2} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns sales for the 2nd next selection, i.e. two steps forward. Only relevant if you just made two &lt;SPAN class="Bold"&gt;Back&lt;/SPAN&gt; &lt;SPAN style="background-color: #3399ff; color: #ffffff;"&gt;operations&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns total sales within the application, disregarding the selection but not the dimension. If used in a chart with e.g. Products as dimension, each product will get a different value. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {1} &lt;SPAN class="Bold"&gt;Total&lt;/SPAN&gt; Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns total sales within the application, disregarding both selection and dimension. I.e. the same as sum(&lt;SPAN class="Bold"&gt;All&lt;/SPAN&gt; Sales). &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {BM01} Sales &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns sales for the bookmark BM01. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt; {MyBookMark} Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;BR /&gt;returns sales for the bookmark MyBookMark. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt;{Server\BM01} Sales&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns the sales for the server bookmark BM01. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum(&lt;/SPAN&gt;{Document\MyBookmark}Sales&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;returns the sales for the document bookmark MyBookmark.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345036#M1249992</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-07-20T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create constant value in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345037#M1249995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a variable? Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Ctrl+Alt+V then Add &lt;/P&gt;&lt;P&gt;Give a name like vTotalValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({1} YourfieldHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use a textobject and type &lt;/P&gt;&lt;P&gt;= vTotalValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-constant-value-in-Qlikview/m-p/1345037#M1249995</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-20T14:26:41Z</dc:date>
    </item>
  </channel>
</rss>

