<?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: Hi create variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858736#M300749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a variable based on the field provided by user. For example, I have a field which name is"qty" in table 1. I pass this value by using sub. Then, the function inside the sub will create a variable by using the field name as a suffix (e.g.&amp;nbsp; vABC_qty ). is it clear now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 05:31:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-19T05:31:09Z</dc:date>
    <item>
      <title>Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858734#M300747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use sub routine to create a set of variables, which using the user provided field name as part of the variable so it is easy to distinguish, for example, it is something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub create_variables('field');&lt;/P&gt;&lt;P&gt;let vABC_ &amp;amp; $(vfield) = ....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do so? Thanks for your help in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 02:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858734#M300747</guid>
      <dc:creator />
      <dc:date>2015-06-19T02:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858735#M300748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what you're trying to do. Can you explain in more detail with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 05:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858735#M300748</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-19T05:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858736#M300749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a variable based on the field provided by user. For example, I have a field which name is"qty" in table 1. I pass this value by using sub. Then, the function inside the sub will create a variable by using the field name as a suffix (e.g.&amp;nbsp; vABC_qty ). is it clear now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 05:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858736#M300749</guid>
      <dc:creator />
      <dc:date>2015-06-19T05:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858737#M300750</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: 13px;"&gt;This should work:&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;let vABC_$(vfield) = ....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 05:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858737#M300750</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-19T05:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858738#M300751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Users don't interact with the load script. So this isn't possible in the script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 05:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858738#M300751</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-19T05:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hi create variables</title>
      <link>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858739#M300752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! It works! Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 06:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hi-create-variables/m-p/858739#M300752</guid>
      <dc:creator />
      <dc:date>2015-06-19T06:01:57Z</dc:date>
    </item>
  </channel>
</rss>

