Set Grid Preferences

put

/essbase/rest/v1/preferences/grid

Sets the grid preferences for the current session.

Request

Body ()

Grid preferences to be stored in the session.

Root Schema : Preferences
Type: object
Show Source
Nested Schema : ColumnSuppression
Type: object
Show Source
  • Whether to suppress columns containing only data derived from a calculation.

  • Whether to suppress columns containing only cells for which no data exists in the database.

  • Whether to suppress columns that contain only invalid values -- cells that are empty only because they are not associated with the context attribute or varying attribute.

  • Whether to suppress columns containing only #Missing values.

  • Whether to suppress columns containing only values that you do not have the security access to view.

  • Whether to suppress columns that contain underscore characters in member names.

  • Whether to suppress columns that contain only zeroes.

Nested Schema : FormulaRetention
Type: object
Show Source
Nested Schema : RowSuppression
Type: object
Show Source
  • Whether to suppress rows containing only data derived from a calculation.

  • Whether to suppress rows containing only cells for which no data exists in the database.

  • Whether to suppress rows that contain only invalid values -- cells that are empty only because they are not associated with the context attribute or varying attribute.

  • Whether to suppress rows containing only #Missing values.

  • Whether to suppress rows containing only values that you do not have the security access to view.

  • Whether to suppress rows that contain underscore characters in member names.

  • Whether to suppress rows that contain only zeroes.

Nested Schema : ZoomIn
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK

Grid preferences set successfully.

400 Response

Bad Request

Failed to set grid preferences. The session may be invalid.

500 Response

Internal Server Error.

Back to Top