-
Notifications
You must be signed in to change notification settings - Fork 98
Developer Documentation
Matt Fryer edited this page Feb 18, 2015
·
12 revisions
QVC is a collection of reusable script components for use by QlikView Developers. The primary purpose of QVC is to speed development and provide a consistent model for building QlikView projects.
The design objectives for Qvc are:
- Provide a consistent, stable and documented API.
- Should be able to allow contribution by multiple distributed developers.
- Must be able to grow, that is add new components, without losing clarity and quality.
- Allow for continuous improvement and exploitation of new QV features. QVC is not meant to cover all scripting tasks and scenarios. QVC is targeted at the “middle range” of scripting tasks.
At the bottom of the complexity stack are trivial simple tasks such as file loading. These tasks would not benefit enough from QVC to justify using library routines. To support tasks at the high end would require increasing complexity in QVC, possibly diminishing its quality and maintainability.