<?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: How to analyze and understand qlikview application(s) ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544012#M1125431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first press: Ctrl+T which will show you table view. Half of the linking(Outer joins) you will smell from there.&lt;/P&gt;&lt;P&gt;Then go to Edit Script and see if there is any left/Right/Inner joins&lt;/P&gt;&lt;P&gt;Then check how the new measures are created from existing fields&lt;/P&gt;&lt;P&gt;Finally look at front end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 12:32:05 GMT</pubDate>
    <dc:creator>brijesh1991</dc:creator>
    <dc:date>2014-01-02T12:32:05Z</dc:date>
    <item>
      <title>How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544010#M1125429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to analyze and understand qlikview application(s) ? For example - I am from programming background.&amp;nbsp; To understand my application I start with step by step function calls something like that.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;In the same way what are the basic things that I have to look for an unknown application in QVW to understand?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544010#M1125429</guid>
      <dc:creator>anil_y_86</dc:creator>
      <dc:date>2014-01-02T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544011#M1125430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, read the load script, the code that builds the data model in which the application resides.&lt;/P&gt;&lt;P&gt;The script creates a structure of related tables, "similar" to a relational databse but with some important differences (the one that most impacted me at the beggining was the way to make relationships between tables - they are made via the field name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a SQL querying background it will no tbe of any difficulty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not have any previous experience in QV, I would suggest you to start with a book that helps me a lot, "QlikVIew 11 for developers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Godd luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544011#M1125430</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2014-01-02T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544012#M1125431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first press: Ctrl+T which will show you table view. Half of the linking(Outer joins) you will smell from there.&lt;/P&gt;&lt;P&gt;Then go to Edit Script and see if there is any left/Right/Inner joins&lt;/P&gt;&lt;P&gt;Then check how the new measures are created from existing fields&lt;/P&gt;&lt;P&gt;Finally look at front end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544012#M1125431</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-01-02T12:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544013#M1125432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from all the above, which is correct, I think you should start using and understanding the &lt;A href="http://market.qlik.com/qlikview-governance-dashboard.html"&gt;QlikView Governance Dashboard&lt;/A&gt;, a tool based in QlikView Expressor that allows you to search for specific functions and definitions data lineage, files read and stored in each application and so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544013#M1125432</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T12:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544014#M1125433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't see download option for Governance Dashboard File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone share it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 12:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544014#M1125433</guid>
      <dc:creator>anil_y_86</dc:creator>
      <dc:date>2014-01-02T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyze and understand qlikview application(s) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544015#M1125436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the download site and grab it from there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://eu.demo.qlik.com/download"&gt;http://eu.demo.qlik.com/download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 13:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyze-and-understand-qlikview-application-s/m-p/544015#M1125436</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2014-01-02T13:03:10Z</dc:date>
    </item>
  </channel>
</rss>

