<?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 Syncing Data in Two Separate Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556561#M743092</link>
    <description>&lt;P&gt;I'm sure this question has been asked a lot, but I can't seem to find any results that help me!&lt;/P&gt;&lt;P&gt;I'm using the REST connector to pull in data, and there are 3 separate data sources.&lt;BR /&gt;One problem I have is that there is SO MUCH data that it takes like 30 minutes to load all of it in, and then the Data Manager never opens. So I can't look at my table associations or sync the tables because the Data Manager just never loads.&lt;/P&gt;&lt;P&gt;My 3 data sets are Members, Organizations, and Users. (users being anyone who has an account, and members being only those who are in an organization)&lt;/P&gt;&lt;P&gt;The Members table shows which Organizations a User is in.&lt;BR /&gt;Members and Orgs share a field called 'organizationId'.&lt;BR /&gt;The problem is, when I'm looking at data, I want the organization&amp;nbsp;&lt;EM&gt;Name&lt;/EM&gt;, which is only found in the Orgs table and not in Members.&lt;/P&gt;&lt;P&gt;Specifically, I'm trying to make a bar chart displaying the count of members by organization, and it works fine when I use 'organizationId', but the values in this field are long numbers that don't give much info to the user, which is why I want to display the orgName instead.&lt;/P&gt;&lt;P&gt;I have several similar problems like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to get the chart to display the Name of an Organization in place of its ID?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(Preferably without changing my load script! Because it takes too long to load and times out repeatedly, wastes a lot of my time!)&lt;/P&gt;&lt;P&gt;Willing to provide any extra info needed, I am very new to this though so please be patient with me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:14:36 GMT</pubDate>
    <dc:creator>cubstripe</dc:creator>
    <dc:date>2024-11-16T21:14:36Z</dc:date>
    <item>
      <title>Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556561#M743092</link>
      <description>&lt;P&gt;I'm sure this question has been asked a lot, but I can't seem to find any results that help me!&lt;/P&gt;&lt;P&gt;I'm using the REST connector to pull in data, and there are 3 separate data sources.&lt;BR /&gt;One problem I have is that there is SO MUCH data that it takes like 30 minutes to load all of it in, and then the Data Manager never opens. So I can't look at my table associations or sync the tables because the Data Manager just never loads.&lt;/P&gt;&lt;P&gt;My 3 data sets are Members, Organizations, and Users. (users being anyone who has an account, and members being only those who are in an organization)&lt;/P&gt;&lt;P&gt;The Members table shows which Organizations a User is in.&lt;BR /&gt;Members and Orgs share a field called 'organizationId'.&lt;BR /&gt;The problem is, when I'm looking at data, I want the organization&amp;nbsp;&lt;EM&gt;Name&lt;/EM&gt;, which is only found in the Orgs table and not in Members.&lt;/P&gt;&lt;P&gt;Specifically, I'm trying to make a bar chart displaying the count of members by organization, and it works fine when I use 'organizationId', but the values in this field are long numbers that don't give much info to the user, which is why I want to display the orgName instead.&lt;/P&gt;&lt;P&gt;I have several similar problems like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to get the chart to display the Name of an Organization in place of its ID?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(Preferably without changing my load script! Because it takes too long to load and times out repeatedly, wastes a lot of my time!)&lt;/P&gt;&lt;P&gt;Willing to provide any extra info needed, I am very new to this though so please be patient with me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556561#M743092</guid>
      <dc:creator>cubstripe</dc:creator>
      <dc:date>2024-11-16T21:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556572#M743093</link>
      <description>If the Name field from the Organization table is in your data model in your Qlikview app then you can use it a dimension in your chart. You can check that with the Table viewer.&lt;BR /&gt;&lt;BR /&gt;... but you mention the Data Manager, which is part of Qlik Sense . If you're using Qlik Sense you can check if the field exists in the Data Model Viewer.&lt;BR /&gt;&lt;BR /&gt;Anyway, if the Name field does not exist in your data model then you will have to change the load script and include it.</description>
      <pubDate>Thu, 14 Mar 2019 13:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556572#M743093</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-03-14T13:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556578#M743094</link>
      <description>&lt;P&gt;The problem isn't whether the field exists.&lt;/P&gt;&lt;P&gt;I know it exists.&lt;/P&gt;&lt;P&gt;But if I try to sort memberships by Name instead of ID, the chart breaks because the Memberships table doesn't have the org names, only the Organizations table has that field.&lt;/P&gt;&lt;P&gt;But BOTH tables have the 'organizationId' field. So I would think there's a way to display the org name based on the ID, but I can't figure out how to do that.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556578#M743094</guid>
      <dc:creator>cubstripe</dc:creator>
      <dc:date>2019-03-14T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556583#M743095</link>
      <description>&lt;P&gt;I've attached a screenshot of my data model, in case that is useful.&lt;/P&gt;&lt;P&gt;I've highlighted Memberships and Organizations in blue.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556583#M743095</guid>
      <dc:creator>cubstripe</dc:creator>
      <dc:date>2019-03-14T14:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556595#M743096</link>
      <description>You have a massive synthetic key in your data model. That's probably also causing the problem you experience. Rename fields so tables are only associated by the fields that should link them.</description>
      <pubDate>Thu, 14 Mar 2019 14:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556595#M743096</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-03-14T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syncing Data in Two Separate Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556619#M743097</link>
      <description>&lt;P&gt;Okay!&lt;/P&gt;&lt;P&gt;Could you extrapolate on that a bit, though, because I don't really know how a lot of this stuff works.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syncing-Data-in-Two-Separate-Tables/m-p/1556619#M743097</guid>
      <dc:creator>cubstripe</dc:creator>
      <dc:date>2019-03-14T15:00:02Z</dc:date>
    </item>
  </channel>
</rss>

