- QlikView - Navigation
- QlikView - Architecture
- QlikView - Desktop Installation
- QlikView - Overview
- QlikView - Home
QlikView Data Loading
- QlikView - Data - files(QVD)
- QlikView - Incremental Load
- QlikView - Preceding Load
- QlikView - Resident Load
- QlikView - Inline Data
- QlikView - Database
- QlikView - Web file
- QlikView - XML file
- QlikView - Delimited file
- QlikView - Excel file
QlikView Report Interface
- QlikView - Dashboard
- QlikView - Pie Chart
- QlikView - Bar Chart
- QlikView - Text Object
- QlikView - Multi Box
- QlikView - List Box
- QlikView - Documents
- QlikView - RangeSum Function
- QlikView - Peek Function
- QlikView - Rank Function
- QlikView - Match Function
- QlikView - Aggregate Functions
- QlikView - IntervalMatch
- Qlikview - Functions
- QlikView - Scripting
- QlikView - Sheet and Objects
QlikView Data Transformation
- QlikView - Rotating Tables
- QlikView - Column Manipulation
- QlikView - Fill Function
- QlikView - Transformation Wizard
QlikView Data Model
- QlikView - Generating Data
- QlikView - Synthetic Key
- QlikView - Star Schema
- QlikView - Dimensions & measures
QlikView Data Analysis
- QlikView - Circular Reference
- QlikView - Mapping Tables
- QlikView - Master Calendar
- QlikView - Concatenation
- QlikView - Keeps
- QlikView - Joins
- QlikView - Set Analysis
- QlikView - Pivot Tables
- QlikView - Straight Tables
- QlikView - Cross Tables
Qlikview Useful Resources
- Qlikview - Discussion
- Qlikview - Useful Resources
- Qlikview - Quick Guide
- Qlikview - Questions/Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
QpkView - Scripting
Scripting is a very powerful feature in QpkView, which enables the control of the data load options and data transformations. It enables the use of many inbuilt functions available in QpkView and creates subroutines to be used across multiple scripts within a QpkViewdocument.
Scripting is done using the Script Editor. It is accessed from the File menu using Script Editor. We can also press Control +E to open the script editor window. It prepopulates some data formats that are set as default formats for the data to be processed. For example, the Thousand separator is a comma and date is in Month-day-year format. These can be changed to suit the incoming data as per the need.
Script Editor Features
Script editor has many features, which are accessed from the menu in the script editor window, which is a different menu from the main menu. Given below is a pst of important features.
File Menu
Reload − Reloads the script and fetches the new data.
Upper/Lower Case − Converts the case of words as QpkView is case sensitive.
Comment − Used to comment blocks of code.
Edit Menu
Clear Entire Script − Clears the active script tab.
Open Script File − Opens the saved script files.
Table Viewer − Used to see the tabular view of the data being loaded.
Insert Menu
Environment Variables − Inserts a standard pst of Environment variables.
Script Files − Allows to browse for script files and insert them.
Connect/Disconnect Statement − Used to connect or disconnect from external databases.
Tab Menu
Insert Tab − Inserts a Tab at the current cursor position.
Promote/Demote Tab − Allows to move the tabs from left to right and vice versa.
Merge with Previous − Used to merge the content of active tag with previous tab.
Tools Menu
ODBC Administrator 64 bit/ODBC Administrator 32 bit − Allows to set the correct DSN information for data sources.
Editor Preferences − Allows you to configure the text font and size, help features, shortcuts, default-scripting engine etc.
Syntax Check − Used to vapdate the syntax of the script code.