<?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: Creating a new field from fields that exist in the script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071915#M87933</link>
    <description>&lt;P&gt;Thanks for the response&lt;BR /&gt;I will explain myself better&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to create one uniform table in the script from fields in different tables and do different aggregations on them&lt;BR /&gt;For example, I have fields from a sales table and fields from an inventory table&lt;BR /&gt;I don't want to do a join between them because it doesn't solve my problem. I want to bring them all into one table in the script [in data load editor] and in this table do invoice operations&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 13:05:38 GMT</pubDate>
    <dc:creator>somthingmendi123</dc:creator>
    <dc:date>2023-05-16T13:05:38Z</dc:date>
    <item>
      <title>Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071867#M87922</link>
      <description>&lt;P&gt;if i want to bring several fields from different files what should i do?&lt;BR /&gt;for example, i want field from sales and from items and from stock.&lt;BR /&gt;thanks for answer&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071867#M87922</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-16T12:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071877#M87927</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/206631"&gt;@somthingmendi123&lt;/a&gt;&amp;nbsp; I don't think your description is enough to answer your question. But with limited description I could think of joining tables when you want to bring fields from multiple tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071877#M87927</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-05-16T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071882#M87929</link>
      <description>&lt;P&gt;If I want to fetch fields that exist in the script, I must make a resident, but since I want fields from different tables, I can't make a resident from one table&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071882#M87929</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-16T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071884#M87930</link>
      <description>&lt;P&gt;If I want to fetch fields that exist in the script, I must make a resident, but since I want fields from different tables, I can't make a resident from one table&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071884#M87930</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-16T12:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071891#M87931</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/206631"&gt;@somthingmendi123&lt;/a&gt;&amp;nbsp; you can join your tables taking residents from different table&lt;/P&gt;
&lt;P&gt;combine:&lt;BR /&gt;LOAD Field1,&lt;BR /&gt;&lt;FONT color="#339966"&gt;Key&lt;/FONT&gt;,&lt;BR /&gt;Field2&lt;BR /&gt;resident &lt;FONT color="#FF0000"&gt;table1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;join(combine)&lt;/STRONG&gt;&lt;BR /&gt;LOAD Field3,&lt;BR /&gt;&lt;FONT color="#339966"&gt;Key&lt;/FONT&gt;,&lt;BR /&gt;Field4&lt;BR /&gt;resident &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;table2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071891#M87931</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-05-16T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071915#M87933</link>
      <description>&lt;P&gt;Thanks for the response&lt;BR /&gt;I will explain myself better&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to create one uniform table in the script from fields in different tables and do different aggregations on them&lt;BR /&gt;For example, I have fields from a sales table and fields from an inventory table&lt;BR /&gt;I don't want to do a join between them because it doesn't solve my problem. I want to bring them all into one table in the script [in data load editor] and in this table do invoice operations&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 13:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2071915#M87933</guid>
      <dc:creator>somthingmendi123</dc:creator>
      <dc:date>2023-05-16T13:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2072118#M87947</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/206631"&gt;@somthingmendi123&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;EM&gt;I want to bring them all into one table in the script [in data load editor .&lt;/EM&gt;How it will be possible to bring fields into one table without join?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 22:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2072118#M87947</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-05-16T22:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field from fields that exist in the script</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2072122#M87949</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2020/03/creating-temporary-script-associations/" target="_blank"&gt;https://qlikviewcookbook.com/2020/03/creating-temporary-script-associations/&lt;/A&gt;&amp;nbsp;for some options.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 22:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-new-field-from-fields-that-exist-in-the-script/m-p/2072122#M87949</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-05-16T22:30:37Z</dc:date>
    </item>
  </channel>
</rss>

