<?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: Script data in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922193#M10631</link>
    <description>&lt;P&gt;Hi Viviane,&lt;/P&gt;
&lt;P&gt;do you have any sample data and a screenshot of your data model you can provide?&lt;/P&gt;
&lt;P&gt;Have a look at this blog post, maybe this helps.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you geht synthetic key, you should always ask yourself if this is right. I would recomment to avoid them and build generic keys of your own. That way you will always know, how your data is associated with each other.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Can&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 14:47:03 GMT</pubDate>
    <dc:creator>canerkan</dc:creator>
    <dc:date>2022-04-25T14:47:03Z</dc:date>
    <item>
      <title>Script data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922180#M10630</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I made a script to load my two documents on qliksense. Qliksense recognized 2 synthetic keys between my 2 tables, so there is a link between the 2 tables. But when I create visualizations with one of the 2 tables, the data is displayed correctly. Once I filter my data, one of the tables does not update and displays as if there is no data when there is not...&lt;/P&gt;
&lt;P&gt;Thank you very much for the help,&lt;/P&gt;
&lt;P&gt;Viviane&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922180#M10630</guid>
      <dc:creator>Viviane</dc:creator>
      <dc:date>2022-04-25T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922193#M10631</link>
      <description>&lt;P&gt;Hi Viviane,&lt;/P&gt;
&lt;P&gt;do you have any sample data and a screenshot of your data model you can provide?&lt;/P&gt;
&lt;P&gt;Have a look at this blog post, maybe this helps.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Synthetic-Keys/ba-p/1472634&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you geht synthetic key, you should always ask yourself if this is right. I would recomment to avoid them and build generic keys of your own. That way you will always know, how your data is associated with each other.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Can&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922193#M10631</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2022-04-25T14:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922498#M10634</link>
      <description>&lt;P&gt;Can,&lt;/P&gt;
&lt;P&gt;in attachements, you will find my model data. The link between my table 'projects' and 'organisations' are the 'id' and 'rcn'.&lt;/P&gt;
&lt;P&gt;Thank you for the website i'm gonna check.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Viviane&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922498#M10634</guid>
      <dc:creator>Viviane</dc:creator>
      <dc:date>2022-04-26T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script data</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922602#M10635</link>
      <description>&lt;P&gt;Hi Viviane,&lt;/P&gt;
&lt;P&gt;I would recommend building your own key, since you are experiencing strange behaviour.&lt;/P&gt;
&lt;P&gt;You can do that by combining your two fields (rcn and id) into a new field instead of loading them as separate fields, like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Load
rcn &amp;amp; '_' id as %Key,
...
From ...&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do that for all tables that contain both fields.&lt;/P&gt;
&lt;P&gt;Then choose only one table where you are loading both fields separate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What ID is contained in your field? and what data is contained is rcn?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in your screenshot there is a field "projectID" in your Table "organisation". Since you are trying to build a connection to your "project" table, wouldn't that be a better field to do that?&lt;/P&gt;
&lt;P&gt;that way you could load your fields "id" and "rcn" only in your organisation table to avoid the synthetic key.&lt;/P&gt;
&lt;P&gt;Let me know if it helped.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Can&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Script-data/m-p/1922602#M10635</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2022-04-26T10:02:20Z</dc:date>
    </item>
  </channel>
</rss>

