Forum Discussion

sylvainremy's avatar
sylvainremy
New Contributor II
21 days ago

Dynamic Dashboard & Cubeview parameters

Hi,

I have a classique cubeview that uses !prm_entity! as Entity POV.

When using classic Dashboards, everything works as expected.

When converting the dashboard from "Embedded" to "Embedded Dynamic" and using a simple Factory service to add the template cubeview stored component, nothing more: then the !prm_entity! POV of the cubeviews seems not interpreted at run time, no prompt showup and this cubeview displays a blank page. When checking cube POV we can see parameter is handled like a string in the POV.

Any idea what basic setting i am missing to do in the Dynamic Dashboard way to let OS prompt for the prm_entity parameter value?

Thanks in advance,

3 Replies

  • pranav46's avatar
    pranav46
    Contributor II

    Have you tried?
    |!prm~!Dim!~!|

    https://community.onestreamsoftware.com/blog/blog/dynamic-dashboards-%E2%80%93-passing-parameters-with-repeat-arguments-/37326

    • sylvainremy's avatar
      sylvainremy
      New Contributor II

      Hi thanks for your answer.

      I did this kind of tests, not working.

      I also did add a supplied parameters; this time, the cubeview opens and interperts the parameter but do not pop-up the selection dialog like it does on a classic Embedded dashboard. As this is related to usage of Embedded Dynamic Dashboard, can this be a bug related to version 8.4.0 i am using? Or maybe i am missing something on Factory/Service side so that it can works?

      I keep investigating, thanks for any suggestion :)

      • sylvainremy's avatar
        sylvainremy
        New Contributor II

        At this point, my conclusion is that when Dashboard is set to Embedded Dynamic, the behavior of onestream (at least on version 8.4) is not to behave like when it is a simple embedded Dashboard.

        As a solution, we'll implement a dynamic header in our dashboard to make availalbe the needed parameters.

        Thanks