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
Explore 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
QlikView Essentials
QlikView Essentials

QlikView Essentials: Want to solve your Business Intelligence headaches? Learn how QlikView can help, and discover a powerful yet accessible BI solution that lets you harness your data

eBook
€8.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

QlikView Essentials

Chapter 1. QlikView Fundamentals

If you are reading this book, then you are already familiar with the power of QlikView. You are on your way to utilize the in-memory and associative power of QlikView to build better insights for your organization. Business intelligence applications developed in QlikView are helping organizations worldwide in transforming their raw data into useful information.

Before jumping into creating data transformations and visualization in QlikView, we will cover the basics of this book. This book will cover all the essentials of QlikView designer and developer concepts. It will start with basics of QlikView, and then dive into loading data, performing transformations, creating visualizations, and deployment of the application. In each chapter, you will understand the key concepts and follow step-by-step exercises.

The first chapter will cover the development life cycle of QlikView, an introduction to a fictitious company Adventure works Inc., and an introduction to the adventure works data model.

In this chapter, we will learn about:

  • QlikView components and installation
  • QlikView basics
  • Problem definition of a fictitious company
  • Understanding existing data model and tables
  • Development environment setup

QlikView components

QlikView has three main components: QlikView Desktop, QlikView Server (QVS), and QlikView Publisher.

QlikView components

In this book, we will use QlikView desktop to create data model and visualizations.

QlikView installation

To explore the power of QlikView, you need to install QlikView desktop. A personal edition of QlikView desktop can be downloaded from http://www.qlik.com/us/explore/products/free-download?ga-link=navbtn.

You will be asked to register, or login if you are already a registered user.

The installation file comes in 32-bit and 64-bit editions. Install the version based on your computer's specification. Installation is very straightforward. You need to just follow the default options. The personal edition has the full capability of QlikView desktop. The Personal edition works with local files only; you cannot share your application design file (qvw) with another unregistered user, or load a design file from another user.

Installation comes with an Examples folder that contains QlikView documents. You can review this folder to learn more about QlikView. This folder is located in your installation path under C:\Program Files\QlikView.

Before moving further, we will learn the basics of QlikView:

  • Technology: QlikView uses an in-memory data model. It stores all the data in RAM instead of disk. RAM storage results in faster response time.
  • Associative experience: In QlikView, data is always associated. Association is automatically created between two tables having common field names. The associative technology results in an enhanced data discovery experience. Traditional BI solutions follow a predefined path to navigate and explore the data. QlikView allows users to take any data path of their choice.
    QlikView installation
  • Power of green, white, and grey: In a QlikView application, selected data elements are displayed in green, associated data is displayed in white, and non-associated data is shown in grey.

    All the data is always present.

    QlikView installation
  • A QlikView application development utilizes QlikView desktop. It involves, connecting to any format of data, extracting and transforming data by writing scripts, designing interactive dashboards by creating different visualization objects, and deploying applications on the server. Users access this application via access point.
  • A QlikView design file has the extension .qvw. Qvw is also used to create QVD (QlikView data file). QVD stores the data extracted from the data source. You will learn about the power of QVDs in the subsequent chapters. A QlikView design file is referred to as qvw, document, or application, but they all mean the same.

Getting started

This book uses a data model based on Adventure works 2012 database.

Joe Smith is being hired as a QlikView consultant by Adventure Works Inc.. Adventure works has recently purchased QlikView. Their employees got an overview of QlikView, but they need help in enhancing their QlikView knowledge and implementing the QlikView dashboarding application.

This book will take you on a wonderful journey with Joe Smith and will provide you with QlikView essentials, which you will require as a successful QlikView consultant.

The development life cycle of QlikView implementations

Joe Smith, being a seasoned QlikView consultant, knows that for successful implementation he needs to follow the development life cycle of QlikView. At a high level, he will do the following:

  • Gain an understanding of Adventure works' business
  • Gather user requirements
  • Analyze data model/data sources
  • Follow data modeling best practices
  • Load data
  • Follow visualization/dashboarding best practices
  • Create dashboard
  • Deployment

About Adventure Works

Adventure Works Cycles, is a large, multinational manufacturing company. The company manufactures and sells metal and composite bicycles to North American, European, and Asian commercial markets.

Coming off a successful fiscal year, Adventure Works Cycles is looking to broaden its market share by targeting their sales to their best customers, extending their product availability through an external website, and reducing their cost of sales through lower production costs.

User requirements

