DrillUpAsync Method
Overloads
DrillUpAsync(String, Int32, Int32) |
You can use the drillUp method with any object that contains a drill-down group as a dimension. This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy. If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed. |
|
DrillUpAsync(AsyncHandle, String, Int32, Int32) |
You can use the drillUp method with any object that contains a drill-down group as a dimension. This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy. If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed. |
DrillUpAsync(String, Int32, Int32)
You can use the drillUp method with any object that contains a drill-down group as a dimension.
This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy.
If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed.
Declaration
public Task DrillUpAsync([QixName("qPath")] string path, [QixName("qDimNo")] int dimNo, [QixName("qNbrSteps")] int nbrSteps)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the object to be selected.
For example, |
System.Int32 | dimNo |
Dimension number or index starting from 0. The default value is 0. |
System.Int32 | nbrSteps |
Number of steps you want to drill up. The default value is 0. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
DrillUpAsync(AsyncHandle, String, Int32, Int32)
You can use the drillUp method with any object that contains a drill-down group as a dimension.
This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy.
If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed.
Declaration
public Task DrillUpAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qDimNo")] int dimNo, [QixName("qNbrSteps")] int nbrSteps)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | path |
Path to the definition of the object to be selected.
For example, |
System.Int32 | dimNo |
Dimension number or index starting from 0. The default value is 0. |
System.Int32 | nbrSteps |
Number of steps you want to drill up. The default value is 0. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
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!