Skip to main content
Newcomer
June 12, 2026
Question

Adding comments in cube view in front of calculated row

  • June 12, 2026
  • 1 reply
  • 0 views

I’m working on a Cube View where one of the rows is a calculated row (using CVR / GetDataCell to derive the value from other rows). The users want to be able to enter comments directly in the Cube View in a column that appears “in front of” (or next to) this calculated row.

Has anyone implemented comments or text entry against a calculated row like this?

Specifically, I’m trying to understand:

  • Whether it’s possible to add comments to a CVR-based calculated row (where the numeric data is not stored, only calculated at runtime).
  • If not directly, what design patterns are recommended?
  • Any examples of Cube View layout or member/filter tricks that let you show a calculated row and a comment entry cell side by side for that row.

Environment is OneStream version 8.5.3, and this is a standard Cube View used for reporting (not a custom dashboard).

Thanks in advance for any ideas or examples.

1 reply

Expert
June 15, 2026

You cannot save text against a Cube View calculated cell because the text is saved with the View member Annotation (or Footnote, AuditComment etc) and that needs a valid datacell POV. Your options are either to create a calculated metadata member instead of the Cube View calculation or select an existing datacell to save the text.