/facts?format=csv
in your query, like for example: http://cubesdemo.cubesviewer.com/cube/webshop_sales/facts?format=csv
The PointCut object is not well documented. According the documentation:
In Python the cuts for “sales in Slovakia between June 2010 and June 2012” are defined as:
cuts = [
PointCut("geography", ["sk"]),
PointCut("date", [2010, 6], [2012, 6])
]
But:
def __init__(self, dimension, path, hierarchy=None, invert=False,
hidden=False):
The signature doesn't accept multiple paths, and sees [2012, 6] as a hierarchy, causing an exception.
lol the game is fun
:D Thanks :) I've been working on it for a few months but I'll get back to a more business-oriented job soon hopefully :)