<?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: expression with '$(=)' in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73157#M12100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I'm studying your material now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 15:41:24 GMT</pubDate>
    <dc:creator>antonaks</dc:creator>
    <dc:date>2018-03-22T15:41:24Z</dc:date>
    <item>
      <title>expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73151#M12094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody. &lt;/P&gt;&lt;P&gt;I encountered such a problem.&lt;/P&gt;&lt;P&gt;In the loading script, I set the variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;SET vTEST = sum({&amp;lt;DateKey = {'$(=max(DateKey))'}&amp;gt;} SUM_IN_WITH_NDSmov);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in after reload variable looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sum({&amp;lt;DateKey = {''}&amp;gt;} SUM_IN_WITH_NDSmov)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I asking for help. &lt;/P&gt;&lt;P&gt;With best regards, &lt;/P&gt;&lt;P&gt;Anton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73151#M12094</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2018-03-22T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73152#M12095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/220964"&gt;Expression as a variable with $-sign expansion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/286280"&gt;big problem with variable and set analysi expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73152#M12095</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-22T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73153#M12096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually store these kind of variables in an Excel file using something like&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/" title="http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/"&gt;http://www.qlikfix.com/2011/09/21/storing-variables-outside-of-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which does also fix the dollar sign expansion issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73153#M12096</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-22T15:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73154#M12097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I already solved my problem with "excel solution". But now I'm wondering how to correctly declare a variable in the load script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73154#M12097</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2018-03-22T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73155#M12098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The two links that I have shared have 2 different techniques listed in them... have you looked at them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73155#M12098</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-22T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73156#M12099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind that as long as you do not literally quote the string with dollars in your script, the $() won't get expanded.&lt;/P&gt;&lt;P&gt;You can pass around using variables and/or fields in statements any string with $()'s that should not be expanded. $-expansion will not happen on variable or field &lt;EM&gt;content&lt;/EM&gt;, only on statement &lt;EM&gt;syntax&lt;/EM&gt; inside your script and by the script engine (more precisely by a sort of pre-processor inside the parser) and before the statement is evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions also don't bother with $-sign expansion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73156#M12099</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-03-22T15:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73157#M12100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I'm studying your material now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73157#M12100</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2018-03-22T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: expression with '$(=)' in script</title>
      <link>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73158#M12101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I solved problem with. &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;&lt;STRONG&gt;SET _varName = vTEST;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;SET _varValue = sum({&amp;lt;DateKey = {'@(=max(DateKey))'}&amp;gt;} SUM_IN_WITH_NDSmov);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LET&amp;nbsp; [$(_varName)] = Replace('$(_varValue)','@','$');&lt;/STRONG&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;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-with-in-script/m-p/73158#M12101</guid>
      <dc:creator>antonaks</dc:creator>
      <dc:date>2018-03-22T16:12:59Z</dc:date>
    </item>
  </channel>
</rss>

