<?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 can anybody explain this ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31908#M777820</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;the below highlighted in a not set analysis dollar sing am pretty sure but some parameter, which i am not aware. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my entire app this kind of expressions are there and am new to this project handling alone. please guide me what it is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;STRONG&gt;$1&lt;/STRONG&gt;&amp;gt;}INTER_COST+FINAL_COST)&amp;nbsp; -- how to find its effect and which values are there behind it,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>vishalgoud</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>can anybody explain this ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31908#M777820</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;the below highlighted in a not set analysis dollar sing am pretty sure but some parameter, which i am not aware. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my entire app this kind of expressions are there and am new to this project handling alone. please guide me what it is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;STRONG&gt;$1&lt;/STRONG&gt;&amp;gt;}INTER_COST+FINAL_COST)&amp;nbsp; -- how to find its effect and which values are there behind it,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31908#M777820</guid>
      <dc:creator>vishalgoud</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: can anybody explain this ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31909#M777821</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;This ($1) sign is called the Identifier in Set analysis, which means consider the previous selection.&lt;/P&gt;&lt;P&gt;More information is available on help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="margin-top: 30px; font-weight: 400; margin-bottom: 10px; font-size: 1.69em; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Identifiers&lt;/H3&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;Identifiers define the relationship between the set expression and the field values or expression being evaluated.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;In our example &lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;sum( {$&amp;lt;Year={2009}&amp;gt;} Sales )&lt;/SPAN&gt;, the identifier is the dollar sign, $, and means that the set of records to be evaluated consists of all the records of the current selection. This set is then further filtered by the modifier part of the set expression. In a more complex set expression, two identifiers can be combined using an operator.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;This table shows some common identifiers.&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TH class="BodyI--" style="padding: 7px; text-align: left; border: 1px solid #d5d5d5;"&gt;Identifier&lt;/TH&gt;&lt;TH class="BodyG--" style="padding: 7px; text-align: left; border: 1px solid #d5d5d5;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;1&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Represents the full set of all the records in the application, irrespective of any selections made.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;$&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Represents the records of the current selection. The set expression &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;{$}&lt;/SPAN&gt; is thus the equivalent to not stating a set expression.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;$1&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Represents the previous selection. $2 represents the previous selection-but-one, and so on.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;$_1&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Represents the next (forward) selection. $_2 represents the next selection-but-one, and so on.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;BM01&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;You can use any bookmark ID or bookmark name.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;MyAltState&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;You can reference the selections made in an alternate state by its state name.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" title="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressio…&lt;/A&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>Sun, 29 Apr 2018 06:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31909#M777821</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-04-29T06:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: can anybody explain this ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31910#M777822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we have {&amp;lt;&amp;gt;} here and inside these brackets we have $1.&lt;/P&gt;&lt;P&gt;If we don't have set modifier then we don't need &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;We can simply write &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$1&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}INTER_COST+FINAL_COST) which is for previous selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Here we can consider this as Parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Say you have below data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Name, INTER_COST, FINAL_COST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; A,100,120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; B,200,300&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; C,400,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now if you create variable using below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vCost&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$1&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}INTER_COST+FINAL_COST)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;So when you call this variable, you can pass something like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vCost(Name = {'A'}))&lt;/P&gt;&lt;P&gt;So this expression will give you TOTAL COST for Name = 'A' only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2018 09:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31910#M777822</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-04-29T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: can anybody explain this ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31911#M777823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a parameterised variable. Please check out&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17393"&gt;Qlikview Parameterised Variables&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2018 14:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-anybody-explain-this/m-p/31911#M777823</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-29T14:41:49Z</dc:date>
    </item>
  </channel>
</rss>

