<?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: Qlikview Project Management in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319722#M708272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;SunilKumar Jain wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's your suggestion on intemediate database between qlikview and ERP.?.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our company has no intermediate database between QlikView and our ERP.&amp;nbsp; The QVDs basically serve this function for us.&amp;nbsp; However, I suspect the best approach depends on your environment.&amp;nbsp; For us, we make sure we have well-written SQL using appropriate indexes to read our live transactional data, which combined with some hardware and licensing peculiarities results in very little impact on the transactional systems.&amp;nbsp; People with other environments might well need to stage the data coming out of the transactional systems.&amp;nbsp; I'm not really sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that just means that I'm the wrong person to answer this particular question, as while I'm technically a consultant, I've only worked with a single client on QlikView.&amp;nbsp; I can't provide a more balanced perspective to this issue like I suspect most QlikView consultants could.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Dec 2011 16:21:34 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-12-27T16:21:34Z</dc:date>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319719#M708269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread is to discuss the experience gain during SDLC of qlikview project . so that it will helpfull to all member to learn something new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 12:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319719#M708269</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-12-22T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319720#M708270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear what you're asking for here.&amp;nbsp; Just general words of advice for the whole software development life cycle in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Treat your QVDs as a data warehouse rather than making application-specific loads.&amp;nbsp; To the extent possible, PLAN how you want them to look and interact rather than just letting them come together organically.&amp;nbsp; Do NOT build everything at once - only build what you need when you need it, but have a vision of where you're headed in the long term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand and work towards a reasonable overall system architecture from the very beginning.&amp;nbsp; A consultant might show up at your company and create a working dashboard in only two hours, but don't base your entire architecture on a two hour prototype, no matter how impressive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a developer, even if you don't understand what the users want, don't be afraid to create and install a simple prototype.&amp;nbsp; Putting something in front of the users, even something wrong, is a great way to prompt user feedback.&amp;nbsp; In my experience, I usually get far better requirements from just installing a prototype than I get from asking users directly about what they want.&amp;nbsp; (Edit: To clarify, installing a prototype is not a &lt;EM&gt;replacement &lt;/EM&gt;for talking to the users.&amp;nbsp; You still need to talk to them about their needs.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView development is a highly iterative process, much more so than other software development that I've done.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView development is almost never done.&amp;nbsp; The frequency of requests merely diminishes over time as the application gets better and better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis is NOT the solution to every problem.&amp;nbsp; Yes, yes, I know you love set analysis.&amp;nbsp; It's a wonderful tool, and when you master that tool, you may find yourself wanting to use it everywhere.&amp;nbsp; Where you get into trouble is when you start doing things with set analysis that can instead be done with the data model itself.&amp;nbsp; Data model solutions, where they are practical alternatives, are often faster to execute, as well as allowing the charts in your application to be better integrated with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If complexity is required, put it in the script, not in the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, beware complicated data models and script.&amp;nbsp; I violate this principle all the time, but after a year or two, I often don't remember exactly what I was doing and why, and find it more time consuming than it should be to make changes.&amp;nbsp; I can only imagine the pain of other developers trying to maintain my script many years down the road.&amp;nbsp; At the very least comment your code as clearly as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never aggregate in script except as the very last resort.&amp;nbsp; If you're aggregating in script, you've lost the flexibility and power that QlikView provides for you.&amp;nbsp; However, you often CAN do things in script that will significantly speed up your chart aggregations without actually aggregating.&amp;nbsp; Consider carefully how you can split responsibility for calculations between script and your charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the time to read a book or two on dashboard design, displaying quantitative information visually, that sort of thing.&amp;nbsp; Your job is not to IMPRESS your users with your amazing artistic prowess, or even your mastery of all of QlikView's ins and outs.&amp;nbsp; Your job is to INFORM your users by providing the data they need as clearly and obviously as possible.&amp;nbsp; Simpler is usually better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 23:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319720#M708270</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-22T23:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319721#M708271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks a lot John. your knowledge is really useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's your suggestion on intemediate database between qlikview and ERP.?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview have abilities to maintain datawarehouse in itself . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly share your knowledge on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 06:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319721#M708271</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-12-23T06:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319722#M708272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;SunilKumar Jain wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's your suggestion on intemediate database between qlikview and ERP.?.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our company has no intermediate database between QlikView and our ERP.&amp;nbsp; The QVDs basically serve this function for us.&amp;nbsp; However, I suspect the best approach depends on your environment.&amp;nbsp; For us, we make sure we have well-written SQL using appropriate indexes to read our live transactional data, which combined with some hardware and licensing peculiarities results in very little impact on the transactional systems.&amp;nbsp; People with other environments might well need to stage the data coming out of the transactional systems.&amp;nbsp; I'm not really sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that just means that I'm the wrong person to answer this particular question, as while I'm technically a consultant, I've only worked with a single client on QlikView.&amp;nbsp; I can't provide a more balanced perspective to this issue like I suspect most QlikView consultants could.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 16:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319722#M708272</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-27T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319723#M708273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This post was very informative...thank u ..John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 19:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319723#M708273</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-12-27T19:15:07Z</dc:date>
    </item>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319724#M708275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John. Great tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 05:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319724#M708275</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-12-28T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319725#M708277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks john, You tips is really very useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 07:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319725#M708277</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-12-28T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319726#M708278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Excellent tips. Thank you John.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: trebuchet ms,geneva;"&gt;&lt;EM&gt;Cheers - DV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 18:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319726#M708278</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-12-28T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319727#M708279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest some good books on Dashboard Design...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 10:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319727#M708279</guid>
      <dc:creator />
      <dc:date>2012-03-30T10:58:36Z</dc:date>
    </item>
    <item>
      <title>Qlikview Project Management</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319728#M708280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read two or three books by Stephen Few.&amp;nbsp; It's been years, and I don't remember which ones.&amp;nbsp; I think one was &lt;SPAN style="text-decoration: underline;"&gt;Information Dashboard Design: The Effective Visual Communication of Data&lt;/SPAN&gt;.&amp;nbsp; I disagree with him on a number of points, but agree with him more often than disagree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that &lt;SPAN style="text-decoration: underline;"&gt;The Visual Display of Quantitative Information&lt;/SPAN&gt; by Edward R. Tufte is a classic and pretty much required reading, but I confess that I've never read it so I can't say anything from personal experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might also be best to get some alternative points of view from experts who &lt;EM&gt;aren't&lt;/EM&gt; design minimalists.&amp;nbsp; I don't have any specific reading to recommend in that regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 18:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Project-Management/m-p/319728#M708280</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-03-30T18:48:14Z</dc:date>
    </item>
  </channel>
</rss>

