<?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: Need to know how to create a variable from accross multiple files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119486#M633545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I have seen that your tables are the same fields, why don't create the same field name with other values and combine it with group by?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 07:09:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-03T07:09:52Z</dc:date>
    <item>
      <title>Need to know how to create a variable from accross multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119484#M633543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am reading in multiple files with the same file layout, except for a created variable in each load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to add (sum) each of the created variables, which provides me with a combination variable (combo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the variables are var1, var2, var3, etc.&amp;nbsp; Var1=1, Var2=10 and Var3=100.&amp;nbsp; I want a variable that is a combination of 111.&amp;nbsp; Combo = 111 or Combo = 101.... you get the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help.&amp;nbsp; &lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;So the question is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 10pt;"&gt;Do I calculate a new variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 10pt;"&gt;Do I develop and expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-family: Calibri; color: black;"&gt;Do I use the “&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: black;"&gt;aggr&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: Calibri;"&gt;” function?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new at this so I might need detailed instructions. I have attached a brief PowerPoint description of the desired outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 21:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119484#M633543</guid>
      <dc:creator />
      <dc:date>2016-06-02T21:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know how to create a variable from accross multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119485#M633544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find the attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you also post the current script you are using to load the files and variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you should be able to use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCombo = RangeSum(var1, var2, var3);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 22:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119485#M633544</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-02T22:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know how to create a variable from accross multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119486#M633545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I have seen that your tables are the same fields, why don't create the same field name with other values and combine it with group by?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 07:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119486#M633545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-03T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know how to create a variable from accross multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119487#M633546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I got it right, it is about summing and grouping. Please find an approach attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 08:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-how-to-create-a-variable-from-accross-multiple/m-p/1119487#M633546</guid>
      <dc:creator />
      <dc:date>2016-06-03T08:04:54Z</dc:date>
    </item>
  </channel>
</rss>

