<?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: Multi-tier Architecture in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566025#M211159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's certainly possible. If it makes sense for a small app is something you have to decide for yourself. You might find the &lt;A _jive_internal="true" class="jivecontainerTT-hover-container" data-objectid="1224" data-objecttype="700" href="https://community.qlik.com/groups/qlikview-deployment-framework" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;QlikView Deployment Framework&lt;/STRONG&gt;&lt;/A&gt; interesting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 11:08:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-04-11T11:08:14Z</dc:date>
    <item>
      <title>Multi-tier Architecture</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566024#M211158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Trying to build a small app. Not sure if it works, but can I have a data layer (in Excel), QVD extraction layer (Excel to QVD file), QVD config layer (Excel with formula or chart specification), and finally Application layer (presentation)? Would help if someone could clarify. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 11:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566024#M211158</guid>
      <dc:creator />
      <dc:date>2014-04-11T11:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tier Architecture</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566025#M211159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's certainly possible. If it makes sense for a small app is something you have to decide for yourself. You might find the &lt;A _jive_internal="true" class="jivecontainerTT-hover-container" data-objectid="1224" data-objecttype="700" href="https://community.qlik.com/groups/qlikview-deployment-framework" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;QlikView Deployment Framework&lt;/STRONG&gt;&lt;/A&gt; interesting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 11:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566025#M211159</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-11T11:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tier Architecture</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566026#M211160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source : QlikView 11 For Developers Book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Two-stage architecture&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The two-stage architecture is composed of the following layers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Layer&lt;/STRONG&gt;: composed of the source databases and original tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Extract Layer&lt;/STRONG&gt;: composed of QlikView documents, containing mainly script. These&lt;/P&gt;&lt;P&gt;are used to pull the data from the source layer and store it into QVD files. The&lt;/P&gt;&lt;P&gt;extraction scripts can either create a straight copy of the source tables to store&lt;/P&gt;&lt;P&gt;them into the corresponding QVD files, or perform certain transformations before&lt;/P&gt;&lt;P&gt;storing the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QVD Layer&lt;/STRONG&gt;: the set of QVDs resulting from the Extract Layer. These QVDs become&lt;/P&gt;&lt;P&gt;the data sources used by the final QlikView document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Presentation Layer&lt;/STRONG&gt;: the set of QlikView documents used to provide the data to the&lt;/P&gt;&lt;P&gt;end user. These QlikView files will use the QVDs created in the previous layer as&lt;/P&gt;&lt;P&gt;data sources, and sometimes perform additional transformations to create the final&lt;/P&gt;&lt;P&gt;data model. No database calls are performed from the presentation layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Three-stage architecture&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In this architecture, two additional layers are added: Transformation Layer and&lt;/P&gt;&lt;P&gt;Transformed QVD Layer. The role of these two additional layers is to hold all&lt;/P&gt;&lt;P&gt;transformations that need to be performed upon the source data before it can be integrated&lt;/P&gt;&lt;P&gt;into the target data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 11:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566026#M211160</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-11T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tier Architecture</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566027#M211161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Looks like a restricted group, awaiting acceptance.. Meanwhile, is there any other link you could share? Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 11:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566027#M211161</guid>
      <dc:creator />
      <dc:date>2014-04-11T11:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tier Architecture</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566028#M211162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rakesh - this greatly depends on how big of an application / deployment you are trying to build and what your current knowledge of QlikView is. Also depends on what components you are licensed for. It is possible that QDF might not be necessary. QDF helps with structure, management and organization of a QlikView deployment and is usually seen in larger deployments. By all means check it out if you wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you described is absolutely possible and configurable amongst different physical and logical&amp;nbsp; tiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;QlikView Server / Engine - calculation, in-memory engine&lt;/LI&gt;&lt;LI&gt;QlikView Web Server (default) or IIS - entry point for presentation layer (AccessPoint)&lt;/LI&gt;&lt;LI&gt;Distribution Service (Publisher) - scheduled tasks, reloads, data reduction, distribution&lt;/LI&gt;&lt;LI&gt;Directory Service - connects to various security providers / windows authentication by default&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that QVD files are simply staging areas (created as files) that represent the uncompressed version of the QlikView in-memory data table model. They are used to create a semantic-like layer or data-mart that is shareable and reusable with all data, calculations, expressions, common field names etc stored. They are also used for loading data very quickly into the QlikView application memory vs. using the standard SQL extract and LOAD in a QlikView application. So you can extract from Excel, transform and calculate with QlikView LOAD script and then STORE the table into QVD for later use and reuse. The QVD files can then be used to create and load the QlikView applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your QlikView application (visual and presentation) can be segregated - you can have two separate apps (.QVW files). One that extracts the data (using the LOAD script and functions etc.) from excel, transforms and creates the QVD. And one that simply just reads the QVD, loads the data and has all your visualizations, selection objects, boxes etc for analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take the first applications (ie: .qvw 1)&amp;nbsp; and schedule it using Tasks in the QMC (QlikView Management Console) to be reload with the QlikView Distribution Service (Publisher). This will create, update, overwrite, append (depending on your load ogic that creates the QVD - it varies) - the QVD file so the application with the visuals has fresh / updated data when re-loaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that all of this can be done directly from one QlikView application without storing the data into a QVD file. QVD files are recommended for a number of reasons, but without any of that knowledge I can only make some assumptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applications created with QlikView Desktop can be simply copied to the User Documents directory that you have configured in the QMC (requires knowledge of understanding Source Documents and User Documents folders and if you have the Distribution Service (Publisher) installed. Also depends on what security you are using, Windows folder security or QlikView Security. Once all configure properly - your web browser accessing AccessPoint at : &lt;A class="unlinked" title="http://ec2-54-211-85-2.compute-1.amazonaws.com/index.htm"&gt;http://hostname/index.htm will display the application and can&lt;/A&gt; be access over the web in the same manner that our demo apps are:&amp;nbsp; &lt;A href="http://demo.qlik.com/" title="http://demo.qlik.com"&gt;http://demo.qlik.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information is helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael Tarallo&lt;/P&gt;&lt;P&gt;Senior Product Marketing Manager&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;P&gt;&lt;A href="https://twitter.com/mtarallo"&gt;@mtarallo&lt;/A&gt; - follow me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 11:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-tier-Architecture/m-p/566028#M211162</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2014-04-11T11:37:00Z</dc:date>
    </item>
  </channel>
</rss>

