<?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 use 2 fields from different tables as dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69444#M766931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you dont link the tables what will happen is that Qlik makes a cartesian plane&lt;/P&gt;&lt;P&gt;from the data and multiply every value out when you try and connect them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Vishwarath said you can link them by simply changing the fieldname and let Qlik auto-associate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 10:18:23 GMT</pubDate>
    <dc:creator>ruanhaese</dc:creator>
    <dc:date>2018-06-26T10:18:23Z</dc:date>
    <item>
      <title>How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69440#M766927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got two tables that each have a field I want in a report that I'm building. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Table 1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Field - Job Description&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;- Table 2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Field - Job Number&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build a report that shows the job number and then the job description.&amp;nbsp; All of the data in my expressions comes from Table 2.&amp;nbsp; I'm looking for a way to be able to show the Job description as well.&amp;nbsp; Table 1 also has a field with the Job number in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206038_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69440#M766927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69441#M766928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your both tables linked? Can you show your data model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 21:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69441#M766928</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-22T21:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69442#M766929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables are not linked but they share a common field with a different name.&amp;nbsp; I need to link Item code to Cost Job code so that I can use Item description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Tables.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206120_Tables.png" style="width: 620px; height: 174px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 12:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69442#M766929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T12:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69443#M766930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just rename your Item Code to Cost Job Code in your Item table. Like below and reload your script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD %ItemKey, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Unit Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Code] AS [Cost Job Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Item Description]&lt;/P&gt;&lt;P&gt;From SourceTableName; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 19:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69443#M766930</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-25T19:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69444#M766931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you dont link the tables what will happen is that Qlik makes a cartesian plane&lt;/P&gt;&lt;P&gt;from the data and multiply every value out when you try and connect them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Vishwarath said you can link them by simply changing the fieldname and let Qlik auto-associate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 10:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69444#M766931</guid>
      <dc:creator>ruanhaese</dc:creator>
      <dc:date>2018-06-26T10:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use 2 fields from different tables as dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69445#M766932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; Before I try this I have one more question.&amp;nbsp; I've never dealt with the script editor up until this point.&amp;nbsp; When I do this I won't affect other current objects that use the tables as they are today right?&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-2-fields-from-different-tables-as-dimensions/m-p/69445#M766932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T14:21:38Z</dc:date>
    </item>
  </channel>
</rss>

