<?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 make dynamic variable in qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1604287#M44733</link>
    <description>&lt;P&gt;Thanks for the pics.It really helped a lot.Thank you so much&amp;nbsp;&lt;A href="https://www.mygiftcardsite.us/" target="_self"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;mygiftcardsite&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 05:36:47 GMT</pubDate>
    <dc:creator>Maxwell20</dc:creator>
    <dc:date>2019-07-22T05:36:47Z</dc:date>
    <item>
      <title>How to make dynamic variable in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1603927#M44695</link>
      <description>&lt;P&gt;For example in below scenario if rowcount has 4 then i need 4 variables need to set ..Which will be dynamically need to set ..&lt;/P&gt;&lt;P&gt;For i=1 to $(RowCount)&lt;/P&gt;&lt;P&gt;set vPERSON_NAME1=$(vPERSON_NAME);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i=2&lt;/P&gt;&lt;P&gt;then&amp;nbsp;&lt;/P&gt;&lt;P&gt;set vPERSON_NAME2=$(vPERSON_NAME);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to set dynamic variable vPerson_NAME+i --&amp;gt; how to acheive this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 20:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1603927#M44695</guid>
      <dc:creator>gsethuraman2</dc:creator>
      <dc:date>2019-07-18T20:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic variable in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1604278#M44731</link>
      <description>&lt;P&gt;Hi! You can trick Qlik by using variables like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Field1 $(variable1) $(variable2),0,&lt;BR /&gt;if(Field1 $(variable3) $(variable4),0.5,1&lt;BR /&gt;)) as NewField&lt;/P&gt;&lt;P&gt;In this example:&lt;/P&gt;&lt;P&gt;variable1='&amp;lt;='&lt;/P&gt;&lt;P&gt;variable2='0'&lt;/P&gt;&lt;P&gt;variable3='&amp;lt;='&lt;/P&gt;&lt;P&gt;variable4='1'&lt;/P&gt;&lt;P&gt;Using variables like that u trick qlik sense, now lemme show you something that might help you, this is an example i did for your requierment&lt;/P&gt;&lt;P&gt;For x=0 to 3&lt;BR /&gt;&lt;BR /&gt;let vintento$(x)=$(x);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NEXT&lt;/P&gt;&lt;P&gt;TRACE $(vintento0);&lt;BR /&gt;TRACE $(vintento1);&lt;BR /&gt;TRACE $(vintento2);&lt;BR /&gt;TRACE $(vintento3);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, i harcoded the variables name in order to see ther value, but here in this image you can see they really were created&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15743i87CEA414AD21CAD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Im sorry about my english, i hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 20:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1604278#M44731</guid>
      <dc:creator>vmoreno2605</dc:creator>
      <dc:date>2019-07-19T20:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic variable in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1604287#M44733</link>
      <description>&lt;P&gt;Thanks for the pics.It really helped a lot.Thank you so much&amp;nbsp;&lt;A href="https://www.mygiftcardsite.us/" target="_self"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;mygiftcardsite&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 05:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1604287#M44733</guid>
      <dc:creator>Maxwell20</dc:creator>
      <dc:date>2019-07-22T05:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make dynamic variable in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1606244#M44891</link>
      <description>&lt;P&gt;Thanks it helped ..&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 18:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-dynamic-variable-in-qliksense/m-p/1606244#M44891</guid>
      <dc:creator>gsethuraman2</dc:creator>
      <dc:date>2019-07-25T18:04:59Z</dc:date>
    </item>
  </channel>
</rss>

