All Projects → dfarache → Tabbed-Container-Extension

dfarache / Tabbed-Container-Extension

Licence: MIT license
A Qlik Extension that groups Sense objects in a container and displays tabs as a way of navigating through them

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Tabbed-Container-Extension

QlikSense-Sheet-Styler-Lite
Qlik Sense Styler for 3.2+
Stars: ✭ 17 (-19.05%)
Mutual labels:  qlik-sense, qlik-extension
sense-export
Just a simple button to export data in your Qlik Sense applications.
Stars: ✭ 28 (+33.33%)
Mutual labels:  qlik-sense, qlik
vscode-qlik
VSCode Extension for better Qlik App Development
Stars: ✭ 50 (+138.1%)
Mutual labels:  qlik-sense, qlik
qlik-sense-timeline
Qlik Sense Timeline Chart
Stars: ✭ 15 (-28.57%)
Mutual labels:  qlik-sense, qlik
qlik-sense-visualization-extension-testing
Scaffolding project for testing Qlik Sense visualization extensions
Stars: ✭ 14 (-33.33%)
Mutual labels:  qlik-sense, qlik
v-switcher
An powerful display tabs with Vue
Stars: ✭ 56 (+166.67%)
Mutual labels:  tabs
chords
A Kotlin multi-platform view library for displaying stringed instrument chord diagrams
Stars: ✭ 25 (+19.05%)
Mutual labels:  tabs
Material-BottomBarLayout
🎉A material navigation bar library which has pretty animations and different ways of arrangement.
Stars: ✭ 56 (+166.67%)
Mutual labels:  tabs
wui
Collection of GUI widgets for the web
Stars: ✭ 44 (+109.52%)
Mutual labels:  tabs
cursive-tabs
Tabs for gyscos/cursive views 🖥️
Stars: ✭ 21 (+0%)
Mutual labels:  tabs
vue-magic-line
A flexible tabs-component for Vue
Stars: ✭ 40 (+90.48%)
Mutual labels:  tabs
cosyTabs
SIMBL plug-in for Safari. Now with macOS Sierra/Safari 10 support. Small tabs like they used to be back in the day.
Stars: ✭ 44 (+109.52%)
Mutual labels:  tabs
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (+280.95%)
Mutual labels:  tabs
react-native-segment-control
Swipeable SegmentedControl component for React Native apps
Stars: ✭ 21 (+0%)
Mutual labels:  tabs
esl
Lightweight and flexible UI component library based on web components technology for creating basic UX modules
Stars: ✭ 53 (+152.38%)
Mutual labels:  tabs
TubeLister
A handy Chrome extension to collect all your YouTube tabs into one!
Stars: ✭ 19 (-9.52%)
Mutual labels:  tabs
qse-mgoimagegrid
Qlik Sense Extension to display images
Stars: ✭ 13 (-38.1%)
Mutual labels:  qlik-sense
react-responsive-tabs
React responsive tabs http://maslianok.github.io/react-responsive-tabs/
Stars: ✭ 118 (+461.9%)
Mutual labels:  tabs
ngx-tabset
A very simple library to let you create some tabs
Stars: ✭ 19 (-9.52%)
Mutual labels:  tabs
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+42.86%)
Mutual labels:  tabs

Qlik Sense Extension Tabbed Container

The Tabbed Container is a Qlik Extension that groups Sense objects in a container and displays tabs as a way of navigating through them.

Tabbed-Container-Extension

Adding tabs

The extension can display a maximum of 5 tabs, having each tab its own title -which is displayed in the navigation button- and its own visualization. In order to add one of your visualizations to a given tab, go into edit mode and select the tab to which you want to add the visualization. Then, you can select a preexisting visualization using either one of the following methods:

  1. Select a visualization from your master items library using the dropdown.
  2. Enter the objectId of any visualization within the app.

In the event that both parameters are given, the extension will take the input from the objectId field.

Tabbed-Container-Extension

Export the data

The data displayed in the current visualization can be exported to CSV by clicking on the export button, which can be found in the upper right corner of the object container.

It is to be noted that currently, this feature does not work on the Desktop version of Qlik Sense.

Tabbed-Container-Extension

By default, the data is exported as a tab separated CSV file. However, it is possible to select other delimiters (comma and semicolon) from the properties panel.

View the object details

The details of the active chart can be viewed normally, just like in the native Sense objects. To do so, you'll need to activate this option from the properties panel, in the Appearance section by switching off the option "Hide the details button", which is turned on by default.

Tabbed-Container-Extension

Once you activate this option, you'll see a information icon in the upper right corner of the container, provided that the visualization has a qHyperCube. You may see the details of the visualization by clicking on this icon.

Tabbed-Container-Extension

Styling options

The style of the body and the tabs may be easily modified through the options given in the "Appearance" section through the following options:

  1. Border color-picker: it sets the color of the border of the body container through a standard Qlik Sense color picker.
  2. Background color-picker: it sets the color of the background of the body container through either a standard Qlik Sense color picker or an input box that takes any valid way of expressing color (RGB, HEX, etc.).
  3. Button color-picker: it sets the color of the border and of the background of the tab that is active.
  4. Additional settings:
    1. Collapse when there is 1 tab: when set to true, the tabs are hidden if there is only one object.
    2. Hide the details button.
    3. Hide the export button.
    4. Format of the exported CSV.

In the event that the width assigned to the extension is lower than the space needed to render the tabs, the Tabbed Container will go into stacked mode. This is bound to happen as well in mobile devices.

Tabbed-Container-Extension

How to use

  1. Copy the extension folder into your Qlik/Sense/Extensions folder.
  2. Set the values for the (title,objectId) you wish to display.
  3. The changes should appear automatically the extension.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Copyright © 2017 Analytics Operations

Released under the MIT license.


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].