Welcome to AS DAR One Lite

GitHub GitHub release (latest by date) GitHub issues Github All Releases

This is a Dashboard, Analysis and Report (DAR) mashup extension for Qlik Sense. It was made to help you to upgrade you visualization. We work to turn it easy to customize with options like colors, borders, translation, icons, and more. We hope it's useful!. [Whatch demo video]

Dashboard

Summary

Installation

To install this extension, follow the instructions:

  1. Download the lastest release;
  2. Install extension following Qlik Help instructions.

Back to Top

Dependencies

Some extra libraries are used in the project. You may need some knowledge to evolve or modify this extension.

Back to Top

Configurations

Language

Qlik Sense is available in the following languages: German, English, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Russian, Swedish, Turkish, Brazilian Portuguese, Simplified Chinese and Traditional Chinese.

You can create new or change all texts through assets/config/language.js.

  • Logo Title;
  • Browser tittle <title>;
  • Menu;
  • Dashboard left menu button;
  • Analysis left menu button;
  • Report left menu button;
  • Help left menu button;
  • About left menu button;
  • Expand top menu button;
  • Language top menu button;
  • Bookmarks top menu button;
  • No Bookmarks submenu;
  • Add Bookmark top menu button;
  • Add Bookmark name label;
  • Add Bookmark description label;
  • Add Bookmark button label;
  • Selections Bar top menu button;
  • Filter top menu button;
  • Filter 1 filter tab;
  • Filter 2 filter tab;
  • Filter 3 filter tab;
  • Backward action button;
  • Forward action button;
  • Lock action button;
  • Unlock action button;
  • Clear All action button;
  • Close Chart close expanded chart;
  • Export Chart export expanded chart;
  • App Name footer placeholder;
    • Will be replaced with App Name when an app were associated.
  • Reload Time footer placeholder;
    • Will be replaced with Last Reload Time when an app were associated.
  • Date Format for reload time (see PHP date time format);
  • Load objects error message;
    • Shown when some object didn't load properly.
  • Export data error message;
    • Shown when some data didn't export properly.

Back to Top

Shortcut

You can change all shortcuts through assets/config/shortcut.js.

  • Toggle left menu Shift+M;
    • Open/Close left menu.
  • Dashboard tab Shift+D;
    • Show dashboard tab.
  • Analysis tab Shift+A;
    • Show analysis tab.
  • Report tab Shift+R;
    • Show report tab.
  • Help tab Shift+H;
    • Show help modal.
  • About tab Shift+I;
    • Show help modal.
  • Expand Shift+E;
    • Maximize/Minimize window.
  • Language Shift+T;
    • Maximize/Minimize window.
  • Bookmarks Shift+B;
    • Open bookmarks list menu.
  • New Bookmarks Shift+N;
    • Create bookmark.
  • Toggle Selections Bar Shift+S;
    • Open/Close selections bar.
  • Toggle Filter Bar Shift+F;
    • Open/Close right filter bar.
  • Backward Shift+◀;
    • Backward selections.
  • Forward Shift+▶;
    • Forward selections.
  • Lock Shift+L;
    • Lock selections.
  • Unlock Shift+U;
    • Unlock selections.
  • Clear All Shift+C;
    • Clear selections.
  • Close Expanded Chart Escape
    • Close expanded chart.
  • Export Expanded Chart Shift+▼
    • Export expanded chart.

Back to Top

Icons

You can change all icons through assets/config/icons.js. Visit Font Awesome Free 5.15.4 icons page, search the desired icon and copy its css class.

  • Menu;
  • Dashboard;
  • Analysis;
  • Report;
  • Help;
  • About;
  • Expand window (open);
  • Expand window (close);
  • Language;
  • Bookmark;
  • New Bookmark;
  • Selections Bar (open);
  • Selections Bar (close);
  • Filter Bar (open);
  • Filter Bar (close);
  • Backward;
  • Forward;
  • Lock;
  • Unock;
  • Clear All;
  • Expand Chart (open);
  • Expand Chart (close);
  • Export CSV;
  • Export Image;
  • Export PDF;

Back to Top

Theme

You can change all these options through assets/config/options.js.

  • Enable closed sidebar true|false;
    • Enable to keep left sidebar closed on window load.
  • Enable sidebar flat true|false;
    • Enable to remove rounded corners on left and right sidebars.
  • Enable visible selections true|false;
    • Enable to always show Qlik Sense selections bar.
  • Disable bookmark list true|false;
    • Hide bookmarks from top menu.
  • Enable create bookmark true|false;
    • Enable to show create bookmark button to create new bookmark. This functionality
  • Disable action buttons true|false;
    • Hide show actions buttons. Backward|Forward|Lock|Unlock|Clear All.
  • Disable card export true|false;
    • Hide export button on all charts. You can disable this button indivially on each chart by removing its .card-export html class.
  • Disable card expand true|false;
    • Hide expand button on all charts. You can disable this button indivially on each chart by removing its .card-export html class.
  • Disable preloader true|false;
    • Disable loading during objects load.
  • Enable fixed theme true|false;
    • Keep left menu, top menu and right menu fixed on window scroll.
  • Qlik theme sense|card|breeze|horizon;
  • Enable dark theme true|false;
    • Change all color theme to dark theme. You must have a different Qlik Sense Theme to contrast with.
  • Theme colors primary|secondary|success|info|warning|danger|dark|light|white|indigo|navy|orange|cyan|teal|gray|pink|lightblue|gray-dark|purple|red|yellow|lime|fuchsia|maroon|green|olive|blue;
    • Change left sidebar color.

Back to Top

Theme Color Preview

Navbar Colors Light Colors Dark Colors

Back to Top