Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
QlikView for Developers Cookbook

You're reading from   QlikView for Developers Cookbook Take your QlikView training to the next level with this brilliant book that's packed with recipes which progress from intermediate to advanced. The step-by step-approach makes learning easy and enjoyable.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781782179733
Length 290 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 (19) Chapters Close

QlikView for Developers Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Charts 2. Layout FREE CHAPTER 3. Set Analysis 4. Advanced Aggregations 5. Advanced Coding 6. Data Modeling 7. Extensions 8. Useful Functions 9. Script 10. Improving Performance 11. Security Index

Using dollar expansion in Set Analysis to enable from-date and to-date selection


Set Analysis is enormously versatile and useful for QlikView developers. A lot of the versatility comes from being able to use dynamically calculated values.

Prior to the introduction of Set Analysis in version 8.5, the only way that we could use any type of dynamic value was by assigning an expression to a variable and then using that variable. In 8.5, QlikView introduced a new way of doing that—Dollar Expansion.

In this recipe, we are going to allow the user to specify a "from date" and a "to date", and then click on a button to make the selection. Since this is functionality that is available in many reporting tools, it can help some users get into QlikView.

Getting ready

Load the following script:

LOAD * INLINE [
  Country, Value, SalesDate
  USA, 12, 2013-01-04
  USA, 14.5, 2013-02-07
  USA, 6.6, 2013-03-03
  USA, 4.5, 2013-04-11
  USA, 7.8, 2013-05-19
  USA, 9.4, 2013-06-22
  UK, 11.3, 2013-01-31
  UK, 10...
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 $19.99/month. Cancel anytime
Banner background image