Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Framework

I would like to Know if there is any standard framework for Qlikview? I mean an extension package which contains more implemented functions so I can call them from my scripts. Some package which follows best practices and automate existing Qlikview things in order to facilitate programming in Qlikview. This would contribute to make code clearer and its understanding and distributable/shared between projects. Also is there any implemented patterns?

4 Replies
zhadrakas
Specialist II
Specialist II

ramasaisaksoft

Hi Tony,

Implement scripting best practices encapsulated by a simple and stable API. Improve the speed and quality of script development. Create common ground between script developers. QVC aims to serve the needs of the "big middle" of script tasks. Not the simple tasks, not the very complex tasks, but the garden variety common needs found in many scripts.

Components Home · RobWunderlich/Qlikview-Components Wiki · GitHub

Not applicable
Author

Could you provide any example?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

The Qlik Deployment Framework (QDF) is a complete framework that provides a file and folder structure, configuration and utility routines that tell you "how to do it".  QDF has extensive documentation, Check it out for more info and examples.

QlikView Components (QVC) is a script library that provides subroutines and functions for common tasks, For example, to generate a master calendar table:

CALL Qvc.CalendarFromField('OrderDate')

If you download and unzip the QVC release, the distribution contains a documentation qvw and examples.

You can use both QDF and QVC together.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com