<?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: passing variable to a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953102#M327689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need the $ sign, but like this (at least that is how I have always done it):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16.1395px;"&gt;$(vNumDisplay($(vES)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case, when vES is expanded into the expression in vNumDisplay, it must make legal and semantic sense in a Sum(). I don't think a value is expected here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 05:32:10 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-10-12T05:32:10Z</dc:date>
    <item>
      <title>passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953098#M327685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 variables defined, &lt;/P&gt;&lt;P&gt;vNumDisplay= &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1115px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="1115"&gt;&lt;P&gt;if(Sum($1)/1000000 &amp;gt;= 1, Num((Round(Sum($1)/1000000,.1))) &amp;amp; 'M',&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(Sum($1)/100000 &amp;gt;= 1,&amp;nbsp; Num((Round(Sum($1)/1000,.1))) &amp;amp; 'K', Sum($1)/1000))&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;vES=&amp;lt; result of some number&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I structure the syntax to pass vES&amp;nbsp; into vNumDisplay in a text box ?&lt;/P&gt;&lt;P&gt;$(vNumDisplay$(vES))&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(vNumDisplay$(=vES))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; all above do not work ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 04:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953098#M327685</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-10-12T04:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953099#M327686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16.1395px;"&gt;Remove the second dollar-sign:&lt;BR /&gt;&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: 16.1395px;"&gt;&lt;BR /&gt;&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: 16.1395px;"&gt;$(vNumDisplay(vES)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 04:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953099#M327686</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-12T04:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953100#M327687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did not work ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 05:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953100#M327687</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-10-12T05:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953101#M327688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vNumDisplay($(=$(vES))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 05:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953101#M327688</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2015-10-12T05:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953102#M327689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need the $ sign, but like this (at least that is how I have always done it):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16.1395px;"&gt;$(vNumDisplay($(vES)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case, when vES is expanded into the expression in vNumDisplay, it must make legal and semantic sense in a Sum(). I don't think a value is expected here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 05:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953102#M327689</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-12T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing variable to a variable</title>
      <link>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953103#M327690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it worked very well for me - in the context I used it. So probably you used it in another context where it didnt work. But that is how the harder to understand parts of QlikView often works - it is very context sensitive...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 06:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-variable-to-a-variable/m-p/953103#M327690</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-12T06:49:53Z</dc:date>
    </item>
  </channel>
</rss>

