All Projects → kai → qlik-sense-timeline

kai / qlik-sense-timeline

Licence: other
Qlik Sense Timeline Chart

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to qlik-sense-timeline

Tabbed-Container-Extension
A Qlik Extension that groups Sense objects in a container and displays tabs as a way of navigating through them
Stars: ✭ 21 (+40%)
Mutual labels:  qlik-sense, qlik
qlik-sense-visualization-extension-testing
Scaffolding project for testing Qlik Sense visualization extensions
Stars: ✭ 14 (-6.67%)
Mutual labels:  qlik-sense, qlik
sense-export
Just a simple button to export data in your Qlik Sense applications.
Stars: ✭ 28 (+86.67%)
Mutual labels:  qlik-sense, qlik
vscode-qlik
VSCode Extension for better Qlik App Development
Stars: ✭ 50 (+233.33%)
Mutual labels:  qlik-sense, qlik
qse-mgoimagegrid
Qlik Sense Extension to display images
Stars: ✭ 13 (-13.33%)
Mutual labels:  qlik-sense
Qlik-Notepad-plus-plus
Qlik Language Definition for Notepad++ providing syntax highlighting of QlikView and Qlik Sense script and expressions.
Stars: ✭ 50 (+233.33%)
Mutual labels:  qlik-sense
QlikBotNet
Qlik Bot Net is an example chat bot which enables access to Qlik content via conversational analytics. It's built in .NET/C# and can be used with the Telegram messaging platform.
Stars: ✭ 20 (+33.33%)
Mutual labels:  qlik-sense
QlikSense-Sheet-Styler-Lite
Qlik Sense Styler for 3.2+
Stars: ✭ 17 (+13.33%)
Mutual labels:  qlik-sense
advanced-kpi
Advanced-KPI is about creating a smart KPI object that fits to 90% of the needs of Qlik Sense users.
Stars: ✭ 19 (+26.67%)
Mutual labels:  qlik-sense
trueChart-Menubar4Sense
MENUBAR as visualization extension for Qlik Sense® allows for vertical and horizontal buttons and selections (fields, master dimensions and variables) as well as unlimited trigger based Actions. #trueChart #menubar #highcoordination
Stars: ✭ 19 (+26.67%)
Mutual labels:  qlik
sse-r-plugin
A Qlik server-side extension plugin for accessing R.
Stars: ✭ 66 (+340%)
Mutual labels:  qlik
enigma-go
Go library for consuming Qlik's Associative Engine.
Stars: ✭ 36 (+140%)
Mutual labels:  qlik
after-work.js
[DEPRECATED] CLI for automated tests in web projects.
Stars: ✭ 56 (+273.33%)
Mutual labels:  qlik

Please note that this extension is no longer being actively maintained by me. Please feel free to fork this repository, or open an issue and ask me to transfer the ownership/maintainership of this project to you!

Qlik Sense Timeline Chart

Screenshot

image

Overview

The Qlik Sense Timeline Chart is a chart extension for the use in Qlik Sense Desktop or Server. It is versatile chart that allows you to depict how multiple artifacts, be they projects or resources, are active/used over time in relation to each other.

Examples:

  • You are managing a software project and want to illustrate who is doing what and when
  • You are organising a conference and need to schedule meeting rooms
  • You are running marketing campaigns and would like a scheduling overview

The Qlik Sense Timeline Chart leverages the Google Chart API.

Usage

Use 3 or 4 dimensions (no measures):

  • Dim 1 (required): Main dimension and row label
  • Dim 2 (optional): Bar label
  • Dim 3 (required): start date, format YYYY-MM-DD (ISO)
  • Dim 4 (required): end date, format YYYY-MM-DD (ISO)

You currently need to ensure that all start and end dates exist. Dates will need to be converted to YYYY-MM-DD as required by the Google Chart API.

Example configuration using three dimensions (without optional bar labels):

image

Custom settings:

Additional parameters can be set to change the appearance of the chart:

  • Show row labels: shows or hides the row labels in column 1
  • Group row labels: groups labels with the same name into a single row

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].