In python cubes version 1.1, we have a numeric field with both positive and negative values. In slicer an aggregate cut like "aggregate?cut=patient@weight:0-177.8" works fine, but how can we filter for negative values? A cut like "aggregate?cut=patient@weight:-1-10" fails with
"error": "unknown_user_error",
"message": "Unknown cut format (check that keys consist only of alphanumeric characters and underscore): -1-10"
}
In python cubes version 1.1, we have a numeric field with both positive and negative values. In slicer an aggregate cut like "aggregate?cut=patient@weight:0-177.8" works fine, but how can we filter for negative values? A cut like "aggregate?cut=patient@weight:-1-10" fails with
"error": "unknown_user_error", "message": "Unknown cut format (check that keys consist only of alphanumeric characters and underscore): -1-10" }
Is there anyway around this issue?