• Pre-release
  • Qlik Sense extension
  • Free
  • Open source · MIT

QvsView.qs

Read-only Qlik load script viewer with syntax highlighting

A Qlik Sense extension that shows load scripts stored in an app's data model in a colour-coded, read-only code viewer, with section tabs, search and code folding. Optional AI review of the script through Ollama, OpenAI or Anthropic.

Documentationgithub.com/ptarmiganlabs/QvsView.qsThe README on GitHub: installing and using QvsView.qs (opens in a new tab)

Add QvsView.qs to a Qlik Sense sheet to display a field that holds app load scripts, typically loaded from .qvs files, in a formatted viewer.

Highlights

  • Syntax highlighting based on Qlik’s own BNF grammar, with deprecated functions struck through.
  • Section tabs, search with Ctrl/Cmd+F, and code folding.
  • Copy the current section or the full script.
  • Optional AI analysis of the script through Ollama, OpenAI or Anthropic, with General, Security, Performance and Documentation prompts.
  • Each release comes in a CDN variant and an air-gapped variant.
  • Handles large scripts without truncation.

Requirements

  • Qlik Sense Enterprise on Windows May 2025 or later (older versions are not tested), or Qlik Cloud.
  • Two fields in the app’s data model: one with the script rows, and one with a script identifier that is unique across all loaded scripts.