<?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: Dynamic Variable Name in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45043#M3031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached app for your reference.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2018 14:55:13 GMT</pubDate>
    <dc:creator>prat1507</dc:creator>
    <dc:date>2018-06-01T14:55:13Z</dc:date>
    <item>
      <title>Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45041#M3029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say I have data for 3 countries, USA, UK, and Canada and I set three variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vUSAScaling = .1&lt;/P&gt;&lt;P&gt;vUKScaling = .2&lt;/P&gt;&lt;P&gt;vCanadaScaling = .3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to have a measure that is&lt;/P&gt;&lt;P&gt;sum(Sales) * $(vCountryScaling) and have the value of vCountryScaling reflect my selection for country.&amp;nbsp; I have tried doing something like $('v$(=GetFieldSelections(Fund))Scaling') but have not had any luck.&amp;nbsp; Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45041#M3029</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-01T14:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45042#M3030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out part of it&lt;/P&gt;&lt;P&gt;$(=Concat('v' &amp;amp; getfieldselections(country) &amp;amp; 'Scaling'))&amp;nbsp; &lt;/P&gt;&lt;P&gt;will work but now I am running into a different issue.&amp;nbsp; I want to have a table like below with my measure using the dynamic variable but since I am not making selections it will not work.&amp;nbsp; I have tried using $(=concat('v' &amp;amp; concat(distint Country) &amp;amp; 'Scaling')) but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country&amp;nbsp;&amp;nbsp;&amp;nbsp; ScaledSales&lt;/P&gt;&lt;P&gt;USA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sales) * &lt;SPAN style="font-size: 13.3333px;"&gt;$(=Concat('v' &amp;amp; getfieldselections(country) &amp;amp; 'Scaling')) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;Canada&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45042#M3030</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-01T14:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45043#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached app for your reference.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45043#M3031</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-06-01T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45044#M3032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Pratyush, I apologize I am not able to download qvw's at this time would you be able to send a screenshot of what you did?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45044#M3032</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-01T15:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45045#M3033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="alert-512.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204161_alert-512.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45045#M3033</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-06-01T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable Name</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45046#M3034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Name/m-p/45046#M3034</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-01T15:46:30Z</dc:date>
    </item>
  </channel>
</rss>

