Skip to main content
Newcomer
April 20, 2023

IPE for Reports

  • April 20, 2023
  • 1 reply
  • 0 views

I am looking to get more information on how the OneStream Parameter Dialog Box figures out what parameters to present for the end user when they run cube view report. Is there a way to leverage that same functionality to create a delimited listing of the user parameter inputs that can be displayed on the report header or footer?

 

I know that you can simply add all the parameter references into the header or footer but I am looking for something that would dynamically update to account for new parameters as they are added into a cubeview report.

1 reply

OneStream Employee
April 21, 2023

When in doubt, peruse the API Explorer for args and (where available) api. I reckon these are probably what you want.

JackLacava_0-1682073430757.png

 

Newcomer
April 21, 2023

How do i acces that? i have only seen that api when creating UD8 Formula Members

OneStream Employee
April 21, 2023

Tools -> Business Rules -> Create a rule of type Cube View Extender. You might want to check the Design and reference guide for "Cube View Extender" to learn how to trigger them.

Note however that CV Extenders will only run when a CV is exported as report, i.e. not in Data Explorer or Dashboards.