<?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 use any formula in load editor dynamically i.e it gets reacted when filters are applied in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985817#M81396</link>
    <description>&lt;P&gt;Please help me. I am new to Qliksense&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 07:52:15 GMT</pubDate>
    <dc:creator>aarav021</dc:creator>
    <dc:date>2022-09-27T07:52:15Z</dc:date>
    <item>
      <title>How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985747#M81386</link>
      <description>&lt;P&gt;I am using a KPI what I need is a performance optimization for that KPI. So there is formula that is being repeated more often so is there way I can set that formula in load editor and use it dynamically in my KPI. Like when using that variable it should change when filters are applied.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 06:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985747#M81386</guid>
      <dc:creator>aarav021</dc:creator>
      <dc:date>2022-09-27T06:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985769#M81388</link>
      <description>&lt;P&gt;You can create the expression in a variable, for example in script:&lt;/P&gt;
&lt;P&gt;SET vSales = Sum(Sales);&lt;/P&gt;
&lt;P&gt;And then reference the variable in charts as:&lt;/P&gt;
&lt;P&gt;$(vSales)&lt;/P&gt;
&lt;P&gt;Note that there is some tweaking that needs to be made in the script if your expression contains $(.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985769#M81388</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-09-27T07:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985786#M81391</link>
      <description>&lt;P&gt;It does contain $ ..so what should be done ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985786#M81391</guid>
      <dc:creator>aarav021</dc:creator>
      <dc:date>2022-09-27T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985817#M81396</link>
      <description>&lt;P&gt;Please help me. I am new to Qliksense&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985817#M81396</guid>
      <dc:creator>aarav021</dc:creator>
      <dc:date>2022-09-27T07:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985836#M81398</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1985836#M81398</guid>
      <dc:creator>aarav021</dc:creator>
      <dc:date>2022-09-27T08:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986257#M81475</link>
      <description>&lt;P&gt;The dollar sign expansion ($); returns the value of the variable instead of its name.&lt;/P&gt;
&lt;P data-unlink="true"&gt;See here:&amp;nbsp;&lt;A title="Dollar-sign expansion using a variable" href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/dollar-sign-expansion-using-variable.htm?_ga=2.182933478.1970573263.1664296421-1710627974.1664296420 " target="_self"&gt;Dollar-sign expansion using a variable&lt;/A&gt;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 01:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986257#M81475</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-09-28T01:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986866#M81552</link>
      <description>&lt;P&gt;As an example, let's assume an expression like:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;Year-{$(=Max(Year))}&amp;gt;}Sales)&lt;/P&gt;
&lt;P&gt;If you try script:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SET vSales =&amp;nbsp;Sum({&amp;lt;Year-{$(=Max(Year))}&amp;gt;}Sales);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The script will attempt to evaluate Max(Year) and the variable will be incomplete.&amp;nbsp; Instead, break up the $( in your script like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;LET vSales = 'Sum({&amp;lt;Year-{' &amp;amp; '$(=Max(Year))}&amp;gt;}Sales)';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986866#M81552</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-09-29T07:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use any formula in load editor dynamically i.e it gets reacted when filters are applied</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986876#M81555</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt; Thank you&amp;nbsp; For helping out. . Thanks much !&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-any-formula-in-load-editor-dynamically-i-e-it-gets/m-p/1986876#M81555</guid>
      <dc:creator>aarav021</dc:creator>
      <dc:date>2022-09-29T07:35:38Z</dc:date>
    </item>
  </channel>
</rss>

