<?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 Dynamic variable in String in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434086#M113236</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;I have a variable in a String. And I want the String to change when the variable changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 1;&lt;/P&gt;&lt;P&gt;Let v2 = 'v1 is $(v1)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(v2) --&amp;gt; "v1 is 1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change v1, I want also v2 to be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(v2) --&amp;gt; "v1 is 2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work. It works only the first time I use $(v2). Do you know how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 08:36:33 GMT</pubDate>
    <dc:creator>cpalbrecht</dc:creator>
    <dc:date>2017-12-20T08:36:33Z</dc:date>
    <item>
      <title>Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434086#M113236</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;I have a variable in a String. And I want the String to change when the variable changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 1;&lt;/P&gt;&lt;P&gt;Let v2 = 'v1 is $(v1)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(v2) --&amp;gt; "v1 is 1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change v1, I want also v2 to be changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(v2) --&amp;gt; "v1 is 2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work. It works only the first time I use $(v2). Do you know how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 08:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434086#M113236</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T08:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434087#M113237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let v2 = 'v1 is'&amp;amp; $(v1);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 08:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434087#M113237</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-12-20T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434088#M113238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is also not working. Its the same result. The string is only evaluated once &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434088#M113238</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T09:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434089#M113239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you call the variable - with $(v2) or with '$(v2)' and where?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434089#M113239</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-20T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434090#M113240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried both $(v2) and '$(v2)'. I'm using the variables in the data load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434090#M113240</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434091#M113241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the below statement:&lt;/P&gt;&lt;P&gt;Let v2 = '=v1 is ' &amp;amp;&amp;nbsp; $(v1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the UI use v2 without dollar expansion $.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434091#M113241</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-20T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434092#M113242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you check the content of the variables? Did you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace $(v1);&lt;/P&gt;&lt;P&gt;trace $(v2);&lt;/P&gt;&lt;P&gt;trace '$(v2)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434092#M113242</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-20T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434093#M113243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is also not working: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 1;&lt;/P&gt;&lt;P&gt;Let v2 = '=v1 is ' &amp;amp; $(v1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace($(v2));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace($(v2));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikscreen.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187666_qlikscreen.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434093#M113243</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T09:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434094#M113244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trace($(v1));&lt;/P&gt;&lt;P&gt;Trace($(v2));&lt;/P&gt;&lt;P&gt;Trace('$(v2)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;(2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;(v1 is 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;('v1 is 1')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434094#M113244</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434095#M113245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you get on the UI creating a Text object with expression =v2 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434095#M113245</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-20T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434096#M113246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;he doesn't use text object. he needs the variables only in script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434096#M113246</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2017-12-20T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434097#M113247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I look again on this I think it couldn't work in this way. The important point is when is v2 evaluated and this is before v1 is changed to 2 and therefore didn't impact this change the content of v2 anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the aim of your task? Maybe there are other ways to get to your target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434097#M113247</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-20T10:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434098#M113248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm using Qlik Sense November 2017 SR1 and below the script used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let v1 = 3;&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;Let v2 = '=v1 is ' &amp;amp; $(v1);&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;trace $(v1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;trace $(v2);&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;each time you change value of variable v1 also the variable v2 is changed accordingly.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434098#M113248</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-20T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434099#M113249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to use a SELECT statement in a variable multiple times. And inside the SELECT statement is a variable which is changing. The easiest way is to copy the statement multiple times. But I wanted to avoid this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434099#M113249</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434100#M113250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes thats right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working again if you change v1 again: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 3;&lt;/P&gt;&lt;P&gt;Let v2 = '=v1 is ' &amp;amp; $(v1);&lt;/P&gt;&lt;P&gt;trace $(v1);&lt;/P&gt;&lt;P&gt;trace $(v2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 4;&lt;/P&gt;&lt;P&gt;trace $(v1);&lt;/P&gt;&lt;P&gt;trace $(v2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="selectable" style="margin: 0 0 0 5px;"&gt;3&lt;/P&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;=v1 is 3&lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;4&lt;/DIV&gt;&lt;DIV class="selectable" style="margin: 0 0 0 5px;"&gt;=v1 is 3&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434100#M113250</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T10:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434101#M113251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but it works as expected in script.&lt;/P&gt;&lt;P&gt;It's like a programming language you have to assign the new value of v1 to v2 as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let v1 = 3;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let v2 = '=v1 is ' &amp;amp; $(v1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trace $(v1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trace $(v2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let v1 = 4;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let v2 = '=v1 is ' &amp;amp; $(v1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trace $(v1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trace $(v2);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434101#M113251</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-20T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434102#M113252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could use parametrized variables for it - maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let v1 = 'select * from SOURCE where Date &amp;gt;= $1;';&lt;/P&gt;&lt;P&gt;let v2 = '$(v1(''20.12.2017''))';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace $(v1);&lt;/P&gt;&lt;P&gt;trace $(v2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434102#M113252</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-20T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434103#M113253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, yes that is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it. I have two variables. So I can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let v1 = 'this is param1 $1 and this is param2 $2';&lt;/P&gt;&lt;P&gt;Let v2 = '$(v1("1 2 3", "1, 2, 3"))';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace $(v2);&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;&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: 13px;"&gt;But the second varible has a comma inside the string. And the result is then: &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: 13px;"&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: 13px;"&gt;--&amp;gt; &lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px;"&gt;this is param1 "1 2 3" and this is param2 "1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-size: 13px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-size: 13px; font-family: 'Courier New';"&gt;How can I avoid that?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-size: 13px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 11:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434103#M113253</guid>
      <dc:creator>cpalbrecht</dc:creator>
      <dc:date>2017-12-20T11:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434104#M113254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use a semicolon rather than comma as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let v1 = 'this is param1 $1 and this is param2 $2';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let v2 = '$(v1("1 2 3", "1;2;3"))';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and after replace semicolon with comma.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Let v3 = Replace(v2, '|', ',');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace $(v3);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 11:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434104#M113254</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-12-20T11:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic variable in String</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434105#M113255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately there is no way to mask a comma within a variable-parameter so that you need workarounds with replace or similar like hinted by Andrea or to avoid them completely. Are there not many possible parameter sub-parts (delimited by the comma) you could just use more parameters. But I assume you want to use field-lists or even expressions and than it would be quite ugly with a variety of parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide some more context to your task because I believe there could be other ways, too. I mean examples of v1 and v2 and how they are created and called - in any loops?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 12:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Dynamic-variable-in-String/m-p/1434105#M113255</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-20T12:18:02Z</dc:date>
    </item>
  </channel>
</rss>

