jjmontesl / cubesviewer

Explore and visualize analytical datasets
http://www.cubesviewer.com
Other
441 stars 112 forks source link

Inverted cuts functionality #67

Closed devvmh closed 8 years ago

devvmh commented 8 years ago

Enable inverting dimension filtering. This is key for storing useful views, since sometimes you can't enumerate all the dimension values you want, but you want to filter out a few values you don't want.

  1. Add "Invert" checkbox to dimension filter UI
  2. Add some CSS to manage the search box / invert checkbox
  3. Pass the ! character to the cubes slicer server in a roundabout way
  4. Store/retrieve the inverted property in serialization and a javascript data-invert property
jjmontesl commented 8 years ago

Awesome. Thanks for this. I'll review before merging.

jjmontesl commented 8 years ago

Merged to the development branch in 56a5432 . Will be merged back to master soon.