At Adventure works, executive management wants to utilize QlikView to address the following:

  • Create an enterprise wide, scalable Business Analytics platform where the information is easily available, shared, and collaborated
  • Integrate data from different data sources
  • Gain visibility into the company's key performance indicators
  • Comparative analysis of data by different time periods
  • Access relevant information quickly and efficiently
  • Gain business insights to make better business decisions

Analyze data model/data sources

After understanding the business and business requirements, it's time to analyze the underlying data.

Adventure works is a relational database.

Management is interested in utilizing the data elements stored in the following tables. Tables are sourced from relational database, Excel files, and text files.

  • Product
  • ProductSubcategory
  • Product Category
  • Order Header
  • Order Detail
  • Customers
  • Territory
  • Employees
  • Shippers

At high level, the tables from the source system have the following relationships:

Analyze data model/data sources

Star schema and snow flake schema

QlikView can handle Star schema and Snow flake schemas effectively. Star schema is simple to understand. It is good for reporting as number of joins are reduced.

Star schema consists of dimensions and facts. It has a fact in the middle and dimensions surrounding the fact. The schema shapes like a star and hence the name star schema.

  • Facts: A fact table contains numeric value. It contains a quantitative value such as sales, revenue, or profit.
  • Dimensions: A dimension table contains textual description. Dimensions provide context to the facts, for example, sales by product.

Fact tables contain foreign keys of dimension tables. The following schematic represents the relationship between the fact and dimension tables:

Star schema and snow flake schema

In a snow flake schema, a dimension is not connected directly to the fact. It is connected to another dimension.

Star schema and snow flake schema

In Adventure works source data model, the dimension tables are:

  • Customers
  • Product
  • ProductSubcategory
  • Product Category
  • Territory
  • Employees

The fact tables are:

  • Order Header
  • Order Detail

QlikView development setup

To set up the QlikView development environment, download the code bundle for this book from Packt Publishing's website (http://www.packtpub.com/support) and then unzip the downloaded file in your C drive within a folder with the same name as the ZIP file (QlikViewEssentials). The unzipped folder (C:\QlikViewEssentials) should now contain the following folder structure in it:

QlikView development setup
  • Apps: This folder contains the .qvw files. Any design file created in QlikView has .qvw extension. These files are referred as document, app, or qvw.
  • Data: This folder contains data files required by the application. It includes the access database .mdb file. Also, it contains excel and text files. This folder also contains a subfolder Qvds to store QVDs.
  • Images: This folder contains the images required by the application.
  • Includes: This folder contains any files to be included in the application, for example, data connection.

Summary

This chapter familiarizes us with QlikView. You learned about the different components of QlikView and QlikView installation. You are now equipped to learn subsequent chapters by gaining knowledge about the fictitious data model of Adventure Works Inc. and learning about data modeling best practices.

In the next chapter, you will dive more into data modeling by loading data from disparate datasources. You will also learn about resolving synthetic keys. You will learn about various data transformation techniques. It will help you in becoming an expert QlikView developer.

Left arrow icon Right arrow icon

Key benefits

  • Design interactive dashboards using QlikView to share sharp BI insights
  • Discover how to create effective data models to manage and harness your data with QlikView’s ETL functionality
  • Learn and implement best practices to successfully integrate QlikView within your organization

Description

This guide demonstrates just how easy it is to get started with QlikView and create your own BI application. Featuring an introduction to its core features before exploring how to load data and model it, you’ll soon become more confident that you can take full advantage of QlikView’s capabilities.. You will also learn how to use QVD files with QlikView – and how they offer a simpler way of handling data. After digging deeper into data handling, as you learn how to use mapping tables and create a master calendar, you’ll then find out how to get the most from QlikView’s visualization features – vital if you are to use your data insights effectively. From accessible and user friendly dashboards to strategies and best practices for subjecting data to further analysis, you can be confident that you’ll be prepared to get the most out of your data with QlikView. With details on how to finally secure your application and deploy it for a successful integration in your organization, QlikView Essentials underlines exactly why QlikView is becoming more and more popular for businesses that understand the value of data.

Who is this book for?

If you recognize the challenges of harnessing data for a modern business this book is for. Maybe you already know a little about QlikView – if you want to learn more, QlikView Essentials is a great way to develop your knowledge and skills.

What you will learn

  • Learn the complete QlikView workflow – from loading data, to visualization and analytics
  • Learn how to Load data from different sources, including QVD files and how to optimize data models for accuracy and precision
  • Discover solutions to common data modeling problems, so you can respond quickly to changing situations
  • Create accessible dashboards and quality data visualizations to share insights effectively
  • Learn how to deploy your BI application for optimal availability
Estimated delivery fee Deliver to Sweden

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 22, 2016
Length: 166 pages
Edition : 1st
Language : English
ISBN-13 : 9781784397289
Category :
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Sweden

