Giter Club home page Giter Club logo

qs-range-slider's Introduction

Qlik Sense Range Slider

Yes, there's a few range sliders available already. But this one does a few things different.

  • Uses a hypercube. This allows you to define a dimension to be selected, and a measure to select the range on independently. For instance, you could make the dimension SalesPeople and the measure sum(sales), and select a range of sales which will select all the SalesPeople within that range of sales. If you want to use it with just a field, like Age, just make the dimension Age and the measure only(Age).

  • Responds to other selections in the app. The range slider will accurately reflect active selections by display the current minimum and maximum values available in the range.

  • Simple code. At just over 100 lines of javascript, including the initial properties and properties panel, it should be pretty easy to read through if you want to customize it.

  • Scopes css. A few sliders have used jQuery UI, and loaded the jQuery UI CSS. This one does too, but the jQuery UI CSS is scoped so it doesn't interfere with the rest of the client styles.

This was originally built for the Barcelona Marathon App, which you can check out here - Qlik Sense Barcelona Marathon

How to use

Cube

This extension expects a hypercube of 1 dimension and 1 measure. The dimension is what gets selected, while the measure is what you can use the slider to select on.

Settings

Min and Max - The min and max values of the range. These are set manually because it's a simple way to make sure the slider is not adversely affected by any selections already made when the slider object loads. Step - This is how much the slider will step by.

qs-range-slider's People

Contributors

fkabinoff avatar

Stargazers

Nate avatar

Watchers

James Cloos avatar Nate avatar  avatar Walter Coleman avatar

Forkers

tahani5

qs-range-slider's Issues

Max-Min

I am unable to adjust the max/min on the slider

Issues

Hi, I could not set a range value using the slider. It will automatically revert to the original range. Please Advice
image

Range Slider extension destroys UI - Help

After creating a slider using this extension, the App is effected making the extension unusable.
Question, can anyone help in understanding a fix. I'm sure its JS related.

image

image

Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.