DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Cut with null/none values? #437

Closed pablolmedorado closed 7 years ago

pablolmedorado commented 7 years ago

Hi guys;

I would like to know if is possible (or planned) to perform a "cut" with null values. I did not find it in the documentation.

Sometimes I need to filter the records in which a certain dimension is empty.

Thanks in advance.

Stiivi commented 7 years ago

Try to use __null__ string as a value.

Note that this might be changed in the 2.0. Related: #409

pablolmedorado commented 7 years ago

Great! It works.

Thank you so much!