<?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: What does this $ mean? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926456#M947755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its an indication to the qlik engine resolve the expression between the $() , replace with the resulting values, before evaluating the expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 19:56:49 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-12-14T19:56:49Z</dc:date>
    <item>
      <title>What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926455#M947754</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;Looking at the below SUM statement, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; col1={'1'}, &lt;/P&gt;&lt;P&gt;&amp;nbsp; col2 = {'$(=max(col2))'}, &lt;/P&gt;&lt;P&gt;&amp;nbsp; col3 = {'YTD'}&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; amount&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;when it's evaluated, looks like the end result of col2 may look something like col2 = '123'.&amp;nbsp; My question is about the $ (dollar) sign&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;there.&amp;nbsp; Can someone explain to me what the $ sign mean when it's used like this?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926455#M947754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T19:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926456#M947755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its an indication to the qlik engine resolve the expression between the $() , replace with the resulting values, before evaluating the expression.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926456#M947755</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T19:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926457#M947756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dollar sign expansion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the Qlik help&lt;/P&gt;&lt;H2&gt;&lt;EM&gt;Dollar-Sign Expansion with an Expression&lt;/EM&gt;&lt;/H2&gt;&lt;P&gt;&lt;EM&gt;Expressions can be used in dollar-sign expansions. The content between the brackets must then start with an equal sign: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$( =expression )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The expression will be evaluated and the value will be used in the expansion. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;$(=Year(Today())); //&lt;/SPAN&gt; returns e.g. '2008'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;$(=Only(Year)-1); //&lt;/SPAN&gt; returns the year before the selected one&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926457#M947756</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-14T19:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926458#M947757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;So is that the same thing as $(vMyDirectory)?&amp;nbsp; Sounds like it. I was just confused when $ is used inside&lt;/P&gt;&lt;P&gt;a pair of single tick marks.&amp;nbsp; So if I simply want a string of text to look exactly like $(=max(col2)), what do I need to do?&lt;/P&gt;&lt;P&gt;Just out of curiosity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maxgro.&lt;/P&gt;&lt;P&gt;What do you by "&lt;EM style="font-family: inherit; font-size: 13.3333px; font-weight: inherit;"&gt;returns the year before the selected one"..&amp;nbsp; I am not following this definition.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/933774" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;What does this $ mean?&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926458#M947757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T20:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926459#M947758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, dollar sign expansion is frequently used with variables but not always (as per your example).&amp;nbsp; vMyDirectory is most likely a variable and you can swap in a reusable expression to be evaluated WITHIN the context of the chart you are invoking the variable with this technique.&amp;nbsp; If the variable is just text like this with no preceding equals:&amp;nbsp;&amp;nbsp; Max(col2)&amp;nbsp; then you will probably need the dollar sign expansion to have the text from the variable evaluated as an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the text&amp;nbsp; has a preding equals sign:&amp;nbsp;&amp;nbsp; =Max(col2)&amp;nbsp;&amp;nbsp;&amp;nbsp; ...then qlik will likely pre-evaluate it as an expression, calculated the value OUTSIDE the context of where you are using and just insert the value. In that case, you may not&amp;nbsp; need dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can help with the subtleties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3996"&gt;The Little Equals Sign&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926459#M947758</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T20:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926460#M947759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, this is clearer now.&amp;nbsp; So If I want my text to appear on the screen to look exactly like this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=max(col2)), how do you do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926460#M947759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T20:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926461#M947760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean like this ? &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108990_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926461#M947760</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-14T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926462#M947761</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;Just have the '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=max(col2))' in text box&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 22:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926462#M947761</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-12-14T22:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926463#M947762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sidneylu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"$"&lt;/STRONG&gt; it's called &lt;STRONG&gt;Dollar-Sign Expansion&lt;/STRONG&gt; if you are using in Set Analysis &lt;STRONG&gt;Modifier&lt;/STRONG&gt; section,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Example:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Sum({&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Year = {$(=Max(Year)}&amp;gt;})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"$"&lt;/STRONG&gt; it's called &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Dollar-Sign Expansion&lt;/STRONG&gt; if you are using with &lt;STRONG&gt;Variable&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Example: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;(vPreviousMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"$"&lt;/STRONG&gt; it's called &lt;STRONG&gt;Current Selection&lt;/STRONG&gt; if you are using in Set Analysis &lt;STRONG&gt;Identifier&lt;/STRONG&gt; section.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Example: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=Sum({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;Year = {2015}&amp;gt;})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 03:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926463#M947762</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-12-15T03:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926464#M947763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick note to thank everyone who responded.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is much clearer to me now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/926464#M947763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T19:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: What does this $ mean?</title>
      <link>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/1606904#M947764</link>
      <description>&lt;P&gt;i am writing like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;=year(today())&amp;nbsp; &amp;nbsp;// 2019&lt;/P&gt;&lt;P&gt;why are you using&amp;nbsp; like this $ symbol&amp;nbsp; in you r example plg&amp;nbsp; tell me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 09:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-does-this-mean/m-p/1606904#M947764</guid>
      <dc:creator>Koniki</dc:creator>
      <dc:date>2019-07-29T09:42:34Z</dc:date>
    </item>
  </channel>
</rss>

