Closed JunhoKim01 closed 3 years ago
VERSION: 11.3.2.101
In example and documentation,
from mstrio.application_objects import SuperCube
but this code does not work.
Instead, this works :
from mstrio.application_objects.datasets import SuperCube
Is this a bug? or just minor mistakes in documentation & examples?
This was fixed and will work as in examples from new release.
VERSION: 11.3.2.101
In example and documentation,
from mstrio.application_objects import SuperCube
but this code does not work.
Instead, this works :
from mstrio.application_objects.datasets import SuperCube
Is this a bug? or just minor mistakes in documentation & examples?