Jedox OLAP documentation

home > API > [/hold/estimate] >
request url https://[SERVER]:[PORT]/hold/estimate[?PARAMETER1=value[&...]]
short description Returns an estimation of the number of affected cells. No hold is created.
long description
parameters
name type description
database identifier Identifier of the database.
name_database string Name of the database. Used only if database parameter is omitted.
cube identifier Identifier of the cube.
name_cube string Name of the cube. Used only if cube parameter is omitted.
area area Comma separated list of element identifiers lists. Each element identifiers list is colon separated. The area is the cartesian product.
name_area narea Comma separated list of element names lists. Each element names list is colon separated. The area is the cartesian product. Used only if area is omitted.
show_splash_threshold boolean If 1 return also splash_threshold (optional, default is 0)
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
result
# name type description
0 cell_count double Number of affected cells
1 splash_threshold double Splash threshold
examples
description
Estimates the number of affected cells of the "create a hold on cube area (0,1) x (0) x (0) x (9,10) x 0 x 0" operation.
Estimates the number of affected cells of the "create a hold on cube area (0,1) x (default write element) x (0) x (all writable elements) x 0 x 0" operation.
further information