<?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 How to change the UI variable to Script variable? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288036#M461861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have variable called &lt;SPAN style="font-size: 13.3333px;"&gt;vCrAmt&lt;/SPAN&gt;, it is declared in UI side i.e., Settings&amp;gt;Variable Overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am trying to call the same variable from Edit Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vCrAmt=SUM({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX[Trxn. Date]))"}&amp;gt;}CrAmt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to put the same in Edit Script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like this...&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="font-size: 13.3333px;"&gt;vCrAmt&lt;/SPAN&gt;='SUM({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX[Trxn. Date]))"}&amp;gt;}CrAmt)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting no value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 02:28:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-22T02:28:26Z</dc:date>
    <item>
      <title>How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288036#M461861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have variable called &lt;SPAN style="font-size: 13.3333px;"&gt;vCrAmt&lt;/SPAN&gt;, it is declared in UI side i.e., Settings&amp;gt;Variable Overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am trying to call the same variable from Edit Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vCrAmt=SUM({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX[Trxn. Date]))"}&amp;gt;}CrAmt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to put the same in Edit Script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like this...&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="font-size: 13.3333px;"&gt;vCrAmt&lt;/SPAN&gt;='SUM({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX[Trxn. Date]))"}&amp;gt;}CrAmt)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting no value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 02:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288036#M461861</guid>
      <dc:creator />
      <dc:date>2016-11-22T02:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288037#M461862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&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;SET &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vCrAmt&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;= '=SUM({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX[Trxn. Date]))"}&amp;gt;}CrAmt)';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 03:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288037#M461862</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-11-22T03:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288038#M461863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will try and let u know&lt;/P&gt;&lt;P&gt;Thanks for the reply Sushil Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 05:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288038#M461863</guid>
      <dc:creator />
      <dc:date>2016-11-22T05:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288039#M461864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying like this, its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vCrAmt='=Sum({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX([Trxn. Date])))"}&amp;gt;}[CrAmt])';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 05:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288039#M461864</guid>
      <dc:creator />
      <dc:date>2016-11-22T05:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288040#M461865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this must work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how are you using this variable in your expression..? have u checked the same expression in text box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288040#M461865</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-11-22T06:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the UI variable to Script variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288041#M461866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its showing this&lt;/P&gt;&lt;P&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;'=Sum({$&amp;lt;[Trxn. Date]={"$(=DATE(MAX([Trxn. Date])))"}&amp;gt;}[CrAmt])' --&amp;gt; Text Object Expr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 06:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-UI-variable-to-Script-variable/m-p/1288041#M461866</guid>
      <dc:creator />
      <dc:date>2016-11-22T06:57:14Z</dc:date>
    </item>
  </channel>
</rss>

