Skip to content

Releases: djaskowiak/advanced-kpi

0.1.9

20 Sep 09:29
Compare
Choose a tag to compare

The last release has introduced the ability to open a URL by using the actions. This release fixes some bugs around this feature.

Fix:

  • hover menu will now show up if there is just a configured "open URL" action.

0.1.8

16 Aug 12:17
b0f8721
Compare
Choose a tag to compare

This release introduces the ability to open a URL by using the actions. Under "Actions" you will find a new action called "Open URL".

Fix:

  • reworked demo app to show all functions
  • added "Open URL" to Actions

0.1.7

15 Dec 10:41
Compare
Choose a tag to compare

This is just a small update that includes enhancements for the definition.js. I created a new extension called "Grouped Container". While I created this extension I had some findings related to defaultValues for color and background properties.

In addition to that, I enhanced the background function within contoller.js. Now the extension also runs with all its capabilities in the cloud (QSE SaaS).

Fix:

  • enhancements for defaultValues for color properties
  • enhancements for defaultValue for background-picture
  • fixed some issues related to the background-image function to make it work in QCS (Qlik Sense SaaS)
  • enhancements for gulpfile.js in case you like to create your own version of the extension.
    • var toQlikFolder = true; will directly distribute the created files to your extension folder within Qlik Sense.

0.1.6

02 Apr 13:31
Compare
Choose a tag to compare

This is just a small update that includes the bugfix related to the actions section.

Fix:

  • Now EventListeners for configured actions are working cause the
    object is rendered from beginning.

New features:

  • Added the capability to define the background color over a color picker or a formula

Info:

  • updated demo app uploaded

0.1.5

29 Jan 12:58
Compare
Choose a tag to compare

This is just a small update that includes the bugfix from ralfbecher. Thank you very much for sending over the pull request.

Fix:

  • actions should not happen in edit mode since then you cannot reach the panel anymore (if action is sheet navigation)

0.1.4

10 Jan 14:19
Compare
Choose a tag to compare

Thank you for giving your feedback to this extension. I received quite a lot during the last days. I have implemented a couple of your ideas.

New features:

  • Introduced a welcome screen
  • added 3 new styles for the "Horizontal ruler"
  • implemented support for actions in mobile view. Now you can click on the event to directly trigger the configured actions.

Improvements:

  • added a couple of CSS improvements
  • configured actions are now more reliable
  • reorganized the menu structure. You can configure the object by working from bottom to top of the offered configuration options
  • added Version tag to about section

0.1.3

23 Dec 18:50
Compare
Choose a tag to compare

Thank you for giving your feedback to this extension. I received quite a lot during the last days. I have implemented a couple of your ideas.

New features:

  • Introduced the "Actions" section. "Actions" describes an event that get's triggered when the user clicks on the KPI Chart.
    • moved "Sheet-navigation" to "Actions" section (click on KPI to navigate to selected sheet)
    • added the capability to change the value of a variable (called "Set Variable")
    • added the possibility to apply a bookmark
    • if 1 or more actions are configured an "hover" effect get's enabled when the cursor navigates over the object to indicate the action (it's possible to define the hover text)
Menu Object
  • Introduced the "Custom object CSS" item (implemented into Appearance section).
    This gives you the possibility to write CSS for the whole object and sheet. If you like to write specific CSS for just your created object it is possible to use the CSS selector "&". It will be replaced by "div[tid="objID"]" to define code that effects just a single object.
Menu Object
  • Changed colorpicker for measure color to a formula component. This is more flexible and gives you the chance to pick the color of the KPI value based on an expression.

0.1.2

16 Dec 16:54
Compare
Choose a tag to compare

Fix:

  • issue related to CSS problems when working with Qlik Sense Navigation Button

0.1.1

06 Dec 15:29
Compare
Choose a tag to compare
added description text

0.1.0

28 Nov 14:48
Compare
Choose a tag to compare
release 0.1.0