<?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: Questions about Limitations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87929#M767891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every tool has limitations.&amp;nbsp; Check the qualify statement (&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using "qualify *" will prefix all fields with their table name.&amp;nbsp; However, you are going to want to join the tables on key fields (use rename) so that the associative engine can show relationships that the user did not know existed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use R and want the charts/lists/prompts to be interactive, you will need to combine with something like the "R Shiny" studio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2018 18:20:32 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2018-06-27T18:20:32Z</dc:date>
    <item>
      <title>Questions about Limitations</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87928#M767890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am hoping to use QlikView as a tool to present some analytical data sourced from a relational database.&amp;nbsp; I understand that QlikView is designed to connect to many and unrelated data sources.&amp;nbsp; I also understand that QlikView reads all data into its own structures for reasons of performance.&amp;nbsp; However, there seem to be unnecessary hurdles for those looking to read data primarily from a well normalised relational database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Why does QlikView not read the relationships directly?&lt;/P&gt;&lt;P&gt;2) Why does QlikView insist that related columns have the same name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The forums seem to make it clear that I am expected to work around these issues by renaming fields and duplicating tables.&amp;nbsp; For a large data model this is seems time consuming and unnecessary.&amp;nbsp; Such limited expressiveness is making me wonder if I have chosen the right tool for the job.&amp;nbsp; I am now wondering whether I should have started to use R and the myriad development tools available on that platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advice welcome!&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/Questions-about-Limitations/m-p/87928#M767890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Limitations</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87929#M767891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every tool has limitations.&amp;nbsp; Check the qualify statement (&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Qualify.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using "qualify *" will prefix all fields with their table name.&amp;nbsp; However, you are going to want to join the tables on key fields (use rename) so that the associative engine can show relationships that the user did not know existed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use R and want the charts/lists/prompts to be interactive, you will need to combine with something like the "R Shiny" studio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87929#M767891</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-06-27T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Limitations</title>
      <link>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87930#M767892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply and the link to the Qualify statement.&amp;nbsp; I still don't feel I have an understanding of why relationships cannot be read from a relational database or why only fields with the same name can be linked in QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You suggest that it's "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;so that the associative engine can show relationships that the user did not know existed", but I would have thought that this would lead to more confusion than benefit.&amp;nbsp; For example, "name" might be a common field in many tables, although these fields are unlikely to be related.&amp;nbsp; In which case, using Qualify will avoid this false assumption, but then that effectively disables the associative engine.&amp;nbsp; So, either QlikView will make entirely inappropriate associations, or no associations, due to the false premise that user-assigned names are the best method of association.&amp;nbsp; However, when reading from a well designed database, all of the precise relational information is available!&amp;nbsp; It will have been carefully crafted into the data model and will be available for any application to read.&amp;nbsp; It baffles me that QlikView has been designed to ignore this information!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 11:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Questions-about-Limitations/m-p/87930#M767892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-28T11:19:33Z</dc:date>
    </item>
  </channel>
</rss>

