Skip to content

Visual Version Comparisons for Qlik Sense Apps and Scripts

You changed a chart's color scheme, reordered a few columns, and tweaked a measure — then a teammate asks what exactly moved between last week's version and today's. Without a real diff, answering that means digging through the sheet visually, second-guessing yourself, and hoping you didn't miss anything.

The manual way: comparing versions by eye

The usual approach is to keep two copies of an app side by side, click through each sheet, and try to spot what's different. For the load script, people paste two versions into a text editor and scan line by line. It works for tiny changes, but for a real dashboard with dozens of charts and a long ETL script, you lose track fast.

Merging is worse. If a colleague built a chart on their branch and you want just that chart, you end up rebuilding it manually in your app or copying JSON fragments and praying nothing breaks. There's no clean way to pull one object or one script block without dragging everything else along.


Gitoqlok brings Git version control, collaboration and change history to Qlik Sense and Power BI — right inside your browser. Try Gitoqlok Free


The Gitoqlok way: visual diffs and granular merges

Gitoqlok's Diff Viewer shows two committed versions of a sheet in two side-by-side panels with the changed visualizations highlighted for you. Click a highlighted chart, hit View/Merge Changes, and pull exactly that object into your current version — no manual rebuild. For the data load script, the diff highlights changed lines and lets you Revert chunk to merge a single block at a time.

TIP

Diff Viewer works over any commit history, so you can compare your current app not just against the previous commit but against another developer's branch — then cherry-pick the specific charts or script lines you actually want.

The result: version comparison stops being guesswork. You see what changed, at the chart or line level, and merge only the pieces you need — whether that's resolving a conflict after a pull request or bringing one polished sheet forward from a teammate's branch.

Gitoqlok by Motio