Package detail

qlik-modifiers

qlik-oss8.9kMIT0.9.8

A javascript library for applying modifiers to Qlik expressions

qlik, modifiers, expression modifiers

readme

qlik-modifiers

A JavaScript module for handling expression modifiers in Qlik products.

!EXPERIMENTAL!

CircleCI Coverage Status CodeQL

The idea is to provide a set of useful expression modifiers and a convenient way to work with those. First in place is accumulation which can produce results similar to this:

Accumulation modifier

How does it work?

A modifier transforms a hypercube measure expression in a certain way to achieve desired results. Below is a high-level overview of how the concept works.

Concept flow

Properties

Api

See Api documentation

Release branches

Modifiers Branch
Add Relative release/0.4.x
Add Moving average, Difference release/0.3.x
Add Accumulation release/0.2.x

Releasing

Simply run the create-release workflow.

It requires a branch to deploy as a parameter, this should always be master.

You need to be a collaborator to run this workflow.

changelog

0.9.7 (2024-10-17)

Bug Fixes

0.9.1 (2023-03-16)

Bug Fixes

  • change string and default value for timeSeriesDecomposition modifiers steps (d5a607f)
  • periods should be same for all measures modifiers (bb718b7)

0.9.0 (2023-03-03)

Features

  • add time-series-decomposition modifier (cb2a9af)
  • add time-series-decomposition modifier for line chart (fb166a1)
  • add time-series-decomposition modifier for line chart (43bac72)

Bug Fixes

  • add constant for TSD modifier (9c19b13)
  • address PR comment (c2675bf)
  • create separate file for properties and change translation (6b3c173)
  • remove skip and unused prop (5a5856e)

0.8.2 (2022-09-01)

Bug Fixes

  • remove whitespace in readme (7382184)