<?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: Build Data Model from Query in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Build-Data-Model-from-Query/m-p/1998608#M11508</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187770"&gt;@ashishp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use that query, you should try using JOINS statements instead of all those WHERE conditions. Your database manager will thank you, and the users of that application will be less affected&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The advisable thing would be to do the complete extractions of the tables, without filtering or renaming and then build your model using instructions such as concatenate, joins or letting your tables be connected by the fields that have the same names.&lt;/P&gt;
&lt;P&gt;if you are not familiar with the use of the script, you can try to use the Data Manager&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=b2wFIjqV8U8&amp;amp;list=PLkRFvjyuHFvKDnIvwny2qKxKSjn-DkI3k" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=b2wFIjqV8U8&amp;amp;list=PLkRFvjyuHFvKDnIvwny2qKxKSjn-DkI3k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have better control on the data, you can try to do it manually in the script&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=rPK-1xE6VLw&amp;amp;t=179s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=rPK-1xE6VLw&amp;amp;t=179s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In qlik it is always advisable to make an ETL layered model, where in a first app you do the extraction and save QVD files.&lt;/P&gt;
&lt;P&gt;In another app you do the transformation renaming fields, concatenating and/or joinings tables and saving QVDs already prepared to be consumed.&lt;/P&gt;
&lt;P&gt;and finally you make an app that does not contain any logic and only loads the second layer of QVDs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;help users find answers! Don't forget to &lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt; that worked for you &amp;amp; to smash the &lt;FONT color="#339966"&gt;like&lt;/FONT&gt; button! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 22:07:15 GMT</pubDate>
    <dc:creator>RafaelBarrios</dc:creator>
    <dc:date>2022-10-31T22:07:15Z</dc:date>
    <item>
      <title>Build Data Model from Query</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Build-Data-Model-from-Query/m-p/1998594#M11507</link>
      <description>&lt;P&gt;Hi There&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one query which is taking lot of time to run.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want to convert this query into Qlik Sense Data model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any suggestions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 12:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Build-Data-Model-from-Query/m-p/1998594#M11507</guid>
      <dc:creator>ashishp</dc:creator>
      <dc:date>2022-10-31T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Build Data Model from Query</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Build-Data-Model-from-Query/m-p/1998608#M11508</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/187770"&gt;@ashishp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use that query, you should try using JOINS statements instead of all those WHERE conditions. Your database manager will thank you, and the users of that application will be less affected&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The advisable thing would be to do the complete extractions of the tables, without filtering or renaming and then build your model using instructions such as concatenate, joins or letting your tables be connected by the fields that have the same names.&lt;/P&gt;
&lt;P&gt;if you are not familiar with the use of the script, you can try to use the Data Manager&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=b2wFIjqV8U8&amp;amp;list=PLkRFvjyuHFvKDnIvwny2qKxKSjn-DkI3k" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=b2wFIjqV8U8&amp;amp;list=PLkRFvjyuHFvKDnIvwny2qKxKSjn-DkI3k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have better control on the data, you can try to do it manually in the script&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=rPK-1xE6VLw&amp;amp;t=179s" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=rPK-1xE6VLw&amp;amp;t=179s&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In qlik it is always advisable to make an ETL layered model, where in a first app you do the extraction and save QVD files.&lt;/P&gt;
&lt;P&gt;In another app you do the transformation renaming fields, concatenating and/or joinings tables and saving QVDs already prepared to be consumed.&lt;/P&gt;
&lt;P&gt;and finally you make an app that does not contain any logic and only loads the second layer of QVDs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;help users find answers! Don't forget to &lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt; that worked for you &amp;amp; to smash the &lt;FONT color="#339966"&gt;like&lt;/FONT&gt; button! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 22:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Build-Data-Model-from-Query/m-p/1998608#M11508</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2022-10-31T22:07:15Z</dc:date>
    </item>
  </channel>
</rss>

