EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

Parameters Explained: mstrio for Python - Get Cube


Community Admin

• Strategy


This article explains what each parameter is in the get_cube () function of mstrio for Python.

Extracting data from Strategy cubes with Python requires the get_cube () function from the mstrio Python package.  This function has 1 required parameter and 3 optional parameters.
Required:

  • Cube ID - this is the ID of the cube in Strategy and gets passed in as a string.  The cube ID can be obtained by right clicking the object in Strategy Web and selecting properties.  Developer may also be used to get the cube ID.


Optional:

  • Offset - this parameter is an integer that indicates which row of the cube the server should begin fetching from
  • Limit - this parameter is an integer that indicates how many rows the server should fetch at a time, until complete


KB442241


Comment

0 comments

Details

Knowledge Article

Published:

November 13, 2018

Last Updated:

November 13, 2018