Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering QlikView

You're reading from   Mastering QlikView Let QlikView help you uncover game-changing BI data insights with this advanced QlikView guide, designed for a world that demands better Business Intelligence

Arrow left icon
Product type Paperback
Published in Nov 2014
Publisher
ISBN-13 9781782173298
Length 422 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Stephen Redmond Stephen Redmond
Author Profile Icon Stephen Redmond
Stephen Redmond
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Mastering QlikView
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Performance Tuning and Scalability FREE CHAPTER 2. QlikView Data Modeling 3. Best Practices for Loading Data 4. Data Governance 5. Advanced Expressions 6. Advanced Scripting 7. Visualizing Data Index

Reusing code


In various areas of this chapter so far, we've suggested that it can be useful to maintain script elements in separate text files that can be included within the QlikView script using an Include or Must_Include construct.

Many organizations, when building their own best practices among their QlikView team, will create a library of such scripts.

One such library that any QlikView developer who is interested in increasing their skill levels should look at is the QlikView Components library created by Rob Wunderlich. Refer to https://github.com/RobWunderlich/Qlikview-Components for more information.

This library contains a whole host of functions that, even if a developer wasn't to use them, would be worth reviewing to see how things are done.

As a quick example, something that we do in almost every QlikView application is to generate a Calendar table:

Call Qvc.Calendar(vStartDate, vEndDate, 'Calendar', 'Cal', 1);

That is it!

It is also a good idea to check out Rob's QlikView Cookbook...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images