GetHyperCubeData Method
Overloads
GetHyperCubeData(String, IEnumerable<NxPage>) |
Retrieves the calculated data for a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data. A data set is returned. |
GetHyperCubeData(String, IEnumerable<NxPage>)
Retrieves the calculated data for a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.
A data set is returned.
Declaration
public IEnumerable<NxDataPage> GetHyperCubeData([QixName("qPath")] string path, [QixName("qPages")] IEnumerable<NxPage> pages)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be selected.
For example, |
System.Collections.Generic.IEnumerable<NxPage> | pages |
Array of pages to retrieve. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NxDataPage> |
Implements
Remarks
This method works for a hypercube in DATA_MODE_STRAIGHT.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!