Forum Discussion

SamuelGorgonio's avatar
SamuelGorgonio
New Contributor II
2 years ago

IPE for Reports

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.

  • JackLacava's avatar
    JackLacava
    Honored Contributor

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

     

    • SamuelGorgonio's avatar
      SamuelGorgonio
      New Contributor II

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

      • JackLacava's avatar
        JackLacava
        Honored Contributor

        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.