Premium delivery 7 - 10 business days

€17.95
(Includes tracking information)

Product Details

Publication date : Jan 22, 2016
Length: 166 pages
Edition : 1st
Language : English
ISBN-13 : 9781784397289
Category :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 104.97
QlikView Essentials
€29.99
Mastering QlikView Data Visualization
€41.99
Qlikview Unlocked
€32.99
Total 104.97 Stars icon
Banner background image

Table of Contents

9 Chapters
1. QlikView Fundamentals Chevron down icon Chevron up icon
2. Extract, Transform, and Load Chevron down icon Chevron up icon
3. Optimizing Your Data Model Chevron down icon Chevron up icon
4. Data Modeling Challenges Chevron down icon Chevron up icon
5. Creating Dashboards Chevron down icon Chevron up icon
6. Comparative Analysis Chevron down icon Chevron up icon
7. Securing Your Application Chevron down icon Chevron up icon
8. Application Deployment Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.1
(12 Ratings)
5 star 66.7%
4 star 0%
3 star 16.7%
2 star 8.3%
1 star 8.3%
Filter icon Filter
Top Reviews

Filter reviews by




Ian Stirk May 19, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Hi,I have written a detailed chapter-by-chapter review of this book on www DOT i-programmer DOT info, the first and last parts of this review are given here. For my review of all chapters, search i-programmer DOT info for STIRK together with the book's title.This book aims to introduce you to QlikView, covering the whole application lifecycle, how does it fare?QlikView is an increasing popular tool for data visualization. This book is aims to introduce you to the “...basics of QlikView, and then dive into loading data, performing transformations, creating visualizations, and deployment of the application”. The book is relatively small, having around 140 working pages spread over 8 chapters.Below is a chapter-by-chapter exploration of the topics covered.Chapter 1 QlikView FundamentalsThe book opens with a brief overview of the QlikView components, namely: *QlikView Desktop – development tool *QlikView Server – analytic engine *QlikView Publisher – loads data, and distribution serviceDetails are provided on where to download, and how to install a personal edition of QlikView Desktop. This is followed with an overview of QlikView basics (data is held in RAM, associations used to discover table relationships based on common field names, development is via QlikView Desktop).The chapter continues with an outline of the steps in the development of a QlikView application. These steps form the other chapters of the book. The example used throughout the book is based on the well-known Adventure works 2012 database. There’s a brief overview of the user requirements for the example QlikView application, before showing details of the various tables, their columns, and relationships. There’s a brief look at star and snowflake schemas, stating they are particularly amenable to reporting since they require less joins.The chapter ends with details on how to download a QlikViewEssentials zip file from the publisher, this is unzipped, and its files used in the development of the subsequent QlikView application.This chapter provides a useful overview of what QlikView is, its components, and how to install it. The lifecycle of a QlikView application is outlined before introducing the application that will be built in the remainder of the book.This chapter is easy to read, well written, with a good flow, and has plenty of helpful diagrams. These traits apply to the whole of the book....ConclusionThis book aims to introduce you to QlikView, covering the whole application lifecycle – and certainly succeeds. The book is easy to read, well written, has a sharp focus, with lots of helpful diagrams, and an easy flow between chapters. The book is very practical, with plenty of hands-on step-by-step walkthroughs.If you’re new to QlikView, buy this book. Highly recommended.
Amazon Verified review Amazon
sagar Jun 07, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book follows the same pattern as Chandraish Qlik blog. Very direct and simple to understand. Step by Step concepts and exercises help in following the chapters easily. Book is very detailed and covers all the topics on QlikView implementation from inception to server deployment.
Amazon Verified review Amazon
Soft.e Bytes Feb 15, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
It took around a week for this book to arrive in India. But the wait was worth it.This book covers all the QlikView topics in detail. It starts with the information a consultant should gather before starting on any QlikView implementation.It explains data modeling and dashboarding concepts with practice exercises.Every chapter starts with essentials section, which explains all the concepts in a nutshell. Book and exercises are easy to follow. Book has a chapter on server deployment which was like a bonus.
Amazon Verified review Amazon
Ettesh Jun 21, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I loved this book. I subscribed to Author's blog and this book follows the similar pattern.Very direct and easy to understand.
Amazon Verified review Amazon
Amazon Customer Feb 13, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The Book is great for any one entering into BI arena . I bought it for my wife as she is new in BI and looking at the Ocean of pick and choose it is not easy. The book in comprehensive and covers all important aspects in a very simple language. The writer did a real good job. Though I would have liked the price to be $10 cheaper but it is worth the price.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela